Buildbot-status
Threads by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
August 2026
- 1 participants
- 147 discussions
☠ Buildbot (Python): python/cpython - failed Installed (failure) (3.15)
by buildbot@python.org Aug. 31, 2026
by buildbot@python.org Aug. 31, 2026
Aug. 31, 2026
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable Clang Installed 3.15 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/2092/builds/177
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist: An Long <aisk(a)users.noreply.github.com>, Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Ned Batchelder <ned(a)nedbatchelder.com>, Neil Schemenauer <nas-github(a)arctrix.com>, Pablo Galindo Salgado <Pablogsal(a)gmail.com>, Serhiy Storchaka <storchaka(a)gmail.com>, Stan Ulbrych <stan(a)python.org>, Steve Dower <steve.dower(a)python.org>, Timofei Ivankov <128279579+deadlovelll(a)users.noreply.github.com>, Zachary Ware <zach(a)python.org>
BUILD FAILED: failed Installed (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Note: switching to '3670de02df448345670dc0953383c930d3cc2ecf'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 3670de02df448 [3.15] gh-155468: Distinguish empty quoted tokens from EOF in netrc (GH-155471) (#156464)
Switched to and reset branch '3.15'
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:285:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
285 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
118 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:292:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
292 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
89 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:438:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
438 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
118 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:445:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
445 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
89 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:551:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
551 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
118 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:560:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
560 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
89 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:582:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
582 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
89 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:593:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
593 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
118 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:690:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
690 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
118 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:735:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
735 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
118 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:761:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
761 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
89 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:772:9: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
772 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
118 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:785:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
785 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
118 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:930:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
930 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
118 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:943:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
943 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
89 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:960:5: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
960 | CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:118:5: note: expanded from macro 'CHECK_NMSTRT_CASES'
118 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:967:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
967 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
89 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:1202:7: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1202 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
89 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
In file included from ./Modules/expat/xmltok.c:312:
./Modules/expat/xmltok_impl.c:1222:11: warning: fallthrough annotation in unreachable code [-Wunreachable-code-fallthrough]
1222 | CHECK_NAME_CASES(enc, ptr, end, nextTokPtr)
| ^
./Modules/expat/xmltok_impl.c:89:5: note: expanded from macro 'CHECK_NAME_CASES'
89 | EXPAT_FALLTHROUGH; \
| ^
./Modules/expat/fallthrough.h:47:33: note: expanded from macro 'EXPAT_FALLTHROUGH'
47 | # define EXPAT_FALLTHROUGH __attribute__((fallthrough))
| ^
19 warnings generated.
make: [Makefile:3003: libinstall] Error 1 (ignored)
ln: failed to create symbolic link 'python3': No space left on device
make: *** [Makefile:2725: bininstall] Error 1
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (3.14)
by buildbot@python.org Aug. 31, 2026
by buildbot@python.org Aug. 31, 2026
Aug. 31, 2026
The Buildbot has detected a new failure on builder aarch64 Fedora Stable 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1750/builds/848
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Note: switching to '60138de699a6fc8e180267bce3fa6188208283c6'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 60138de699a6f [3.14] gh-156707: Do not follow junctions in os_helper.rmtree() on Windows (GH-156710) (GH-156715)
Switched to and reset branch '3.14'
/tmp/ccxht3id.s: Assembler messages:
/tmp/ccxht3id.s: Fatal error: Modules/itertoolsmodule.o: No space left on device
make: *** [Makefile:3862: Modules/itertoolsmodule.o] Error 1
make: *** Waiting for unfinished jobs....
Assembler messages:
Fatal error: can't create Modules/_bz2module.o: No space left on device
make: *** [Makefile:3637: Modules/_bz2module.o] Error 1
Assembler messages:
Fatal error: can't create Modules/cmathmodule.o: No space left on device
make: *** [Makefile:3629: Modules/cmathmodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_zstd/zstddict.o: No space left on device
make: *** [Makefile:3642: Modules/_zstd/zstddict.o] Error 1
Assembler messages:
Fatal error: can't create Modules/binascii.o: No space left on device
make: *** [Makefile:3635: Modules/binascii.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_json.o: No space left on device
make: *** [Makefile:3604: Modules/_json.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_dbmmodule.o: No space left on device
make: *** [Makefile:3648: Modules/_dbmmodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_zstd/_zstdmodule.o: No space left on device
make: *** [Makefile:3641: Modules/_zstd/_zstdmodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_zstd/decompressor.o: No space left on device
make: *** [Makefile:3644: Modules/_zstd/decompressor.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_gdbmmodule.o: No space left on device
make: *** [Makefile:3650: Modules/_gdbmmodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_zstd/compressor.o: No space left on device
make: *** [Makefile:3643: Modules/_zstd/compressor.o] Error 1
/tmp/ccTIYbQ0.s: Assembler messages:
/tmp/ccTIYbQ0.s: Fatal error: can't write 3919 bytes to section .gnu.debuglto_.debug_str of Modules/_datetimemodule.o: 'No space left on device'
/tmp/ccTIYbQ0.s: Fatal error: Modules/_datetimemodule.o: No such file or directory
make: *** [Makefile:3846: Modules/_datetimemodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/arraymodule.o: No space left on device
make: *** [Makefile:3594: Modules/arraymodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_lzmamodule.o: No space left on device
make: *** [Makefile:3639: Modules/_lzmamodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_zoneinfo.o: No space left on device
make: *** [Makefile:3625: Modules/_zoneinfo.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_struct.o: No space left on device
make: *** [Makefile:3617: Modules/_struct.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_interpchannelsmodule.o: No space left on device
make: *** [Makefile:3621: Modules/_interpchannelsmodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/readline.o: No space left on device
make: *** [Makefile:3652: Modules/readline.o] Error 1
Assembler messages:
Fatal error: can't create Modules/zlibmodule.o: No space left on device
make: *** [Makefile:3646: Modules/zlibmodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_asynciomodule.o: No space left on device
make: *** [Makefile:3596: Modules/_asynciomodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/mathmodule.o: No space left on device
make: *** [Makefile:3627: Modules/mathmodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_remote_debugging_module.o: No space left on device
make: *** [Makefile:3615: Modules/_remote_debugging_module.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_sre/sre.o: No space left on device
make: *** [Makefile:3864: Modules/_sre/sre.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_pickle.o: No space left on device
make: *** [Makefile:3609: Modules/_pickle.o] Error 1
Assembler messages:
Fatal error: can't create Modules/posixmodule.o: No space left on device
make: *** [Makefile:3838: Modules/posixmodule.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_decimal/_decimal.o: No space left on device
make: *** [Makefile:3633: Modules/_decimal/_decimal.o] Error 1
Assembler messages:
Fatal error: can't create Python/Python-ast.o: No space left on device
make: *** [Makefile:3306: Python/Python-ast.o] Error 1
Assembler messages:
Fatal error: can't create Parser/parser.o: No space left on device
make: *** [Makefile:3306: Parser/parser.o] Error 1
Assembler messages:
Fatal error: can't create Objects/unicodeobject.o: No space left on device
make: *** [Makefile:3306: Objects/unicodeobject.o] Error 1
Assembler messages:
Fatal error: can't create Python/ceval.o: No space left on device
make: *** [Makefile:3316: Python/ceval.o] Error 1
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
find: ‘build’: No such file or directory
make: [Makefile:3398: clean-retain-profile] Error 1 (ignored)
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org Aug. 31, 2026
by buildbot@python.org Aug. 31, 2026
Aug. 31, 2026
The Buildbot has detected a new failure on builder AMD64 CentOS9 Refleaks 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/853/builds/4189
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-CentOS9-x86_64
Build Reason: <unknown>
Blamelist: Stan Ulbrych <stan(a)python.org>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Note: switching to 'd7f9c6400f49633221983d0c454cf27ecb0302ba'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at d7f9c6400f49 gh-156689: Fix out-of-bounds read in `PyAst_CheckMode()` for `mode='func_type'` (#156697)
Switched to and reset branch 'main'
make: *** [Makefile:2480: buildbottest] Error 3
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
by buildbot@python.org Aug. 31, 2026
by buildbot@python.org Aug. 31, 2026
Aug. 31, 2026
The Buildbot has detected a new failure on builder x86 Debian Non-Debug with X 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1389/builds/2405
Buildbot URL: https://buildbot.python.org/
Worker for this Build: ware-debian-x86
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/test/test_urllib2net.py", line 308, in _test_urls
f = urlopen(url, req, support.INTERNET_TIMEOUT)
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/urllib/request.py", line 489, in open
response = self._open(req, data)
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/urllib/request.py", line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/urllib/request.py", line 466, in _call_chain
result = func(*args)
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/urllib/request.py", line 1574, in ftp_open
raise URLError(exp) from exp
urllib.error.URLError: <urlopen error <urlopen error ftp error: 500 OOPS: vsf_sysutil_bind>>
Traceback (most recent call last):
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/socket.py", line 794, in close
self._sock = None
ResourceWarning: unclosed <socket.socket fd=3, family=2, type=1, proto=6, laddr=('10.0.0.231', 50476)>
k
Traceback (most recent call last):
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/test/test_urllib2net.py", line 181, in test_ftp_no_leak
with check_no_resource_warning(self):
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/contextlib.py", line 148, in __exit__
next(self.gen)
~~~~^^^^^^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/test/support/warnings_helper.py", line 148, in check_no_resource_warning
with check_no_warnings(testcase, category=ResourceWarning, force_gc=True):
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/contextlib.py", line 148, in __exit__
next(self.gen)
~~~~^^^^^^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/test/support/warnings_helper.py", line 131, in check_no_warnings
testcase.assertEqual(warns, [])
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: Lists differ: [<warnings.WarningMessage object at 0xb6047538>] != []
Traceback (most recent call last):
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/urllib/request.py", line 1561, in ftp_open
fp, retrlen = fw.retrfile(file, type)
~~~~~~~~~~~^^^^^^^^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/urllib/request.py", line 2464, in retrfile
raise URLError(f'ftp error: {reason}') from reason
urllib.error.URLError: <urlopen error ftp error: 500 OOPS: vsf_sysutil_bind>
Traceback (most recent call last):
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/test/test_urllib2net.py", line 185, in test_ftp_no_leak
with check_no_resource_warning(self):
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/contextlib.py", line 148, in __exit__
next(self.gen)
~~~~^^^^^^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/test/support/warnings_helper.py", line 148, in check_no_resource_warning
with check_no_warnings(testcase, category=ResourceWarning, force_gc=True):
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/contextlib.py", line 148, in __exit__
next(self.gen)
~~~~^^^^^^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/test/support/warnings_helper.py", line 131, in check_no_warnings
testcase.assertEqual(warns, [])
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: Lists differ: [<warnings.WarningMessage object at 0xb6197bb0>] != []
Traceback (most recent call last):
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/urllib/request.py", line 2461, in retrfile
conn, retrlen = self.ftp.ntransfercmd(cmd)
~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/ftplib.py", line 353, in ntransfercmd
host, port = self.makepasv()
~~~~~~~~~~~~~^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/ftplib.py", line 327, in makepasv
untrusted_host, port = parse227(self.sendcmd('PASV'))
~~~~~~~~~~~~^^^^^^^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
~~~~~~~~~~~~^^
File "/buildbot/buildarea/3.13.ware-debian-x86.nondebug/build/Lib/ftplib.py", line 254, in getresp
raise error_perm(resp)
ftplib.error_perm: 500 OOPS: vsf_sysutil_bind
Test report
===========
Failed tests:
- test_urllib2net
Failed subtests:
- test_ftp_no_leak - test.test_urllib2net.OtherNetworkTests.test_ftp_no_leak
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.14)
by buildbot@python.org Aug. 31, 2026
by buildbot@python.org Aug. 31, 2026
Aug. 31, 2026
The Buildbot has detected a new failure on builder AMD64 CentOS9 NoGIL 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1733/builds/1938
Buildbot URL: https://buildbot.python.org/
Worker for this Build: itamaro-centos-aws
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/test_urllib2net.py", line 381, in test_ftp_basic
u = _urlopen_with_retry(self.FTP_HOST)
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/test_urllib2net.py", line 32, in wrapped
return _retry_thrice(func, exc, *args, **kwargs)
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/test_urllib2net.py", line 28, in _retry_thrice
raise last_exc
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/test_urllib2net.py", line 24, in _retry_thrice
return func(*args, **kwargs)
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/urllib/request.py", line 187, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/urllib/request.py", line 487, in open
response = self._open(req, data)
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/urllib/request.py", line 504, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/urllib/request.py", line 464, in _call_chain
result = func(*args)
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/urllib/request.py", line 1572, in ftp_open
raise URLError(f"ftp error: {exp}") from exp
urllib.error.URLError: <urlopen error ftp error: 500 OOPS: vsf_sysutil_bind>
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/test_urllib2net.py", line 180, in test_ftp_no_leak
with check_no_resource_warning(self):
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/contextlib.py", line 148, in __exit__
next(self.gen)
~~~~^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/support/warnings_helper.py", line 147, in check_no_resource_warning
with check_no_warnings(testcase, category=ResourceWarning, force_gc=True):
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/contextlib.py", line 148, in __exit__
next(self.gen)
~~~~^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/test/support/warnings_helper.py", line 130, in check_no_warnings
testcase.assertEqual(warns, [])
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: Lists differ: [<WarningMessage {message : ResourceWarnin[245 chars]ne}>] != []
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/urllib/request.py", line 1559, in ftp_open
fp, retrlen = fw.retrfile(file, type)
~~~~~~~~~~~^^^^^^^^^^^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/urllib/request.py", line 1849, in retrfile
conn, retrlen = self.ftp.ntransfercmd(cmd)
~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/ftplib.py", line 353, in ntransfercmd
host, port = self.makepasv()
~~~~~~~~~~~~~^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/ftplib.py", line 327, in makepasv
untrusted_host, port = parse227(self.sendcmd('PASV'))
~~~~~~~~~~~~^^^^^^^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/ftplib.py", line 281, in sendcmd
return self.getresp()
~~~~~~~~~~~~^^
File "/home/buildbot/buildarea/3.14.itamaro-centos-aws.nogil/build/Lib/ftplib.py", line 254, in getresp
raise error_perm(resp)
ftplib.error_perm: 500 OOPS: vsf_sysutil_bind
Test report
===========
Failed tests:
- test_urllib2net
Failed subtests:
- test_ftp_no_leak - test.test_urllib2net.OtherNetworkTests.test_ftp_no_leak
- test_ftp_basic - test.test_urllib2net.TimeoutTest.test_ftp_basic
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (3.15)
by buildbot@python.org Aug. 31, 2026
by buildbot@python.org Aug. 31, 2026
Aug. 31, 2026
The Buildbot has detected a new failure on builder s390x Fedora Stable Refleaks 3.15 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/2050/builds/320
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-s390x
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Note: switching to 'c168fbc84a061bd5acd02f55eabb6068d2b58e9b'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at c168fbc84a061 [3.15] gh-155725: Remove `PyGILState_Ensure` usage from `tracemalloc` (GH-156409) (#156628)
Switched to and reset branch '3.15'
Assembler messages:
Fatal error: can't create Parser/tokenizer/string_tokenizer.o: No space left on device
make: *** [Makefile:3410: Parser/tokenizer/string_tokenizer.o] Error 1
make: *** Waiting for unfinished jobs....
/tmp/ccL7LGxx.s: Assembler messages:
/tmp/ccL7LGxx.s: Fatal error: Modules/_testclinic.o: No space left on device
make: *** [Makefile:3942: Modules/_testclinic.o] Error 1
Assembler messages:
Fatal error: can't create Parser/tokenizer/file_tokenizer.o: No space left on device
make: *** [Makefile:3410: Parser/tokenizer/file_tokenizer.o] Error 1
Assembler messages:
Fatal error: can't create Parser/tokenizer/helpers.o: No space left on device
make: *** [Makefile:3410: Parser/tokenizer/helpers.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_testinternalcapi/interpreter.o: No space left on device
make: *** [Makefile:3869: Modules/_testinternalcapi/interpreter.o] Error 1
Assembler messages:
Fatal error: can't create Modules/_ctypes/_ctypes_test.o: No space left on device
make: *** [Makefile:3952: Modules/_ctypes/_ctypes_test.o] Error 1
Assembler messages:
Fatal error: can't create Parser/parser.o: No space left on device
make: *** [Makefile:3410: Parser/parser.o] Error 1
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org Aug. 31, 2026
by buildbot@python.org Aug. 31, 2026
Aug. 31, 2026
The Buildbot has detected a new failure on builder aarch64 Fedora Stable Clang Installed 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/14/builds/9302
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Aradhya Gupta <aradhyakb2021(a)gmail.com>, Hugo van Kemenade <1324225+hugovk(a)users.noreply.github.com>, Timofei Ivankov <128279579+deadlovelll(a)users.noreply.github.com>, sai <internoffl(a)gmail.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/test/test_urllib2net.py", line 180, in test_ftp_no_leak
with check_no_resource_warning(self):
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/contextlib.py", line 210, in __exit__
for _ in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/test/support/warnings_helper.py", line 159, in check_no_resource_warning
with check_no_warnings(testcase, category=ResourceWarning, force_gc=True):
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/contextlib.py", line 210, in __exit__
for _ in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/test/support/warnings_helper.py", line 142, in check_no_warnings
testcase.assertEqual(warns, [])
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
AssertionError: Lists differ: [<WarningMessage {message : ResourceWarnin[344 chars]ne}>] != []
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/urllib/request.py", line 1831, in retrfile
conn, retrlen = self.ftp.ntransfercmd(cmd)
~~~~~~~~~~~~~~~~~~~~~^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/ftplib.py", line 353, in ntransfercmd
host, port = self.makepasv()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/ftplib.py", line 327, in makepasv
untrusted_host, port = parse227(self.sendcmd('PASV'))
~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/ftplib.py", line 281, in sendcmd
return self.getresp()
~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/ftplib.py", line 254, in getresp
raise error_perm(resp)
ftplib.error_perm: 500 OOPS: vsf_sysutil_bind
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/test/test_urllib2net.py", line 286, in _test_urls
f = urlopen(url, req, support.INTERNET_TIMEOUT)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/urllib/request.py", line 489, in open
response = self._open(req, data)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/urllib/request.py", line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/urllib/request.py", line 466, in _call_chain
result = func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/urllib/request.py", line 1574, in ftp_open
raise URLError(f"ftp error: {exp}") from exp
urllib.error.URLError: <urlopen error ftp error: <urlopen error ftp error: 500 OOPS: vsf_sysutil_bind>>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/urllib/request.py", line 1561, in ftp_open
fp, retrlen = fw.retrfile(file, type)
~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.clang-installed/build/target/lib/python3.16/urllib/request.py", line 1834, in retrfile
raise URLError(f'ftp error: {reason}') from reason
urllib.error.URLError: <urlopen error ftp error: 500 OOPS: vsf_sysutil_bind>
Test report
===========
Failed tests:
- test_urllib2net
Failed subtests:
- test_ftp_no_leak - test.test_urllib2net.OtherNetworkTests.test_ftp_no_leak
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (3.13)
by buildbot@python.org Aug. 30, 2026
by buildbot@python.org Aug. 30, 2026
Aug. 30, 2026
The Buildbot has detected a new failure on builder PPC64LE Fedora Stable Refleaks 3.13 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1467/builds/1388
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-ppc64le
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>, Serhiy Storchaka <storchaka(a)gmail.com>, lpyuu <lipengyu(a)kylinos.cn>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958438æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_json in verbose mode (matching: test_ensure_ascii_default, test_infile_outfile, test_infile_stdout, test_no_ensure_ascii_flag, test_non_ascii_infile, test_sort_keys_flag, test_writing_in_place)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 199, in test_ForkingUnixStreamServer
self.run_server(socketserver.ForkingUnixStreamServer,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socketserver.StreamRequestHandler,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.stream_examine)
^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 112, in run_server
server = self.make_server(self.pickaddr(svrcls.address_family),
svrcls, hdlrbase)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 102, in make_server
server = MyServer(addr, MyHandler)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 457, in __init__
self.server_bind()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 478, in server_bind
self.socket.bind(self.server_address)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3726, in test_file_modified_after_execution_with_multiple_instances
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/__init__.py", line 1328, in trace_wrapper
return func(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3545, in test_threads_write
with self.open(os_helper.TESTFN, "w", encoding="utf-8", buffering=1) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/loader.py", line 403, in _find_test_path
module = self._get_module_from_name(name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/loader.py", line 346, in _get_module_from_name
__import__(name)
~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pathlib/test_pathlib.py", line 532, in <module>
class PathTest(test_pathlib_abc.DummyPathTest, PurePathTest):
...<1063 lines>...
P('c:/').group()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pathlib/test_pathlib.py", line 692, in PathTest
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958648_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5237, in test_logging_at_shutdown_open
assert_python_ok("-c", code)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 165, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is 1
command line: ['/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/python', '-X', 'faulthandler', '-I', '-c', '\nimport builtins\nimport logging\n\nclass A:\n def __del__(self):\n logging.error("log in __del__")\n\n# basicConfig() opens the file, but logging.shutdown() closes\n# it at Python exit. When A.__del__() is called,\n# FileHandler._open() must be called again to re-open the file.\nlogging.basicConfig(filename=\'@test_958264_tmpæ\', encoding="utf-8")\n\na = A()\n\n# Simulate the Python finalization which removes the builtin\n# open() function.\ndel builtins.open\n']
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958328æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_922374æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_worker_919740æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 775, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 767, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 581, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4351, in test_write_to_binary_file_with_encoding
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_920652_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 309, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 292, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1439, in test_open
self.write_testfile()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1428, in write_testfile
fp = open(TESTFN, 'w', encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958195_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4369, in test_write_to_binary_file_with_bom
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958128_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926334æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1024, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_958175_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 116, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958583æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_subprocess in verbose mode (matching: test_cwd_with_relative_arg, test_cwd_with_relative_executable, test_cwd_with_relative_arg, test_cwd_with_relative_executable)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 2035, in test_truncate_after_write
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5597, in test_encoding
logging.basicConfig(filename='test.log', encoding=encoding,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors='strict',
^^^^^^^^^^^^^^^^
format='%(message)s', level=logging.DEBUG)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 2105, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1219, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1248, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/test.log'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileinput.py", line 306, in test_readline_binary_mode
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958490_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926135æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3510, in test_seek_bom
with self.open(filename, 'w', encoding=charset) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 1243, in test_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958569æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_pickle in verbose mode (matching: test_dump_closed_file, test_dump_text_file, test_load_closed_file, test_unpickle_module_race, test_unpickle_module_race, test_dump_closed_file, test_dump_text_file, test_load_closed_file, test_unpickle_module_race)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 92, in test_config_dict
cfg_name = self.get_cfg_file(test_config)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 86, in get_cfg_file
with open(os_helper.TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958283_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 212, in testSetBufferSize
self._checkBufferSize(s)
~~~~~~~~~~~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 202, in _checkBufferSize
self.fail('error setting buffer size %d: %s' % (s, str(msg)))
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: error setting buffer size -1: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937069æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958114æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_zipimport in verbose mode (matching: testZip64, testZip64CruftAndComment)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 495, in test_xmlgen_content_escape
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 236, in test_samefile
create_file(file1)
~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4342, in test_write_to_binary_file
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958128_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958143æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_os in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 155, in test_parse_bytes
make_xml_file(self.data, encoding)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4533, in test_abc_inheritance_official
self._check_abc_inheritance(io)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4510, in _check_abc_inheritance
with self.open(os_helper.TESTFN, "wb", buffering=0) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921942æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4528, in test_abc_inheritance
self._check_abc_inheritance(self)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4510, in _check_abc_inheritance
with self.open(os_helper.TESTFN, "wb", buffering=0) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_922766æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 3128, in test_write_while_reading
with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_DEFLATED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1389, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 236, in test_samefile
create_file(file1)
~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4321, in test_write_to_text_file
with open(TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_920652_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 217, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 266, in test_samefile_on_link
self._test_samefile_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 250, in _test_samefile_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 927, in test_case_sha3_256_0
self.check('sha3_256', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^^
"a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 618, in test_xmlgen_ns_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937972æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 6323, in test_should_not_rollover_named_pipe
os.mkfifo(filename)
~~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 116, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 2035, in test_truncate_after_write
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 188, in test_open_with_pathlib_path
gdbm.open(FakePath(filename), "c").close()
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926626æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958116æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 157, in test_write_readonly_file
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3213, in test_telling
f = self.open(os_helper.TESTFN, "w+", encoding="utf-8")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 267, in testIteration
bag = self.open(TESTFN, "wb")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 411, in test_issue9936
self._coverage(tracer, cmd)
~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 376, in _coverage
r.write_results(show_missing=True, summary=True, coverdir=TESTFN)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/trace.py", line 268, in write_results
os.makedirs(dir, exist_ok=True)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/os.py", line 228, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945963_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5617, in test_encoding_errors
logging.basicConfig(filename='test.log', encoding=encoding,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors='ignore',
^^^^^^^^^^^^^^^^
format='%(message)s', level=logging.DEBUG)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 2105, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1219, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1248, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/test.log'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 141, in test_exists
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3768, in test_file_modified_after_execution_with_restart
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 205, in test_addsitedir_dotfile
pth_file.create()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 430, in create
FILE = open(self.file_path, 'w')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/.dotfile.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 2834, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 571, in testAppend
f = self.FileIO(TESTFN, 'wb')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3326, in test_tell_after_readline_with_cr
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tarfile.py", line 584, in <module>
class MiscReadTestBase(CommonReadTest):
...<346 lines>...
self._assert_on_file_content(hardlink_filepath, sha256_regtype)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tarfile.py", line 741, in MiscReadTestBase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_946275_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 59, in test_primepat
self.drive_one(b"1234567890\00\01\02\03\04\05\06")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 24, in try_one
f = self.open(os_helper.TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_946393_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 466, in testBytesOpen
f = self.FileIO(fn, "w")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: b'@test_935312_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5237, in test_logging_at_shutdown_open
assert_python_ok("-c", code)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 165, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is 1
command line: ['/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/python', '-X', 'faulthandler', '-I', '-c', '\nimport builtins\nimport logging\n\nclass A:\n def __del__(self):\n logging.error("log in __del__")\n\n# basicConfig() opens the file, but logging.shutdown() closes\n# it at Python exit. When A.__del__() is called,\n# FileHandler._open() must be called again to re-open the file.\nlogging.basicConfig(filename=\'@test_926791_tmpæ\', encoding="utf-8")\n\na = A()\n\n# Simulate the Python finalization which removes the builtin\n# open() function.\ndel builtins.open\n']
Traceback (test.test_zipimport.UncompressedZipImportTestCase.testTraceback) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 217, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4351, in test_write_to_binary_file_with_encoding
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_922987_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 308, in test_threading_handled
self.check_result(handled=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 328, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958715_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 194, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 29, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 144, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 50, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/pathlib/_local.py", line 714, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_958147_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958163æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_forkserver.test_threads in verbose mode (matching: test_no_import_lock_contention)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_httplib.py", line 2366, in test_binary_file_body
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958593_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 658, in test_1463026_2
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 745, in test_5027_2
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 483, in testUtf8BytesOpen
f = self.FileIO(fn, "w")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: b'@test_958318_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 459, in testUnicodeOpen
f = self.FileIO(str(TESTFN), "w")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/case.py", line 650, in run
with outcome.testPartExecutor(self):
ResourceWarning: unclosed <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 33937), raddr=('127.0.0.1', 54716)>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 697, in process_request_thread
self.finish_request(request, client_address)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 362, in finish_request
self.RequestHandlerClass(request, client_address, self)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 766, in __init__
self.handle()
~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 355, in handle
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958715_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_base64.py", line 886, in test_encode_file
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958276_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fstring.py", line 1764, in test_syntax_warning_infinite_recursion_in_file
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 775, in test_xmlgen_fragment
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4669, in test_create_writes
with self.open(os_helper.TESTFN, 'xb') as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4321, in test_write_to_text_file
with open(TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_922987_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_942628æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958231æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 205, in test_unseekable_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1195, in test_write_to_fileobj_with_int_name
fd = os.open(TESTFN, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 909, in test_expat_binary_file_nonascii
shutil.copyfile(TEST_XMLFILE, fname)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 262, in copyfile
with open(dst, 'wb') as fdst:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958448_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 626, in test_case_sha1_0
self.check('sha1', b"",
~~~~~~~~~~^^^^^^^^^^^^^
"da39a3ee5e6b4b0d3255bfef95601890afd80709")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 604, in test_case_md5_2
self.check(
~~~~~~~~~~^
'md5',
^^^^^^
...<2 lines>...
usedforsecurity=False
^^^^^^^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
TracebackTests.test_unencodable_filename) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 309, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 292, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_urllib.py", line 156, in setUp
f = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_919290_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939774æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 192, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 155, in test_parse_bytes
make_xml_file(self.data, encoding)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 6779, in test_large_pool
with open(testfn, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958488_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 1297, in test_expat_locator_withinfo_nonascii
shutil.copyfile(TEST_XMLFILE, fname)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 262, in copyfile
with open(dst, 'wb') as fdst:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958448_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 276, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4592, in test_pickling
with self.open(os_helper.TESTFN, **kwargs) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tcl.py", line 260, in test_evalfile_null_in_result
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_950379_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 85, in test_pathlib_path_file_shelf
self.test_open_template(filename=os_helper.FakePath(self.fn))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 495, in test_xmlgen_content_escape
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958480æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_forkserver.test_manager in verbose mode (matching: test_no_import_lock_contention)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 128, in test_addpackage
pth_file.create()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 430, in create
FILE = open(self.file_path, 'w')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_958336_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 516, in test_listfuncs_flag_success
with open(filename, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945963_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958625æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958260æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_argparse in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 191, in test_open_with_bytes_path
gdbm.open(os.fsencode(filename), "c").close()
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_948375æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posixpath.py", line 875, in test_realpath_nonterminal_file
with open(ABSTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3122, in test_find_function_found_with_encoding_cookie
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
"""\
^^^^
...<11 lines>...
('bœr', 6),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3065, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 117, in test_rmtree
os.mkdir(dirpath)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945914_tmpæd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937679æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_embed.py", line 1962, in test_audit_run_startup
with open(startup, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_926245_tmp-cmb.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939121æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 2113, in test_udp_reconnection
self.sl_hdlr.close()
^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'close'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 62, in test_nullpat
self.drive_one(b'\0' * 1000)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 24, in try_one
f = self.open(os_helper.TESTFN, "wb")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958625_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4369, in test_write_to_binary_file_with_bom
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_922987_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4297, in test_write_to_filename_with_encoding
tree.write(TESTFN, encoding='utf-8')
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 733, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 764, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958184_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 127, in test_write
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_gettext.py", line 180, in setUpClass
os.makedirs(LOCALEDIR)
~~~~~~~~~~~^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/os.py", line 218, in makedirs
makedirs(head, exist_ok=exist_ok)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/os.py", line 228, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958602æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_tempfile in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 1479, in test_resource_warnings_failed_iteration
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_922987_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4290, in test_write_to_filename
tree.write(TESTFN)
~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 733, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 764, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958128_tmpæ'
TracebackTests.test_nonexistent_module_nested) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 122, in test_partial_config_dict_with_comments
cfg_name = self.get_cfg_file(test_config_two)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 86, in get_cfg_file
with open(os_helper.TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_932625_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_worker_958213æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 775, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 767, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 581, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Using random seed: 1739816016
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926334æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 65, in setUp
self._box = self._factory(self._path)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1318, in <lambda>
_factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 953, in __init__
_mboxMMDF.__init__(self, path, factory, create)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 640, in __init__
f = open(self._path, 'wb+')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958539æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_cmd_line.py", line 719, in test_set_pycache_prefix
with os_helper.temp_cwd():
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 1479, in test_resource_warnings_failed_iteration
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958184_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_936949æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4290, in test_write_to_filename
tree.write(TESTFN)
~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 733, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 764, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958184_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 59, in test_primepat
self.drive_one(b"1234567890\00\01\02\03\04\05\06")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 24, in try_one
f = self.open(os_helper.TESTFN, "wb")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958625_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 190, in test_file
f = open(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_921208_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_linecache.py", line 336, in setUp
with open(fname, 'w', encoding='utf-8') as source:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_947974_tmpæ.1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mmap.py", line 865, in test_repr
fp.write(data)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_codecs.py", line 1864, in test_open
codecs.open(os_helper.TESTFN, mode, 'ascii') as file:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '@test_936985_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 172, in test_nonascii_filename
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_950733æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 151, in test_write_memoryview
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_gettext.py", line 986, in test_translation_fallback
with os_helper.temp_cwd() as tempdir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 4111, in test_checkline_before_debugging
with open(os_helper.TESTFN, "w") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 555, in test_init_with_PathLike_filename
with TempFile(filename, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 105, in test_getsize
create_file(filename, b'Hello')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 565, in testTruncateOnWindows
bug801631()
~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 544, in bug801631
f = self.FileIO(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4309, in test_write_to_filename_as_unicode
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_920652_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 223, in testTruncateOnWindows
f = self.open(TESTFN, 'wb')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 79, in test_binary_file_shelf
self.test_open_template(protocol=1)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937109_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_netrc.py", line 7, in <module>
class NetrcTestCase(unittest.TestCase):
...<317 lines>...
('anonymous', '', 'pass'))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_netrc.py", line 291, in NetrcTestCase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937443_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958188æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_946393æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958195æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_http_cookiejar.py", line 337, in <module>
class FileCookieJarTests(unittest.TestCase):
...<139 lines>...
self.assertRaises(LoadError, MozillaCookieJar().load, filename)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_http_cookiejar.py", line 377, in FileCookieJarTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924910_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 2834, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3654, in test_large_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926259_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 137, in test_writing_in_place
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958438_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4297, in test_write_to_filename_with_encoding
tree.write(TESTFN, encoding='utf-8')
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 733, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 764, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_922987_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1031, in _test_sys_exit
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_958585_tmpæ'
ERROR
Warning -- Dangling processes: {<Process name='Process-2' pid=958623 parent=958585 started daemon>, <Process name='Process-1' pid=958621 parent=958585 started daemon>}
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 313, in test_threading_not_handled
self.check_result(handled=False)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 328, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958715_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 126, in test_infile_outfile
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958438_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_multibytecodec.py", line 330, in test_bug1728403
f = open(TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_939680_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937617æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 579, in test_init_mode
with TempFile(TESTFN):
~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 212, in testSetBufferSize
self._checkBufferSize(s)
~~~~~~~~~~~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 202, in _checkBufferSize
self.fail('error setting buffer size %d: %s' % (s, str(msg)))
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: error setting buffer size -1: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958670æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_sysconfig in verbose mode (matching: test_parse_makefile)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 656, in test_case_sha224_2
self.check('sha224',
~~~~~~~~~~^^^^^^^^^^
b"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"75388b16512776cc5dba5da1fd890150b0c6455cb4f58b1952522525")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_inspect/test_inspect.py", line 1233, in setUp
os.mkdir(self.tempdir)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_932666_tmpæ_dir'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 2035, in test_truncate_after_write
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 652, in test_case_sha224_1
self.check('sha224', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^
"23097d223405d8228642a477bda255b32aadbce4bda0b3f7e36c9da7")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958694æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4663, in test_create_fail
with self.open(os_helper.TESTFN, 'w', encoding="utf-8"):
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_base64.py", line 886, in test_encode_file
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_932396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 316, in test_sameopenfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 76, in test_ascii_file_shelf
self.test_open_template(protocol=0)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937109_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 192, in test_parse_path_object
make_xml_file(self.data, 'utf-8', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 724, in test_case_sha512_3
self.check('sha512', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"e718483d0ce769644e2e42c7bc15b4638e1f98b13b2044285632a803afa973eb"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"de0ff244877ea60a4cb0432ce577c31beb009c5c2c49aa2e4eadb217ad8cc09b")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 179, in test_addpackage_import_bad_pth_file
pth_dir, pth_fn = self.make_pth("abc\x00def\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_958336_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 107, in setUp
os.mkdir(self.test_dir)
~~~~~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958147_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 736, in test_fileno
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/tmp/test_python_fvfdt3pr/tmphzmrubn9/test_regrtest_noop432.py", line 7, in test_failed
self.fail()
~~~~~~~~~^^
AssertionError: None
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 647, in test_1463026_1_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 99, in test_lltrace_does_not_crash_on_subscript_operator
stdout = self.run_code("""
import code
...<5 lines>...
print('unreachable if bug exists')
""")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 23, in run_code
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958578_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 116, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958147æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_dbm_sqlite3 in verbose mode (matching: test_corrupt_force_new, test_corrupt_readwrite, test_datatypes_keys, test_datatypes_replace_coerced, test_datatypes_values, test_misuse_double_close, test_misuse_double_create, test_misuse_double_delete, test_misuse_empty_filename, test_misuse_invalid_flag, test_misuse_invalid_key, test_misuse_iter_close1, test_misuse_iter_close2, test_misuse_reinit, test_misuse_use_after_close, test_readonly_delete, test_readonly_iter, test_readonly_keys, test_readonly_read, test_readonly_write, test_readonly_dir_read, test_readonly_dir_write, test_readonly_file_read, test_readonly_file_write, test_readwrite_delete, test_readwrite_null_key, test_readwrite_null_value, test_readwrite_unique_key)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 171, in test_multiple_writes
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939663æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937368æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 844, in test_case_blake2b_1
self.check('blake2b', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
"ba80a53f981c4d0d6a2797b69f12f6e94c212f14685ac4b74b12bb6fdbffa2d1"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"7d87c5392aab792dc252d5de4533cc9518d38aa8dbf1925ab92386edd4009923")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 116, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 448, in test_xmlgen_basic_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1015, in test_stderr_flush
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958175_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958396æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_iter in verbose mode (matching: test_builtin_list, test_builtin_map, test_builtin_max_min, test_builtin_tuple, test_builtin_zip, test_countOf, test_in_and_not_in, test_indexOf, test_iter_file, test_unicode_join_endcase, test_unpack_iter, test_writelines)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958181æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958276æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4528, in test_abc_inheritance
self._check_abc_inheritance(self)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4510, in _check_abc_inheritance
with self.open(os_helper.TESTFN, "wb", buffering=0) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 579, in test_init_mode
with TempFile(TESTFN):
~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 745, in test_5027_2
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 166, in test_sort_keys_flag
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958438_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tokenize.py", line 1620, in test_open
with open(filename, 'w', encoding=encoding) as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937658_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 903, in test_read_from_file_with_bytes_filename
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958158æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947902æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4369, in test_write_to_binary_file_with_bom
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_920652_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3628, in test_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958296_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958197æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1015, in test_stderr_flush
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_926259_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_948066æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958318æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_fileio in verbose mode (matching: testAttributes, testBlksize, testErrnoOnClose, testErrnoOnClosedFileno, testErrnoOnClosedIsatty, testErrnoOnClosedRead, testErrnoOnClosedReadable, testErrnoOnClosedReadall, testErrnoOnClosedReadinto, testErrnoOnClosedSeek, testErrnoOnClosedSeekable, testErrnoOnClosedTell, testErrnoOnClosedTruncate, testErrnoOnClosedWritable, testErrnoOnClosedWrite, testErrors, testFinalizing, testMethods, testOpenDirFD, testOpendir, testReadintoByteArray, testRecursiveRepr, testRepr, testReprNoCloseFD, testSeekTell, testWeakRefs, testWritelinesError, testWritelinesList, testWritelinesUserList, test_none_args, test_reject, test_subclass_repr, testAbles, testAppend, testBytesOpen, testInvalidFd, testModeStrings, testTruncate, testTruncateOnWindows, testUnicodeOpen, testUtf8BytesOpen, testAttributes, testBlksize, testErrnoOnClose, testErrnoOnClosedFileno, testErrnoOnClosedIsatty, testErrnoOnClosedRead, testErrnoOnClosedReadable, testErrnoOnClosedReadall,
testErrnoOnClosedReadinto, testErrnoOnClosedSeek, testErrnoOnClosedSeekable, testErrnoOnClosedTell, testErrnoOnClosedTruncate, testErrnoOnClosedWritable, testErrnoOnClosedWrite, testErrors, testMethods, testOpenDirFD, testOpendir, testReadintoByteArray, testRecursiveRepr, testRepr, testReprNoCloseFD, testSeekTell, testWeakRefs, testWritelinesError, testWritelinesList, testWritelinesUserList, test_none_args, test_reject, test_subclass_repr, testAbles, testAppend, testBytesOpen, testInvalidFd, testModeStrings, testTruncate, testTruncateOnWindows, testUnicodeOpen, testUtf8BytesOpen)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_919769æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_regrtest_noop419 in verbose mode (matching: test_fail_once)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_922766æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_embed.py", line 1962, in test_audit_run_startup
with open(startup, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_958246_tmp-cmb.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 969, in test_unpack_iter
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947387æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_argparse.py", line 82, in <module>
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958260_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 353, in test_make_bad_fd
fd = os_helper.make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 164, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_958630_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 112, in test_context_manager_with_filename
with self.module.open(TESTFN, 'wb') as f:
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958279æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_clinic in verbose mode (matching: test_external, test_cloned_forced_text_signature)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3536, in test_readrc_kwarg
stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc='invalid', remove_home=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 127, in test_bool_not_empty
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
TracebackTests.test_broken_from) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_base64.py", line 898, in test_decode
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958276_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921133æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3252, in test_seeking_too
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958152æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_regrtest in verbose mode (matching: test_match, test_rerun_success, test_xml)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945914æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 320, in test_forking_handled
self.check_result(handled=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 328, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958715_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_os.py", line 4037, in <module>
@unittest.skipUnless(supports_extended_attributes(),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_os.py", line 4026, in supports_extended_attributes
with open(os_helper.TESTFN, "xb", 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_921047_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 241, in test_temp_dir__forked_child
script_helper.assert_python_ok("-c", textwrap.dedent("""
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
import os
^^^^^^^^^
...<15 lines>...
raise AssertionError("Child removed temp_path.")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"""))
^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 180, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 165, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 75, in fail
raise AssertionError("Process return code is %d\n"
...<13 lines>...
err))
AssertionError: Process return code is 1
command line: ['/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/python', '-X', 'faulthandler', '-I', '-c', '\nimport os\nfrom test import support\nfrom test.support import os_helper\nwith os_helper.temp_cwd() as temp_path:\n pid = os.fork()\n if pid != 0:\n # parent process\n\n # wait for the child to terminate\n support.wait_process(pid, exitcode=0)\n\n # Make sure that temp_path is still present. When the child\n # process leaves the \'temp_cwd\'-context, the __exit__()-\n # method of the context must not remove the temporary\n # directory.\n if not os.path.isdir(temp_path):\n raise AssertionError("Child removed temp_path.")\n']
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926575æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 2323, in setUp
os.mkdir(self._dir)
~~~~~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 626, in test_case_sha1_0
self.check('sha1', b"",
~~~~~~~~~~^^^^^^^^^^^^^
"da39a3ee5e6b4b0d3255bfef95601890afd80709")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 937, in test_case_sha3_384_0
self.check('sha3_384', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^^
"0c63a75b845e4f7d01107d852e4c2485c51a50aaaa94fc61995e71bbee983a2a"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"c3713831264adb47fb6bd1e058d5f004")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 948, in test_case_sha3_512_0
self.check('sha3_512', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^^
"a69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a6"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"15b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posixpath.py", line 226, in test_ismount_non_existent
os.mkdir(ABSTFN)
~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958119æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_fstring in verbose mode (matching: test_syntax_warning_infinite_recursion_in_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 223, in testTruncateOnWindows
f = self.open(TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "<string>", line 12, in <module>
logging.basicConfig(filename='@test_926791_tmp��', encoding="utf-8")
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 2105, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1219, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1248, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_926791_tmp��'
---
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958318æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 717, in test_case_sha512_2
self.check('sha512',
~~~~~~~~~~^^^^^^^^^^
b"abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmn"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b"hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"8e959b75dae313da8cf4f72814fc143f8f7779c6eb9f7fa17299aeadb6889018"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"501d289e4900f7e4331b99dec4b5433ac7d329eeb6dd26545e96e55b874be909")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 636, in __init__
f = open(self._path, 'rb+')
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_920652æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_http_cookiejar.py", line 337, in <module>
class FileCookieJarTests(unittest.TestCase):
...<139 lines>...
self.assertRaises(LoadError, MozillaCookieJar().load, filename)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_http_cookiejar.py", line 377, in FileCookieJarTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958231_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 231, in test_unseekable_overflowed_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 529, in test_nonascii_abspath
with os_helper.temp_cwd(name):
~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: b'@test_939778_tmp\xe7w\xf0'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921047æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_symtable.py", line 510, in test_file
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958370_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958238æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 20, in setUp
self.f = self.open(TESTFN, 'wb')
~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_asyncio/test_base_events.py", line 2120, in setUpClass
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_946741_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 159, in test_incompleted_write
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945722æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 274, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 29, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 144, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 50, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/pathlib/_local.py", line 714, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_921191_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958273æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_fork.test_manager in verbose mode (matching: test_no_import_lock_contention)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_946741æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 108, in test_unlink
with open(TESTFN, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958630_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 166, in test_sort_keys_flag
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938293_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 529, in testTruncate
f = self.FileIO(TESTFN, 'w')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 266, in test_samefile_on_link
self._test_samefile_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 250, in _test_samefile_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 694, in test_case_sha384_2
self.check('sha384',
~~~~~~~~~~^^^^^^^^^^
b"abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmn"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b"hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"09330c33f71147e83d192fc782cd1b4753111b173b3b05d22fa08086e3b0f712"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"fcc7c71a557e2db966c3e9fa91746039")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 118, in test_non_ascii_infile
infile = self._create_infile(data)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938293_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_urllib2net.py", line 190, in test_file
f = open(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_958156_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 146, in test_addpackage_import_bad_syntax
pth_dir, pth_fn = self.make_pth("import bad-syntax\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_936721_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958488æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 932, in test_read_from_fileobj_with_int_name
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 193, in _checkBufferSize
f = self.open(TESTFN, 'wb', s)
OSError: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945963æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 567, in testTruncateOnWindows
os.unlink(TESTFN)
~~~~~~~~~^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1390, in test_zipwritefile_attrs
with zipfile.ZipFile(TESTFN2, mode="w", compression=self.compression) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1389, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1306, in test_no_import_lock_contention
with os_helper.temp_cwd():
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 671, in test_1463026_2_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_935312æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4321, in test_write_to_text_file
with open(TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958184_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_largefile.py", line 283, in setUpModule
f = open(TESTFN, 'wb', buffering=0)
OSError: [Errno 28] No space left on device: '@test_958235_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3998, in test_gh_94215_crash
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 707, in test_case_sha512_0
self.check('sha512', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^
"cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_924276æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_930130æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 917, in test_case_sha3_224_0
self.check('sha3_224', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^^
"6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_941605æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_codecs.py", line 1864, in test_open
codecs.open(os_helper.TESTFN, mode, 'ascii') as file:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958347_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_941994æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 701, in test_case_sha384_3
self.check('sha384', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"9d0e1809716474cb086e834e310a4a1ced149e9c00f248527972cec5704c2a5b"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"07b8b3dc38ecc4ebae97ddd87f3d8985")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945867æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_927942æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 141, in test_exists
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958184æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945867æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958405æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_shutil in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939172æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 937, in test_case_sha3_384_0
self.check('sha3_384', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^^
"0c63a75b845e4f7d01107d852e4c2485c51a50aaaa94fc61995e71bbee983a2a"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"c3713831264adb47fb6bd1e058d5f004")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 6687, in setUpClass
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_919412_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958578æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_936721æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_urllib2.py", line 860, in test_file
f = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_928703_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 126, in test_infile_outfile
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938293_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 72, in test_write_params
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 540, in test_count_and_summary
with open(filename, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958604_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958689æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_linecache in verbose mode (matching: test_checkcache_for_deleted_file, test_checkcache_for_modified_file, test_checkcache_with_no_parameter, test_checkcache, test_no_ending_newline)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937109æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 116, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4351, in test_write_to_binary_file_with_encoding
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958184_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958337æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_wave in verbose mode (matching: test_close, test_context_manager_with_filename, test_context_manager_with_open_file, test_copy, test_incompleted_write, test_multiple_writes, test_overflowed_write, test_read_not_from_start, test_unseekable_incompleted_write, test_unseekable_overflowed_write, test_unseekable_read, test_unseekable_write, test_write, test_write_array, test_write_bytearray, test_write_context_manager_calls_close, test_write_memoryview, test_write_params, test_close, test_context_manager_with_filename, test_context_manager_with_open_file, test_copy, test_incompleted_write, test_multiple_writes, test_overflowed_write, test_read_not_from_start, test_unseekable_incompleted_write, test_unseekable_overflowed_write, test_unseekable_read, test_unseekable_write, test_write, test_write_array, test_write_bytearray, test_write_context_manager_calls_close, test_write_memoryview, test_write_params, test_close, test_context_manager_with_filename, test_context_manager_wit
h_open_file, test_copy, test_incompleted_write, test_multiple_writes, test_overflowed_write, test_read_not_from_start, test_unseekable_incompleted_write, test_unseekable_overflowed_write, test_unseekable_read, test_unseekable_write, test_write, test_write_array, test_write_bytearray, test_write_context_manager_calls_close, test_write_memoryview, test_write_params, test_close, test_context_manager_with_filename, test_context_manager_with_open_file, test_copy, test_incompleted_write, test_multiple_writes, test_overflowed_write, test_read_not_from_start, test_unseekable_incompleted_write, test_unseekable_overflowed_write, test_unseekable_read, test_unseekable_write, test_write, test_write_array, test_write_bytearray, test_write_context_manager_calls_close, test_write_memoryview, test_write_params, test_close, test_context_manager_with_filename, test_context_manager_with_open_file, test_copy, test_incompleted_write, test_multiple_writes, test_overflowed_write, test_read_not_from_start,
test_unseekable_incompleted_write, test_unseekable_overflowed_write, test_unseekable_read, test_unseekable_write, test_write, test_write_array, test_write_bytearray, test_write_context_manager_calls_close, test_write_memoryview, test_write_params)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 267, in testIteration
bag = self.open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958465æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_ntpath in verbose mode (matching: test_abspath_issue3426, test_exists, test_filetime, test_getsize, test_isdir, test_isfile, test_nonascii_abspath, test_samefile, test_samefile_on_link, test_sameopenfile, test_samestat, test_samestat_on_link, test_path_abspath, test_path_basename, test_path_commonpath, test_path_dirname, test_path_expanduser, test_path_expandvars, test_path_isabs, test_path_isdir, test_path_islink, test_path_ismount, test_path_join, test_path_lexists, test_path_normcase, test_path_normpath, test_path_realpath, test_path_relpath, test_path_split, test_path_splitdrive, test_path_splitext, test_path_splitroot, test_relpath)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_signal.py", line 244, in test_invalid_fd
fd = os_helper.make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 164, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_958197_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/pickletester.py", line 1527, in test_unpickle_module_race
os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_941155_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3221, in test_find_function_first_executable_line
self._assert_find_function(code, 'foo', ('foo', 1))
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3065, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958497æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_reprlib in verbose mode (matching: test_class, test_instance, test_method, test_module, test_type)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3868, in test_errors_in_command
stdout, _ = self.run_pdb_script('pass', commands + '\n')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 171, in test_multiple_writes
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_cmd_line_script.py", line 580, in test_non_ascii
script_name = _make_test_script(os.getcwd(), name, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_cmd_line_script.py", line 80, in _make_test_script
to_return = make_script(script_dir, script_basename, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 237, in make_script
with open(script_name, 'w', encoding='utf-8') as script_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)test_958180_tmp\udce7w\udcf0.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1031, in _test_sys_exit
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_958175_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 441, in raise_queued_exception
raise self.queue.get()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 465, in clientRun
self.clientSetUp()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 783, in clientSetUp
super().clientSetUp()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 743, in clientSetUp
self.bindClient()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 751, in bindClient
self.bindSock(self.cli)
~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 807, in bindSock
socket_helper.bind_unix_socket(sock, path)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 124, in bind_unix_socket
sock.bind(addr)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1130, in test_write_to_file
with LZMAFile(TESTFN, "w") as f:
~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 120, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_941605æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958670æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 65, in setUp
self._box = self._factory(self._path)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1323, in <lambda>
_factory = lambda self, path, factory=None: mailbox.MH(path, factory)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 1000, in __init__
os.mkdir(self._path, 0o700)
~~~~~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 34, in test_disallow_instantiation
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 838, in test_case_blake2b_0
self.check('blake2b', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^
"786a02f742015903c6c6fd852552d272912f4740e15847618a86e217f71f5419"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"d25e1031afee585313896444934eb04b903a685b1448b755d56f701afe9be2ce")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 2207, in setUp
self._file = open(self._path, 'wb+')
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 482, in test_xmlgen_pi
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_worker_919740æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 775, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 767, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 581, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Using random seed: 1573430075
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 792, in testZip64
self.doTest(".py", files, "f6")
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 160, in doTest
self.makeZip(files, **kw)
~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 122, in makeZip
with ZipFile(zipName, "w", compression=self.compression) as z:
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1389, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/junk95142.zip'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/__init__.py", line 2834, in wrapper
return func(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3379, in test_issue84583
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939680æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_950733æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 20, in setUp
self.f = self.open(TESTFN, 'wb')
~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 222, in test_UnixDatagramServer
self.run_server(socketserver.UnixDatagramServer,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socketserver.DatagramRequestHandler,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.dgram_examine)
^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 112, in run_server
server = self.make_server(self.pickaddr(svrcls.address_family),
svrcls, hdlrbase)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 102, in make_server
server = MyServer(addr, MyHandler)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 457, in __init__
self.server_bind()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 478, in server_bind
self.socket.bind(self.server_address)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958235æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_largefile in verbose mode
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 65, in setUp
self._box = self._factory(self._path)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1318, in <lambda>
_factory = lambda self, path, factory=None: mailbox.MMDF(path, factory)
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 953, in __init__
_mboxMMDF.__init__(self, path, factory, create)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 640, in __init__
f = open(self._path, 'wb+')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939663æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958289æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_inspect.test_inspect in verbose mode (matching: test_details_undecodable_path, test_class, test_getsource_empty_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4290, in test_write_to_filename
tree.write(TESTFN)
~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 733, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 764, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_920652_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5657, in test_encoding_errors_none
logging.basicConfig(filename='test.log', encoding=encoding,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors=None,
^^^^^^^^^^^^
format='%(message)s', level=logging.DEBUG)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 2105, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1219, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1248, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/test.log'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 65, in setUp
self._box = self._factory(self._path)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1323, in <lambda>
_factory = lambda self, path, factory=None: mailbox.MH(path, factory)
~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 1000, in __init__
os.mkdir(self._path, 0o700)
~~~~~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958264æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_logging in verbose mode (matching: test_encoding, test_encoding_errors, test_encoding_errors_default, test_encoding_errors_none, test_filemode, test_filename, test_should_not_rollover_named_pipe, test_udp_reconnection, test_logging_at_shutdown_open)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3157, in test_spec
stdout, _ = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 266, in test_samefile_on_link
self._test_samefile_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 250, in _test_samefile_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 194, in test_open_with_pathlib_bytes_path
gdbm.open(FakePath(os.fsencode(filename)), "c").close()
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posixpath.py", line 1100, in setUp
with open(self.file_name, 'xb', 0) as file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_stat.py", line 13, in <module>
class TestFilemode:
...<311 lines>...
self.assertEqual(self.statmod.S_IEXEC, self.statmod.S_IXUSR)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_stat.py", line 117, in TestFilemode
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958539_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926607æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_audit.py", line 64, in test_marshal
self.do_test("test_marshal")
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_audit.py", line 39, in do_test
self.fail(stderr)
~~~~~~~~~^^^^^^^^
AssertionError: Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audit-tests.py", line 119, in test_marshal
with open("test-marshal.bin", "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'test-marshal.bin'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posixpath.py", line 1100, in setUp
with open(self.file_name, 'xb', 0) as file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947902æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3654, in test_large_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943860_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 844, in test_case_blake2b_1
self.check('blake2b', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
"ba80a53f981c4d0d6a2797b69f12f6e94c212f14685ac4b74b12bb6fdbffa2d1"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"7d87c5392aab792dc252d5de4533cc9518d38aa8dbf1925ab92386edd4009923")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 670, in test_case_sha256_1
self.check('sha256', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^
"ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 449, in test_iter_file
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958120æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_mmap in verbose mode (matching: test_repr)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_univnewlines.py", line 50, in setUp
with self.open(os_helper.TESTFN, self.WRITEMODE) as fp:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_937617_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 31, in setUp
self.f = self.FileIO(TESTFN, 'w')
~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_936949æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 276, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tempfile.py", line 388, in <module>
class TestMkstempInner(TestBadTempdir, BaseTestCase):
...<173 lines>...
self.assertTrue(name.endswith('bbb'))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tempfile.py", line 468, in TestMkstempInner
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958602_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tcl.py", line 277, in test_evalfile_surrogates_in_result
with open(filename, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958694_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 565, in testTruncateOnWindows
bug801631()
~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 544, in bug801631
f = self.FileIO(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939244æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_worker_958168æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 775, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 767, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 581, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1499, in test_x_mode
with lzma.open(TESTFN, mode, encoding=encoding):
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 317, in open
binary_file = LZMAFile(filename, lz_mode, format=format, check=check,
preset=preset, filters=filters)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 120, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 1297, in test_expat_locator_withinfo_nonascii
shutil.copyfile(TEST_XMLFILE, fname)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 262, in copyfile
with open(dst, 'wb') as fdst:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939092_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_943860æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921208æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1499, in test_x_mode
with lzma.open(TESTFN, mode, encoding=encoding):
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 317, in open
binary_file = LZMAFile(filename, lz_mode, format=format, check=check,
preset=preset, filters=filters)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 120, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947974æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1053, in test_sys_exit
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958175_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3790, in test_post_mortem_restart
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/__init__.py", line 1328, in trace_wrapper
return func(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3545, in test_threads_write
with self.open(os_helper.TESTFN, "w", encoding="utf-8", buffering=1) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileinput.py", line 967, in test_errors
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_941605_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 881, in test_read_from_file
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 720, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958526æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 192, in test_parse_path_object
make_xml_file(self.data, 'utf-8', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tools/test_msgfmt.py", line 163, in test_strings
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_worker_920726æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 775, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 767, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 581, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3241, in test_seeking
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 648, in test_case_sha224_0
self.check('sha224', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^
"d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 149, in testModeStrings
self.open(TESTFN, 'wb').close()
~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 253, in test_match
with open(os_helper.TESTFN, "w") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_891763_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_919769æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958289æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 508, in test_xmlgen_attr_escape
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 267, in testIteration
bag = self.open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945971æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958448æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 91, in test_context_manager_with_open_file
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958146æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_optparse in verbose mode (matching: test_filetype_notfile, test_filetype_ok)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 4111, in test_checkline_before_debugging
with open(os_helper.TESTFN, "w") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 1243, in test_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947593æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 316, in test_sameopenfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_univnewlines.py", line 50, in setUp
with self.open(os_helper.TESTFN, self.WRITEMODE) as fp:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958386_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958507æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926245æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 266, in test_samefile_on_link
self._test_samefile_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 250, in _test_samefile_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3651, in test_package_without_a_main
os.makedirs(modpath)
~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/os.py", line 218, in makedirs
makedirs(head, exist_ok=exist_ok)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/os.py", line 228, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_pkg'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1027 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1028 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1029 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1030 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1031 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1032 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1033 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1034 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1035 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1036 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1037 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1038 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1039 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1040 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1041 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1042 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1043 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1044 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1045 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1046 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1047 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1048 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1049 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1050 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1051 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1052 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1053 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1054 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1055 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1056 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1057 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1058 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1059 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1060 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1061 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1062 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1063 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1064 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1065 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1066 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1067 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1068 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1069 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1070 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1071 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1072 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1073 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1074 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1075 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1076 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1077 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1078 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1079 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1080 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1081 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1082 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1083 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1084 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1085 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1086 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1087 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1088 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1089 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1090 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1091 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1092 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1093 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1094 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1095 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1096 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1097 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1098 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1099 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1100 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1101 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1102 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1103 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1104 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1105 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1106 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1107 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1108 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1109 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1110 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1111 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1112 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1113 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1114 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1115 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1116 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1117 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1118 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1119 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1120 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1121 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1122 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1123 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1124 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1125 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3106, in test_find_function_found
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
"""\
^^^^
...<10 lines>...
('bœr', 5),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3065, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 540, in test_count_and_summary
with open(filename, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945963_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 105, in test_getsize
create_file(filename, b'Hello')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 31, in setUp
self.f = self.FileIO(TESTFN, 'w')
~~~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958347æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_codecs in verbose mode (matching: test_seek0, test_open, test_open, test_open, test_open, test_open, test_open, test_bug691291)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958708æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/tmp/test_python_f3dx8531/tmpcviuh79n/test_regrtest_noop1.py", line 13, in test_fail_once
open(marker_filename, "w").close()
~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/regrtest_marker_filename'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958630æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_support in verbose mode (matching: test_forget, test_make_bad_fd, test_rmtree, test_temp_cwd, test_unlink, test_temp_dir__forked_child)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/pickletester.py", line 4283, in test_dump_closed_file
f = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_958569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tracemalloc.py", line 337, in test_snapshot_save_attr
snapshot.dump(os_helper.TESTFN)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/tracemalloc.py", line 430, in dump
with open(filename, "wb") as fp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_946066_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 127, in test_write
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 217, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 4117, in test_checkline_after_reset
with open(os_helper.TESTFN, "w") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_949682æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_923237æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4342, in test_write_to_binary_file
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958184_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937654æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4401, in test_attributes
f = self.open(os_helper.TESTFN, "wb", buffering=0)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 62, in test_nullpat
self.drive_one(b'\0' * 1000)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 24, in try_one
f = self.open(os_helper.TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_958625_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 117, in test_rmtree
os.mkdir(dirpath)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958630_tmpæd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937640æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1053, in test_sys_exit
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958296_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921942æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 526, in test_sys_argv_list
with open(TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958604_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_source_encoding.py", line 139, in test_file_parse
f = open(filename, "w", encoding="cp1252")
OSError: [Errno 28] No space left on device: '@test_958685_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4401, in test_attributes
f = self.open(os_helper.TESTFN, "wb", buffering=0)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937331æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958242æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_lzma in verbose mode (matching: test_close, test_fileno, test_init_mode, test_init_with_PathLike_filename, test_init_with_filename, test_init_with_x_mode, test_read_from_file, test_read_from_file_with_bytes_filename, test_read_from_fileobj, test_read_from_fileobj_with_int_name, test_write_append_to_file, test_write_to_file, test_write_to_file_with_bytes_filename, test_write_to_fileobj, test_write_to_fileobj_with_int_name, test_filename, test_with_pathlike_filename, test_x_mode)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 604, in test_case_md5_2
self.check(
~~~~~~~~~~^
'md5',
^^^^^^
...<2 lines>...
usedforsecurity=False
^^^^^^^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958585æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_fork.test_processes in verbose mode (matching: test_fd_transfer, test_large_fd_transfer, test_no_import_lock_contention, test_stderr_flush, test_sys_exit)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937109æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_946393æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 391, in testAbles
f = self.FileIO(TESTFN, "w")
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 429, in testAbles
os.unlink(TESTFN)
~~~~~~~~~^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958455æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4592, in test_pickling
with self.open(os_helper.TESTFN, **kwargs) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
FileNotFoundError: [Errno 2] No such file or directory: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 236, in test_samefile
create_file(file1)
~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 668, in test_builtin_zip
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 192, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958158æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_posix in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4528, in test_abc_inheritance
self._check_abc_inheritance(self)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4510, in _check_abc_inheritance
with self.open(os_helper.TESTFN, "wb", buffering=0) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958448æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_sax in verbose mode (matching: test_expat_binary_file_nonascii, test_expat_inpsource_sysid_nonascii, test_expat_locator_withinfo_nonascii, test_parse_InputSource, test_parse_bytes, test_parse_close_source, test_parse_path_object, test_parse_text, test_binary_file, test_byte_stream, test_character_stream, test_path_objects, test_string, test_system_id, test_text_file, test_1463026_1, test_1463026_1_empty, test_1463026_2, test_1463026_2_empty, test_1463026_3, test_1463026_3_empty, test_5027_1, test_5027_2, test_no_close_file, test_xmlgen_attr_escape, test_xmlgen_basic, test_xmlgen_basic_empty, test_xmlgen_content, test_xmlgen_content_empty, test_xmlgen_content_escape, test_xmlgen_encoding, test_xmlgen_encoding_bytes, test_xmlgen_fragment, test_xmlgen_ignorable, test_xmlgen_ignorable_empty, test_xmlgen_ns, test_xmlgen_ns_empty, test_xmlgen_pi, test_xmlgen_unencodable)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 1479, in test_resource_warnings_failed_iteration
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958128_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 698, in test_1463026_3_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4297, in test_write_to_filename_with_encoding
tree.write(TESTFN, encoding='utf-8')
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 733, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 764, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958128_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945731æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3528, in test_pdbrc_commands
stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_import/__init__.py", line 534, in test_module_with_large_stack
py_compile.compile(filename)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/py_compile.py", line 157, in compile
os.makedirs(dirname)
~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/os.py", line 228, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '__pycache__'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 302, in test_copy
fout = self.fout = self.module.open(TESTFN, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/__init__.py", line 1328, in trace_wrapper
return func(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3545, in test_threads_write
with self.open(os_helper.TESTFN, "w", encoding="utf-8", buffering=1) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958473æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_mailbox in verbo
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 334, in test_temp_cwd
with os_helper.temp_cwd(name=TESTFN):
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '@test_945914_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3290, in test_issue13183
with open('bar.py', 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'bar.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 796, in testZip64CruftAndComment
self.doTest(".py", files, "f65536", comment=b"c" * ((1 << 16) - 1))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 160, in doTest
self.makeZip(files, **kw)
~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 122, in makeZip
with ZipFile(zipName, "w", compression=self.compression) as z:
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1389, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/junk95142.zip'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958146æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4460, in test_io_after_close
f = self.open(os_helper.TESTFN, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 141, in test_exists
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_inspect/test_inspect.py", line 6564, in test_details_undecodable_path
with temp_cwd() as test_dir:
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4528, in test_abc_inheritance
self._check_abc_inheritance(self)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4510, in _check_abc_inheritance
with self.open(os_helper.TESTFN, "wb", buffering=0) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 634, in test_case_sha1_2
self.check('sha1',
~~~~~~~~~~^^^^^^^^
b"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"84983e441c3bd26ebaae4aa1f95129e5e54670f1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 194, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 29, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 144, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 50, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/pathlib/_local.py", line 714, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_921191_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3604, in test_run_script_with_args
stdout, stderr = self.run_pdb_script(script, commands, script_args=["--bar", "foo"])
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939774æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 195, in test_addsitedir
pth_file.create()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 430, in create
FILE = open(self.file_path, 'w')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_936721_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 267, in testIteration
bag = self.open(TESTFN, "wb")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 128, in test_addpackage
pth_file.create()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 430, in create
FILE = open(self.file_path, 'w')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_936721_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1495, in test_write_filtered_python_package
zipfp.writepy(packagedir)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 2202, in writepy
fname, arcname = self._get_codename(path[0:-3],
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
basename)
^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 2282, in _get_codename
if _compile(file_py):
~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 2245, in _compile
py_compile.compile(file, doraise=True, optimize=optimize)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/py_compile.py", line 172, in compile
importlib._bootstrap_external._write_atomic(cfile, bytecode, mode)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap_external>", line 206, in _write_atomic
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__pycache__/test_asyncgen.cpython-313.pyc.140736035191744'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 67, in test_error_conditions
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1361, in test_close_after_close
with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1389, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_941155æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958588æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4592, in test_pickling
with self.open(os_helper.TESTFN, **kwargs) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947951æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_argparse.py", line 82, in <module>
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_927942_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 88, in test_bytes_path_file_shelf
self.test_open_template(filename=os.fsencode(self.fn))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5678, in test_encoding_errors_none
handler.close()
^^^^^^^
UnboundLocalError: cannot access local variable 'handler' where it is not associated with a value
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3341, in test_seek_with_encoder_state
f = self.open(os_helper.TESTFN, "w", encoding="euc_jis_2004")
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4592, in test_pickling
with self.open(os_helper.TESTFN, **kwargs) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_clinic.py", line 2804, in test_external
out = self.expect_success("-f", "-o", TESTFN, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_clinic.py", line 2785, in expect_success
out, err, code = self.run_clinic(*args)
~~~~~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_clinic.py", line 2781, in run_clinic
clinic.main(args)
~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/cli.py", line 274, in main
run_clinic(parser, args)
~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/cli.py", line 264, in run_clinic
parse_file(filename, output=ns.output,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
verify=not ns.force, limited_capi=ns.limited_capi,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
writer=writer)
^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/cli.py", line 91, in parse_file
writer.write(output, cooked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/utils.py", line 64, in write
write_file(filename, new_contents)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/utils.py", line 27, in write_file
with open(filename_new, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_932464_tmpæ.new'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_os.py", line 4037, in <module>
@unittest.skipUnless(supports_extended_attributes(),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_os.py", line 4026, in supports_extended_attributes
with open(os_helper.TESTFN, "xb", 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958143_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958206æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_gettext in verbose mode (matching: FallbackTestCase, test_find_all, test_find_deduplication, test_find_with_c, test_find_with_env_vars, test_find_with_languages, test_find_with_no_lang, GNUTranslationParsingTest, GNUTranslationsClassPluralFormsTestCase, GNUTranslationsPluralFormsTestCase, GNUTranslationsWithDomainPluralFormsTestCase, GettextCacheTestCase, GettextTestCase1, GettextTestCase2, test_translation_fallback, UnicodeTranslationsPluralTest, UnicodeTranslationsTest, WeirdMetadataTest)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_922568æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_urllib2.py", line 1405, in test_cookie_redirect
from test.test_http_cookiejar import interact_netscape
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_http_cookiejar.py", line 337, in <module>
class FileCookieJarTests(unittest.TestCase):
...<139 lines>...
self.assertRaises(LoadError, MozillaCookieJar().load, filename)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_http_cookiejar.py", line 377, in FileCookieJarTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_928703_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4351, in test_write_to_binary_file_with_encoding
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958128_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 466, in testBytesOpen
f = self.FileIO(fn, "w")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: b'@test_958318_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 148, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 29, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 144, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 50, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/pathlib/_local.py", line 714, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_921191_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3637, in test_module_without_a_main
os.mkdir(module_name)
~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_936721æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 639, in test_case_sha1_3
self.check('sha1', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
"34aa973cd4c4daa4f61eeb2bdbad27316534016f")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 334, in test_temp_cwd
with os_helper.temp_cwd(name=TESTFN):
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '@test_958630_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_dumb.py", line 26, in <module>
class DumbDBMTestCase(unittest.TestCase):
...<357 lines>...
_delete_files()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_dumb.py", line 45, in DumbDBMTestCase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958410_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937547æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921484æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958593æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_942214æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_919290æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tcl.py", line 246, in testEvalFile
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_950379_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958630æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3618, in test_breakpoint
stdout, stderr = self.run_pdb_module(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3056, in run_pdb_module
os.mkdir(self.module_name)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958628æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4460, in test_io_after_close
f = self.open(os_helper.TESTFN, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958128æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 132, in test_bool_on_closed_db_raises
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_source_encoding.py", line 170, in test_file_parse_error_multiline
with open(TESTFN, "wb") as fd:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958685_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3612, in _writefd
fd = reduction.recv_handle(conn)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle
return recvfds(s, 1)[0]
~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/reduction.py", line 159, in recvfds
raise EOFError
EOFError
Process Process-3:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1024, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_958296_tmpæ'
Process Process-1:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3612, in _writefd
fd = reduction.recv_handle(conn)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle
return recvfds(s, 1)[0]
~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/reduction.py", line 159, in recvfds
raise EOFError
EOFError
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958368æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_shelve in verbos
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 712, in test_case_sha512_1
self.check('sha512', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^
"ddaf35a193617abacc417349ae20413112e6fa4e89a97ea20a9eeee64b55d39a"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"2192992a274fc1a836ba3c23a3feebbd454d4423643ce80e2a9ac94fa54ca49f")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_clinic.py", line 716, in test_cloned_forced_text_signature
self.clinic.parse(block)
~~~~~~~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/app.py", line 218, in parse
self.writer.makedirs(dirname)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/utils.py", line 56, in makedirs
os.makedirs(dirname)
~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/os.py", line 228, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: './clinic'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 83, in test_write_context_manager_calls_close
with self.module.open(TESTFN, 'wb'):
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5478, in test_filename
logging.basicConfig(filename='test.log', encoding='utf-8')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 2105, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1219, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1248, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/test.log'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 107, in setUp
os.mkdir(self.test_dir)
~~~~~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_921191_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 116, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5627, in test_encoding_errors
handler.close()
^^^^^^^
UnboundLocalError: cannot access local variable 'handler' where it is not associated with a value
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947268æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 39, in test_lltrace
stdout = self.run_code("""
def dont_trace_1():
...<12 lines>...
dont_trace_2()
""")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 23, in run_code
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958578_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 88, in test_bytes_path_file_shelf
self.test_open_template(filename=os.fsencode(self.fn))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937109_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 141, in test_exists
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3228, in test_issue7964
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_cmd_line.py", line 658, in test_isolatedmode
with os_helper.temp_cwd() as tmpdir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 135, in test_write_bytearray
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945731æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 391, in testAbles
f = self.FileIO(TESTFN, "w")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 185, in test_overflowed_write
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posixpath.py", line 197, in test_islink
with open(TESTFN + "1", "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4342, in test_write_to_binary_file
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_922987_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
"__main__", mod_spec)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
~~~~^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 775, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 767, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 586, in run_tests
return self._run_tests(selected, tests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 566, in _run_tests
self.finalize_tests(coverage)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 453, in finalize_tests
self.results.write_junit(self.junit_filename)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/results.py", line 200, in write_junit
with open(filename, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_958152_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 529, in test_nonascii_abspath
with os_helper.temp_cwd(name):
~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: b'@test_945867_tmp\xe7w\xf0'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_938569æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 149, in testModeStrings
self.open(TESTFN, 'wb').close()
~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4533, in test_abc_inheritance_official
self._check_abc_inheritance(io)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4510, in _check_abc_inheritance
with self.open(os_helper.TESTFN, "wb", buffering=0) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 679, in test_case_sha256_3
self.check('sha256', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"cdc76e5c9914fb9281a1c7e284d73e67f1809a48a497200e046d39ccc7112cd0")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_932625æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 459, in testUnicodeOpen
f = self.FileIO(str(TESTFN), "w")
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 701, in test_case_sha384_3
self.check('sha384', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"9d0e1809716474cb086e834e310a4a1ced149e9c00f248527972cec5704c2a5b"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"07b8b3dc38ecc4ebae97ddd87f3d8985")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_asyncio/test_sendfile.py", line 148, in setUpClass
super().setUpClass()
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_asyncio/test_sendfile.py", line 113, in setUpClass
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_942214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tcl.py", line 260, in test_evalfile_null_in_result
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958694_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958593æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_httplib in verbose mode (matching: test_binary_file_body, test_text_file_body)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 453, in _setUp
self.__setUp()
~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 3313, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 3130, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 770, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 726, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 710, in setUp
self.bindServer()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 718, in bindServer
self.bindSock(self.serv)
~~~~~~~~~~~~~^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 807, in bindSock
socket_helper.bind_unix_socket(sock, path)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 124, in bind_unix_socket
sock.bind(addr)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 448, in test_xmlgen_basic_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 137, in test_bytes
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 307, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 29, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 144, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 50, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/pathlib/_local.py", line 714, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_921191_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 193, in _checkBufferSize
f = self.open(TESTFN, 'wb', s)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945963æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_920830æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 211, in test_no_ensure_ascii_flag
infile = self._create_infile('{"key":"💩"}')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958438_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tools/test_msgfmt.py", line 32, in test_compilation
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 391, in testAbles
f = self.FileIO(TESTFN, "w")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 214, in test_parse_close_source
make_xml_file(self.data, 'iso-8859-1', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958613æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 1575, in test_rerun_success
output = self.run_tests("--rerun", testname, exitcode=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 1005, in run_tests
return self.run_python(cmdargs, **kw)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 852, in run_python
proc = self.run_command(cmd, **kw)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 840, in run_command
self.fail(msg)
~~~~~~~~~^^^^^
AssertionError: Command ['/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_f3dx8531/tmpcviuh79n', '--rerun', 'test_regrtest_noop1'] failed with exit code 2, but exit code 0 expected!
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_optparse.py", line 1054, in test_filetype_notfile
os.mkdir(os_helper.TESTFN)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958146_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4544, in test_warn_on_dealloc
self._check_warn_on_dealloc(os_helper.TESTFN, "wb", buffering=0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4536, in _check_warn_on_dealloc
f = self.open(*args, **kwargs)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_codecs.py", line 2918, in test_seek0
with codecs.open(os_helper.TESTFN, 'w+', encoding=encoding) as f:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958347_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/pickletester.py", line 4291, in test_load_closed_file
f = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_941155_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_932396æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1227, in test_write_append_to_file
with LZMAFile(TESTFN, "w") as f:
~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 120, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 788, in test_in_and_not_in
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_924569æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1779 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1780 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1781 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1782 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1783 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1784 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1785 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1786 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1787 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1788 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1789 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1790 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1791 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1792 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1793 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1794 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1795 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1796 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1797 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1798 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1799 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1800 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1801 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1802 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1803 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1804 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1805 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1806 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1807 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1808 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1809 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1810 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1811 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1812 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1813 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1814 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1815 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1816 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1817 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1818 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1819 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1820 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1821 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1822 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1823 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1824 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1825 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1826 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1827 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1828 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1829 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1830 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1831 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1832 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1833 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1834 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1835 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1836 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1837 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1838 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1839 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1840 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1841 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1842 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1843 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1844 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1845 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1846 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1847 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1848 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1849 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1850 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1851 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1852 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1853 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1854 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1855 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1856 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1857 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1858 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1859 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1860 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1861 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1862 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1863 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1864 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1865 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1866 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1867 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1868 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1869 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1870 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1871 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1872 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1873 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1874 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1875 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1876 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1877 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1581, in test_write_pyfile_bad_syntax
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1053, in test_sys_exit
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_926259_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audit-tests.py", line 595, in <module>
globals()[test](*sys.argv[2:])
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audit-tests.py", line 124, in test_marshal
os.unlink("test-marshal.bin")
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'test-marshal.bin'
FAIL
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958347æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 276, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4342, in test_write_to_binary_file
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_920652_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 20, in setUp
self.f = self.open(TESTFN, 'wb')
~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posixpath.py", line 197, in test_islink
with open(TESTFN + "1", "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958386æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_univnewlines in verbose mode (matching: test_read, test_readline, test_readlines, test_seek, test_tell, test_read, test_readline, test_readlines, test_seek, test_read, test_readline, test_readlines, test_seek, test_read, test_readline, test_readlines, test_seek, test_read, test_readline, test_readlines, test_seek, test_tell, test_read, test_readline, test_readlines, test_seek, test_read, test_readline, test_readlines, test_seek, test_read, test_readline, test_readlines, test_seek)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_922568æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 185, in test_overflowed_write
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3103, in test_find_function_empty_file
self._assert_find_function(b'', 'foo', None)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3065, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_subprocess.py", line 489, in test_cwd_with_relative_executable
with os_helper.temp_cwd() as wrong_dir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958435æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4533, in test_abc_inheritance_official
self._check_abc_inheritance(io)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4510, in _check_abc_inheritance
with self.open(os_helper.TESTFN, "wb", buffering=0) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 684, in test_case_sha384_0
self.check('sha384', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^
"38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"274edebfe76f65fbd51ad2f14898b95b")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 838, in test_case_blake2b_0
self.check('blake2b', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^
"786a02f742015903c6c6fd852552d272912f4740e15847618a86e217f71f5419"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"d25e1031afee585313896444934eb04b903a685b1448b755d56f701afe9be2ce")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 353, in test_make_bad_fd
fd = os_helper.make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 164, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_945914_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 671, in test_1463026_2_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 217, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958412æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 82, in test_proto2_file_shelf
self.test_open_template(protocol=2)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937109_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-275 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-276 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-277 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-278 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-279 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-280 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-281 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-282 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-283 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-284 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-285 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-286 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-287 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-288 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-289 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-290 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-291 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-292 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-293 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-294 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-295 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-296 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-297 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-298 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-299 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-300 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-301 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-302 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-303 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-304 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-305 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-306 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-307 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-308 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-309 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-310 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-311 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-312 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-313 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-314 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-315 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-316 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-317 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-318 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-319 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-320 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-321 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-322 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-323 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-324 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-325 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-326 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-327 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-328 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-329 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-330 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-331 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-332 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-333 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-334 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-335 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-336 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-337 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-338 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-339 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-340 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-341 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-342 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-343 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-344 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-345 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-346 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-347 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-348 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-349 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-350 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-351 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-352 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-353 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-354 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-355 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-356 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-357 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-358 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-359 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-360 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-361 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-362 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-363 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-364 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-365 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-366 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-367 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-368 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-369 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-370 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-371 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-372 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-373 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 674, in test_case_sha256_2
self.check('sha256',
~~~~~~~~~~^^^^^^^^^^
b"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"248d6a61d20638b8e5c026930c3e6039a33ce45964ff2167f6ecedd419db06c1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_942155æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/__init__.py", line 2834, in wrapper
return func(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3362, in test_issue16180
stdout, stderr = self.run_pdb_script(
~~~~~~~~~~~~~~~~~~~^
script, commands
^^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 910, in test_read_from_fileobj
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4309, in test_write_to_filename_as_unicode
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_922987_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_943103æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 600, in test_xmlgen_ns
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 111, in test_context_manager
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 141, in test_exists
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921191æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 438, in test_xmlgen_basic
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958719æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958703æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 222, in test_ensure_ascii_default
infile = self._create_infile('{"key":"💩"}')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958438_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 145, in test_unicode
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 309, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 292, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audit-tests.py", line 595, in <module>
globals()[test](*sys.argv[2:])
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audit-tests.py", line 549, in test_time
time.sleep(0)
~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audit-tests.py", line 546, in hook
raise AssertionError('hook failed')
AssertionError: hook failed
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 112, in test_context_manager_with_filename
with self.module.open(TESTFN, 'wb') as f:
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 558, in test_xmlgen_ignorable
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926166æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_922987æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_938293æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 545, in test_xmlgen_unencodable
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958188æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_regrtest_noop1 in verbose mode (matching: test_fail_once)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1031, in _test_sys_exit
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_891080_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958221æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_hashlib in verbose mode (matching: test_case_blake2b_0, test_case_blake2b_1, test_case_blake2s_0, test_case_blake2s_1, test_case_md5_0, test_case_md5_1, test_case_md5_2, test_case_sha1_0, test_case_sha1_1, test_case_sha1_2, test_case_sha1_3, test_case_sha224_0, test_case_sha224_1, test_case_sha224_2, test_case_sha224_3, test_case_sha256_0, test_case_sha256_1, test_case_sha256_2, test_case_sha256_3, test_case_sha384_0, test_case_sha384_1, test_case_sha384_2, test_case_sha384_3, test_case_sha3_224_0, test_case_sha3_256_0, test_case_sha3_384_0, test_case_sha3_512_0, test_case_sha512_0, test_case_sha512_1, test_case_sha512_2, test_case_sha512_3, test_file_digest, test_file_digest)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958490æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 105, in test_getsize
create_file(filename, b'Hello')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sysconfig.py", line 684, in test_parse_makefile
with open(TESTFN, "w") as makefile:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_947387_tmpæ'
TracebackTests.test_exec_failure_nested) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3241, in test_seeking
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 684, in test_1463026_3
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 4099, in test_issue_59000
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958147æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_946275æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3612, in _writefd
fd = reduction.recv_handle(conn)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle
return recvfds(s, 1)[0]
~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/reduction.py", line 159, in recvfds
raise EOFError
EOFError
k
Warning -- Dangling processes: {<Process name='Process-59' pid=927951 parent=926259 stopped exitcode=1 daemon>, <Process name='Process-60' pid=927952 parent=926259 stopped exitcode=1 daemon>}
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958694æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_tcl in verbose mode (matching: testEvalFile, test_evalfile_null_in_result, test_evalfile_surrogates_in_result)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1031, in _test_sys_exit
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_926259_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939012æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_949682æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947387æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 85, in test_pathlib_path_file_shelf
self.test_open_template(filename=os_helper.FakePath(self.fn))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937109_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 565, in testTruncateOnWindows
bug801631()
~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 544, in bug801631
f = self.FileIO(TESTFN, 'w')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3579, in test_module_is_run_as_main
stdout, stderr = self.run_pdb_module(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3056, in run_pdb_module
os.mkdir(self.module_name)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947593æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958246æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 555, in test_init_with_PathLike_filename
with TempFile(filename, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
TracebackTests.test_broken_parent) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 630, in test_case_sha1_1
self.check('sha1', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^
"a9993e364706816aba3e25717850c26c9cd0d89d")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 298, in test_sync_handled
BaseErrorTestServer(ValueError)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 340, in __init__
self.handle_request()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 298, in handle_request
return self._handle_request_noblock()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 320, in _handle_request_noblock
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 346, in handle_error
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_951702_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958613æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_tarfile in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1464, in test_open_default_encoding
self.write_testfile()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1428, in write_testfile
fp = open(TESTFN, 'w', encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_923315_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958604æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_trace in verbose mode (matching: test_count_and_summary, test_listfuncs_flag_success, test_sys_argv_list, test_coverageresults_update, test_issue9936, test_cover_files_written_no_highlight, test_cover_files_written_with_highlight)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926626æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_938268æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 159, in test_incompleted_write
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 65, in setUp
self._box = self._factory(self._path)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1272, in <lambda>
_factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 907, in __init__
_mboxMMDF.__init__(self, path, factory, create)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 640, in __init__
f = open(self._path, 'wb+')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 316, in test_sameopenfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1027 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1028 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1029 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1030 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1031 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1032 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1033 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1034 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1035 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1036 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1037 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1038 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1039 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1040 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1041 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1042 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1043 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1044 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1045 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1046 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1047 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1048 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1049 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1050 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1051 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1052 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1053 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1054 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1055 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1056 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1057 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1058 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1059 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1060 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1061 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1062 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1063 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1064 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1065 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1066 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1067 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1068 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1069 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1070 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1071 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1072 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1073 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1074 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1075 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1076 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1077 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1078 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1079 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1080 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1081 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1082 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1083 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1084 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1085 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1086 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1087 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1088 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1089 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1090 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1091 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1092 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1093 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1094 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1095 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1096 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1097 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1098 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1099 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1100 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1101 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1102 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1103 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1104 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1105 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1106 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1107 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1108 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1109 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1110 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1111 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1112 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1113 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1114 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1115 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1116 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1117 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1118 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1119 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1120 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1121 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1122 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1123 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1124 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1125 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_embed.py", line 1949, in test_audit_run_interactivehook
with open(startup, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_926245_tmp-cmb.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_array.py", line 495, in test_tofromfile
f = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_942628_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3252, in test_seeking_too
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1464, in test_open_default_encoding
self.write_testfile()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1428, in write_testfile
fp = open(TESTFN, 'w', encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958195_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921208æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1571, in test_input
self.write_testfile()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1428, in write_testfile
fp = open(TESTFN, 'w', encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_923315_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1015, in test_stderr_flush
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958296_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958296æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_spawn.test_processes in verbose mode (matching: test_fd_transfer, test_large_fd_transfer, test_no_import_lock_contention, test_stderr_flush, test_sys_exit)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_920830æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958488æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_forkserver.test_misc in verbose mode (matching: test_large_pool)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_urllib2.py", line 1405, in test_cookie_redirect
from test.test_http_cookiejar import interact_netscape
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_http_cookiejar.py", line 337, in <module>
class FileCookieJarTests(unittest.TestCase):
...<139 lines>...
self.assertRaises(LoadError, MozillaCookieJar().load, filename)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_http_cookiejar.py", line 377, in FileCookieJarTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958269_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3910, in test_issue42384
with os_helper.temp_cwd() as cwd:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3525, in test_seek_append_bom
with self.open(filename, 'w', encoding=charset) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 689, in test_case_sha384_1
self.check('sha384', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^
"cb00753f45a35e8bb5a03d699ac65007272c32ab0eded1631a8b605a43ff5bed"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"8086072ba1e7cc2358baeca134c825a7")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 309, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 292, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958378æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_netrc in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_919412æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3441, in test_step_into_botframe
stdout, _ = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 426, in test_coverageresults_update
with open(infile, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945963_tmpæ-infile'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939012æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 39, in test_lltrace
stdout = self.run_code("""
def dont_trace_1():
...<12 lines>...
dont_trace_2()
""")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 23, in run_code
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943823_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4592, in test_pickling
with self.open(os_helper.TESTFN, **kwargs) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4544, in test_warn_on_dealloc
self._check_warn_on_dealloc(os_helper.TESTFN, "wb", buffering=0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4536, in _check_warn_on_dealloc
f = self.open(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 1145, in test_expat_inpsource_sysid_nonascii
shutil.copyfile(TEST_XMLFILE, fname)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 262, in copyfile
with open(dst, 'wb') as fdst:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958448_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939778æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_942806æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 927, in test_case_sha3_256_0
self.check('sha3_256', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^^
"a7ffc6f8bf1ed76651c14756a061d662f580ff4de43b49fa82d80a4b80f8434a")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_linecache.py", line 147, in test_no_ending_newline
with open(os_helper.TESTFN, "w", encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_947974_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 703, in test_close
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 588, in test_builtin_max_min
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937443æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 137, in test_bytes
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_924910æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958685æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1053, in test_sys_exit
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_891080_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 586, in test_xmlgen_encoding_bytes
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_reprlib.py", line 663, in setUp
os.mkdir(self.pkgname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'areallylongpackageandmodulenametotestreprtruncation'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3494, in test_pdbrc_alias
stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 478, in test_builtin_list
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 90, in test_reorganize
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_946741æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileinput.py", line 984, in test_modes
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_941605_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 161, in test_addpackage_import_bad_exec
pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_936721_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 724, in test_case_sha512_3
self.check('sha512', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"e718483d0ce769644e2e42c7bc15b4638e1f98b13b2044285632a803afa973eb"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"de0ff244877ea60a4cb0432ce577c31beb009c5c2c49aa2e4eadb217ad8cc09b")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1554, in test_write_python_directory_filtered
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 736, in test_unicode_join_endcase
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_928901æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_942806æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 149, in testModeStrings
self.open(TESTFN, 'wb').close()
~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937670æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 3146, in setUp
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937097æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1168, in test_write_to_fileobj
with open(TESTFN, "wb") as raw:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_923237æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posixpath.py", line 226, in test_ismount_non_existent
os.mkdir(ABSTFN)
~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939121æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3628, in test_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926259_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937109_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926575æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1554, in test_write_python_directory_filtered
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_linecache.py", line 147, in test_no_ending_newline
with open(os_helper.TESTFN, "w", encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958689_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 65, in setUp
self._box = self._factory(self._path)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1480, in <lambda>
_factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 1323, in __init__
_singlefileMailbox.__init__(self, path, factory, create)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 640, in __init__
f = open(self._path, 'wb+')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 211, in test_no_ensure_ascii_flag
infile = self._create_infile('{"key":"💩"}')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938293_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1439, in test_open
self.write_testfile()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1428, in write_testfile
fp = open(TESTFN, 'w', encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_923315_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 639, in test_case_sha1_3
self.check('sha1', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
"34aa973cd4c4daa4f61eeb2bdbad27316534016f")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ntpath.py", line 1157, in test_relpath
with os_helper.temp_cwd(os_helper.TESTFN) as cwd_dir:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 636, in test_1463026_1
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_array.py", line 526, in test_filewrite
f = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_942628_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958194æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3326, in test_tell_after_readline_with_cr
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
TracebackTests.test_broken_parent_from) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 172, in test_nonascii_filename
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 603, in test_init_with_x_mode
with LZMAFile(TESTFN, mode) as f:
~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 120, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ntpath.py", line 1568, in setUp
with open(self.file_name, 'xb', 0) as file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_array.py", line 526, in test_filewrite
f = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_958524_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_936985æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/tmp/test_python_fvfdt3pr/tmpgx4_o5vj/test_regrtest_noop419.py", line 13, in test_fail_once
open(marker_filename, "w").close()
~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_891763æ/regrtest_marker_filename'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958378æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 2207, in setUp
self._file = open(self._path, 'wb+')
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 143, in test_write_array
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_dumb.py", line 26, in <module>
class DumbDBMTestCase(unittest.TestCase):
...<357 lines>...
_delete_files()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_dumb.py", line 45, in DumbDBMTestCase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937679_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/case.py", line 650, in run
with outcome.testPartExecutor(self):
ResourceWarning: unclosed <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 54851), raddr=('127.0.0.1', 60424)>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958412æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_tokenize in verbose mode (matching: test_open)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3525, in test_seek_append_bom
with self.open(filename, 'w', encoding=charset) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 600, in test_xmlgen_ns
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 529, in test_nonascii_abspath
with os_helper.temp_cwd(name):
~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: b'@test_958588_tmp\xe7w\xf0'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 1575, in test_rerun_success
output = self.run_tests("--rerun", testname, exitcode=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 1005, in run_tests
return self.run_python(cmdargs, **kw)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 852, in run_python
proc = self.run_command(cmd, **kw)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 840, in run_command
self.fail(msg)
~~~~~~~~~^^^^^
AssertionError: Command ['/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_fvfdt3pr/tmpgx4_o5vj', '--rerun', 'test_regrtest_noop419'] failed with exit code 2, but exit code 0 expected!
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 197, in test_unseekable_read
with self.create_file(TESTFN) as f:
~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939778æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 483, in testUtf8BytesOpen
f = self.FileIO(fn, "w")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: b'@test_935312_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback.test_repr) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_linecache.py", line 174, in test_checkcache
with open(source_name, 'w', encoding='utf-8') as source:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_947974_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileinput.py", line 283, in test_readline
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958490_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3525, in test_seek_append_bom
with self.open(filename, 'w', encoding=charset) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 571, in testAppend
f = self.FileIO(TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 684, in test_case_sha384_0
self.check('sha384', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^
"38b060a751ac96384cd9327eb1b1e36a21fdb71114be07434c0cc7bf63f6e1da"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"274edebfe76f65fbd51ad2f14898b95b")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_inspect/test_inspect.py", line 789, in test_getsource_empty_file
with temp_cwd() as cwd:
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_935221æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_codecs.py", line 1864, in test_open
codecs.open(os_helper.TESTFN, mode, 'ascii') as file:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_936985_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 2022, in test_truncate
with self.open(os_helper.TESTFN, self.write_mode, buffering=0) as raw:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3328, in test_issue36250
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 903, in test_read_from_file_with_bytes_filename
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921133æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 647, in test_1463026_1_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1390, in test_zipwritefile_attrs
with zipfile.ZipFile(TESTFN2, mode="w", compression=self.compression) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1389, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1531, in test_write_python_directory
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/pickletester.py", line 1527, in test_unpickle_module_race
os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 567, in test_init_with_filename
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1575, in test_write_non_pyfile
with open(TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 451, in testModeStrings
with self.FileIO(TESTFN, modes[0]) as f:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 598, in test_case_md5_1
self.check(
~~~~~~~~~~^
'md5', b'abc', '900150983cd24fb0d6963f7d28e17f72',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
usedforsecurity=False
^^^^^^^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 529, in test_nonascii_abspath
with os_helper.temp_cwd(name):
~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: b'@test_958465_tmp\xe7w\xf0'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 470, in test_xmlgen_content_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1372, in test_write_after_close
with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1389, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958231æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_http_cookiejar in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3139, in test_find_function_found_with_bom
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
codecs.BOM_UTF8 + """\
^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
('bœr', 2),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3065, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 185, in test_UnixStreamServer
self.run_server(socketserver.UnixStreamServer,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socketserver.StreamRequestHandler,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.stream_examine)
^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 112, in run_server
server = self.make_server(self.pickaddr(svrcls.address_family),
svrcls, hdlrbase)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 102, in make_server
server = MyServer(addr, MyHandler)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 457, in __init__
self.server_bind()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 478, in server_bind
self.socket.bind(self.server_address)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 932, in test_read_from_fileobj_with_int_name
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_worker_958213æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 775, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 767, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 581, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 192, in setUp
os.mkdir(dirname)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937109_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1053, in test_sys_exit
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_943860_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958465æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_symtable.py", line 510, in test_file
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_928703æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/pickletester.py", line 4291, in test_load_closed_file
f = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_958569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4669, in test_create_writes
with self.open(os_helper.TESTFN, 'xb') as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1015, in test_stderr_flush
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_943860_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 482, in test_xmlgen_pi
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 570, in test_xmlgen_ignorable_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_subprocess.py", line 472, in test_cwd_with_relative_arg
with os_helper.temp_cwd() as wrong_dir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 31, in setUp
self.f = self.FileIO(TESTFN, 'w')
~~~~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921191æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5636, in test_encoding_errors_default
logging.basicConfig(filename='test.log', encoding=encoding,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
format='%(message)s', level=logging.DEBUG)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 2105, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1219, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1248, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/test.log'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 357, in setUp
with open(self.file, "w") as tmp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1603, in test_write_pathlike
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_923297æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4663, in test_create_fail
with self.open(os_helper.TESTFN, 'w', encoding="utf-8"):
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958383æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958442æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958368æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_920652æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 567, in test_init_with_filename
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937368æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958628æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_tracemalloc in verbose mode (matching: test_snapshot, test_snapshot_save_attr)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 429, in testAbles
os.unlink(TESTFN)
~~~~~~~~~^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 316, in test_sameopenfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 276, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945914æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1779 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1780 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1781 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1782 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1783 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1784 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1785 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1786 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1787 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1788 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1789 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1790 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1791 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1792 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1793 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1794 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1795 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1796 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1797 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1798 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1799 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1800 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1801 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1802 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1803 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1804 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1805 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1806 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1807 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1808 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1809 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1810 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1811 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1812 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1813 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1814 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1815 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1816 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1817 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1818 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1819 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1820 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1821 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1822 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1823 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1824 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1825 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1826 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1827 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1828 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1829 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1830 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1831 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1832 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1833 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1834 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1835 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1836 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1837 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1838 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1839 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1840 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1841 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1842 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1843 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1844 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1845 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1846 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1847 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1848 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1849 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1850 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1851 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1852 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1853 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1854 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1855 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1856 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1857 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1858 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1859 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1860 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1861 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1862 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1863 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1864 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1865 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1866 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1867 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1868 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1869 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1870 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1871 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1872 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1873 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1874 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1875 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1876 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1877 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958429æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 318, in _handle_request_noblock
self.process_request(request, client_address)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 349, in process_request
self.finish_request(request, client_address)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 362, in finish_request
self.RequestHandlerClass(request, client_address, self)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 766, in __init__
self.handle()
~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 355, in handle
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_951702_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 303, in test_sync_not_handled
BaseErrorTestServer(SystemExit)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 340, in __init__
self.handle_request()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 298, in handle_request
return self._handle_request_noblock()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 320, in _handle_request_noblock
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 346, in handle_error
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958715_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 2369, in test_xml
output = self.run_tests(testname, "--junit-xml", filename,
exitcode=EXITCODE_BAD_TEST)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 1005, in run_tests
return self.run_python(cmdargs, **kw)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 852, in run_python
proc = self.run_command(cmd, **kw)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 840, in run_command
self.fail(msg)
~~~~~~~~~^^^^^
AssertionError: Command ['/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_fvfdt3pr/tmphzmrubn9', 'test_regrtest_noop432', '--junit-xml', '@test_891763_tmpæ'] failed with exit code 1, but exit code 2 expected!
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1130, in test_write_to_file
with LZMAFile(TESTFN, "w") as f:
~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 120, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 141, in test_parse_text
make_xml_file(self.data, encoding)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939092æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5646, in test_encoding_errors_default
handler.close()
^^^^^^^
UnboundLocalError: cannot access local variable 'handler' where it is not associated with a value
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 499, in testInvalidFd
self.assertRaises(OSError, self.FileIO, make_bad_fd())
~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 164, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958455æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_capi in verbose mode
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 656, in test_case_sha224_2
self.check('sha224',
~~~~~~~~~~^^^^^^^^^^
b"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"75388b16512776cc5dba5da1fd890150b0c6455cb4f58b1952522525")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 191, in test_open_with_bytes_path
gdbm.open(os.fsencode(filename), "c").close()
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tools/test_msgfmt.py", line 91, in test_indexed_msgstr_without_msgid_plural
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 775, in test_xmlgen_fragment
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958435æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_pdb in verbose mode (matching: test_checkline_after_reset, test_checkline_before_debugging, test_checkline_is_not_executable, test_blocks_at_first_code_line, test_breakpoint, test_empty_file, test_errors_in_command, test_file_modified_after_execution, test_file_modified_after_execution_with_multiple_instances, test_file_modified_after_execution_with_restart, test_find_function_empty_file, test_find_function_first_executable_line, test_find_function_found, test_find_function_found_with_bom, test_find_function_found_with_encoding_cookie, test_gh_93696_frozen_list, test_gh_94215_crash, test_issue13120, test_issue13183, test_issue16180, test_issue26053, test_issue34266, test_issue36250, test_issue42383, test_issue42384, test_issue46434, test_issue58956, test_issue7964, test_issue84583, test_issue_59000, test_module_is_run_as_main, test_module_without_a_main, test_package_without_a_main, test_pdbrc_alias, test_pdbrc_basic, test_pdbrc_commands, test_pdbrc_empty_line, test_p
dbrc_semicolon, test_post_mortem_restart, test_readrc_kwarg, test_relative_imports, test_relative_imports_on_plain_module, test_run_module, test_run_script_with_args, test_safe_path, test_spec, test_step_into_botframe)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-651 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-652 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-653 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-654 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-655 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-656 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-657 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-658 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-659 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-660 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-661 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-662 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-663 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-664 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-665 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-666 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-667 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-668 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-669 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-670 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-671 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-672 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-673 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-674 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-675 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-676 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-677 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-678 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-679 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-680 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-681 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-682 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-683 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-684 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-685 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-686 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-687 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-688 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-689 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-690 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-691 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-692 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-693 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-694 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-695 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-696 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-697 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-698 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-699 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-700 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-701 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-702 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-703 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-704 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-705 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-706 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-707 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-708 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-709 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-710 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-711 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-712 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-713 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-714 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-715 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-716 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-717 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-718 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-719 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-720 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-721 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-722 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-723 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-724 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-725 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-726 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-727 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-728 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-729 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-730 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-731 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-732 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-733 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-734 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-735 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-736 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-737 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-738 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-739 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-740 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-741 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-742 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-743 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-744 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-745 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-746 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-747 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-748 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-749 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_943860æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3103, in test_find_function_empty_file
self._assert_find_function(b'', 'foo', None)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3065, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958126æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_io in verbose mode (matching: test_truncate, test_truncate_after_write, test_seek_append_bom, test_seek_bom, test_seek_with_encoder_state, test_seeking, test_seeking_too, test_tell_after_readline_with_cr, test_telling, test_threads_write, test_abc_inheritance, test_abc_inheritance_official, test_attributes, test_create_fail, test_create_writes, test_io_after_close, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling,
test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_warn_on_dealloc, test_abc_inheritance, test_abc_inheritance_official, test_attributes, test_create_fail, test_create_writes, test_io_after_close, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_
pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_pickling, test_warn_on_dealloc)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 274, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 29, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 144, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 50, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/pathlib/_local.py", line 714, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_958147_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958121æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posix.py", line 57, in <module>
class PosixTester(unittest.TestCase):
...<1497 lines>...
os.close(os.pidfd_open(os.getpid(), 0))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posix.py", line 874, in PosixTester
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958158_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939092æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 193, in _checkBufferSize
f = self.open(TESTFN, 'wb', s)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_924276æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 558, in test_xmlgen_ignorable
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3106, in test_find_function_found
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
"""\
^^^^
...<10 lines>...
('bœr', 5),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3065, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 309, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 292, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_array.py", line 517, in test_fromfile_ioerror
f = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_942628_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 506, in test_abspath_issue3426
with os_helper.temp_cwd(unicwd):
~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'çwð'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1531, in test_write_python_directory
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_asyncio/test_sendfile.py", line 148, in setUpClass
super().setUpClass()
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_asyncio/test_sendfile.py", line 113, in setUpClass
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958507_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_univnewlines.py", line 50, in setUp
with self.open(os_helper.TESTFN, self.WRITEMODE) as fp:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937617_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 717, in test_case_sha512_2
self.check('sha512',
~~~~~~~~~~^^^^^^^^^^
b"abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmn"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b"hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"8e959b75dae313da8cf4f72814fc143f8f7779c6eb9f7fa17299aeadb6889018"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"501d289e4900f7e4331b99dec4b5433ac7d329eeb6dd26545e96e55b874be909")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3628, in test_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943860_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958689æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_932625æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937972æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 59, in test_primepat
self.drive_one(b"1234567890\00\01\02\03\04\05\06")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 24, in try_one
f = self.open(os_helper.TESTFN, "wb")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_946393_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958194æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_email in verbose mode (matching: test_message_from_binary_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audit-tests.py", line 119, in test_marshal
with open("test-marshal.bin", "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'test-marshal.bin'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 571, in testAppend
f = self.FileIO(TESTFN, 'wb')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 223, in testTruncateOnWindows
f = self.open(TESTFN, 'wb')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_927942æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939244æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_932666æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_932666æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 674, in test_case_sha256_2
self.check('sha256',
~~~~~~~~~~^^^^^^^^^^
b"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"248d6a61d20638b8e5c026930c3e6039a33ce45964ff2167f6ecedd419db06c1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958367æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 217, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926259æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3326, in test_tell_after_readline_with_cr
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 661, in test_case_sha224_3
self.check('sha224', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"20794655980c91d8bbb4c1ea97618a4bf03f42581948b2ee4ee7ad67")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 532, in test_xmlgen_encoding
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 67, in test_lltrace_different_module
stdout = self.run_code("""
from test import test_lltrace
test_lltrace.__lltrace__ = 1
test_lltrace.example()
""")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 23, in run_code
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943823_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_source_encoding.py", line 139, in test_file_parse
f = open(filename, "w", encoding="cp1252")
OSError: [Errno 28] No space left on device: '@test_947593_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958410æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 318, in test_read_not_from_start
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958184æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_xml_etree in verbose mode (matching: test_write_to_binary_file, test_write_to_binary_file_with_bom, test_write_to_binary_file_with_encoding, test_write_to_filename, test_write_to_filename_as_unicode, test_write_to_filename_with_encoding, test_write_to_text_file, test_resource_warnings_failed_iteration)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tools/test_i18n.py", line 154, in test_output_option
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921484æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackTests.test_import_bug) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_950379æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 883, in test_case_blake2s_0
self.check('blake2s', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^
"69217a3079908094e11121d042354a7c1f55b6482ca1a51e1b250dfd1ed0eef9")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 194, in test_open_with_pathlib_bytes_path
gdbm.open(FakePath(os.fsencode(filename)), "c").close()
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tools/test_msgfmt.py", line 80, in test_plural_without_msgid_plural
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 458, in test_xmlgen_content
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958685æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_source_encoding in verbose mode (matching: test_file_parse, test_file_parse_error_multiline, test_tokenizer_fstring_warning_in_first_line)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1577, in test_initialize_with_binary_file
with open(self._path, 'wb+') as f:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958708æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_tools in verbose mode (matching: test_output_option, test_compilation, test_generic_syntax_error, test_indexed_msgstr_without_msgid_plural, test_invalid_msgid_plural, test_plural_without_msgid_plural, test_strings)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 532, in test_xmlgen_encoding
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 565, in testTruncateOnWindows
bug801631()
~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 544, in bug801631
f = self.FileIO(TESTFN, 'w')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937658æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 316, in test_sameopenfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 137, in test_writing_in_place
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938293_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tools/test_msgfmt.py", line 103, in test_generic_syntax_error
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958123æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 697, in process_request_thread
self.finish_request(request, client_address)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 362, in finish_request
self.RequestHandlerClass(request, client_address, self)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 766, in __init__
self.handle()
~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 355, in handle
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_951702_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_923297æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 2022, in test_truncate
with self.open(os_helper.TESTFN, self.write_mode, buffering=0) as raw:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4544, in test_warn_on_dealloc
self._check_warn_on_dealloc(os_helper.TESTFN, "wb", buffering=0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4536, in _check_warn_on_dealloc
f = self.open(*args, **kwargs)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 703, in test_close
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3654, in test_large_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958585_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_923315æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/loader.py", line 403, in _find_test_path
module = self._get_module_from_name(name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/loader.py", line 346, in _get_module_from_name
__import__(name)
~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pathlib/test_pathlib.py", line 532, in <module>
class PathTest(test_pathlib_abc.DummyPathTest, PurePathTest):
...<1063 lines>...
P('c:/').group()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pathlib/test_pathlib.py", line 692, in PathTest
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_947268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4592, in test_pickling
with self.open(os_helper.TESTFN, **kwargs) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
FileNotFoundError: [Errno 2] No such file or directory: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 621, in test_builtin_map
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1403 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1404 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1405 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1406 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1407 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1408 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1409 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1410 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1411 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1412 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1413 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1414 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1415 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1416 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1417 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1418 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1419 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1420 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1421 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1422 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1423 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1424 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1425 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1426 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1427 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1428 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1429 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1430 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1431 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1432 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1433 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1434 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1435 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1436 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1437 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1438 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1439 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1440 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1441 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1442 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1443 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1444 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1445 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1446 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1447 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1448 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1449 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1450 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1451 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1452 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1453 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1454 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1455 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1456 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1457 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1458 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1459 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1460 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1461 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1462 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1463 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1464 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1465 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1466 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1467 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1468 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1469 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1470 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1471 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1472 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1473 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1474 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1475 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1476 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1477 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1478 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1479 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1480 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1481 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1482 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1483 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1484 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1485 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1486 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1487 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1488 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1489 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1490 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1491 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1492 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1493 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1494 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1495 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1496 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
make: *** [Makefile:2258: buildbottest] Error 2
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1497 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1498 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1499 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1500 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1501 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 886, in test_writelines
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3139, in test_find_function_found_with_bom
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
codecs.BOM_UTF8 + """\
^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
('bœr', 2),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3065, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 135, in test_write_bytearray
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958643æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_source_encoding.py", line 183, in test_tokenizer_fstring_warning_in_first_line
with open(TESTFN, "w") as fd:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_947593_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 451, in testModeStrings
with self.FileIO(TESTFN, modes[0]) as f:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958128æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_xml_etree_c in verbose mode (matching: test_write_to_binary_file, test_write_to_binary_file_with_bom, test_write_to_binary_file_with_encoding, test_write_to_filename, test_write_to_filename_as_unicode, test_write_to_filename_with_encoding, test_write_to_text_file, test_resource_warnings_failed_iteration)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 357, in setUp
with open(self.file, "w") as tmp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1568, in test_initialize_with_file
with open(self._path, 'w+', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_942214æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958114æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 316, in test_sameopenfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/pickletester.py", line 4321, in test_dump_text_file
f = open(TESTFN, "w")
OSError: [Errno 28] No space left on device: '@test_958569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 79, in test_flags
self.g = gdbm.open(filename, mode)
~~~~~~~~~^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
TracebackTests.test_exec_failure) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3423, in test_issue58956
with open('bar.py', 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'bar.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 141, in test_parse_text
make_xml_file(self.data, encoding)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958588æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_posixpath in verbose mode (matching: test_path_abspath, test_path_basename, test_path_commonpath, test_path_dirname, test_path_expanduser, test_path_expandvars, test_path_isabs, test_path_islink, test_path_ismount, test_path_join, test_path_lexists, test_path_normcase, test_path_normpath, test_path_realpath, test_path_relpath, test_path_split, test_path_splitdrive, test_path_splitext, test_path_splitroot, test_abspath_issue3426, test_exists, test_filetime, test_getsize, test_isdir, test_isfile, test_nonascii_abspath, test_samefile, test_samefile_on_link, test_sameopenfile, test_samestat, test_samestat_on_link, test_islink, test_ismount_non_existent, test_realpath_nonterminal_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958524æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackTests.test_syntax_error) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 79, in test_flags
self.g = gdbm.open(filename, mode)
~~~~~~~~~^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1581, in test_write_pyfile_bad_syntax
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 883, in test_case_blake2s_0
self.check('blake2s', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^
"69217a3079908094e11121d042354a7c1f55b6482ca1a51e1b250dfd1ed0eef9")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_943158æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937670æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 132, in test_bool_on_closed_db_raises
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_941155æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_gc.py", line 799, in test_global_del_SystemExit
with open(TESTFN, 'w', encoding="utf-8") as script:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937972_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958195æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_builtin in verbose mode (matching: test_input, test_open, test_open_default_encoding)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_codecs.py", line 720, in test_bug691291
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958347_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 499, in testInvalidFd
self.assertRaises(OSError, self.FileIO, make_bad_fd())
~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 164, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 726, in test_5027_1
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 197, in test_unseekable_read
with self.create_file(TESTFN) as f:
~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 228, in test_ThreadingUnixDatagramServer
self.run_server(socketserver.ThreadingUnixDatagramServer,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socketserver.DatagramRequestHandler,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.dgram_examine)
^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 112, in run_server
server = self.make_server(self.pickaddr(svrcls.address_family),
svrcls, hdlrbase)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 102, in make_server
server = MyServer(addr, MyHandler)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 457, in __init__
self.server_bind()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 478, in server_bind
self.socket.bind(self.server_address)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/pickletester.py", line 4283, in test_dump_closed_file
f = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_941155_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958386æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileinput.py", line 306, in test_readline_binary_mode
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_941605_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4460, in test_io_after_close
f = self.open(os_helper.TESTFN, **kwargs)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_multibytecodec.py", line 330, in test_bug1728403
f = open(TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_958458_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 511, in test_builtin_tuple
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 6687, in setUpClass
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958181_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 4131, in test_checkline_is_not_executable
with open(os_helper.TESTFN, "w") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 111, in test_context_manager
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_source_encoding.py", line 183, in test_tokenizer_fstring_warning_in_first_line
with open(TESTFN, "w") as fd:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958685_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3328, in test_issue36250
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 661, in test_case_sha224_3
self.check('sha224', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"20794655980c91d8bbb4c1ea97618a4bf03f42581948b2ee4ee7ad67")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "<string>", line 5, in <module>
with os_helper.temp_cwd() as temp_path:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
---
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 578, in setUp
create_file(self.file_name, b"test_genericpath.PathLikeTests")
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_951702æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 231, in test_unseekable_overflowed_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_943103æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_urllib2.py", line 860, in test_file
f = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_958269_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3510, in test_pdbrc_semicolon
stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939172æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 909, in test_expat_binary_file_nonascii
shutil.copyfile(TEST_XMLFILE, fname)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 262, in copyfile
with open(dst, 'wb') as fdst:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939092_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 881, in test_read_from_file
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 72, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 29, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 144, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 50, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/pathlib/_local.py", line 714, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_958147_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_compileall.py", line 31, in <module>
from test.test_py_compile import without_source_date_epoch
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_py_compile.py", line 53, in <module>
class PyCompileTestsBase:
...<165 lines>...
self.assertTrue(os.path.exists(self.pyc_path))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_py_compile.py", line 121, in PyCompileTestsBase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958442_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3838, in test_relative_imports_on_plain_module
os.mkdir(self.module_name)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_928901æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_source_encoding.py", line 170, in test_file_parse_error_multiline
with open(TESTFN, "wb") as fd:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_947593_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958269æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 2035, in close
self._write_end_record()
~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 2090, in _write_end_record
self.fp.write(centdir)
~~~~~~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958370æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3255, in test_issue46434
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 67, in test_lltrace_different_module
stdout = self.run_code("""
from test import test_lltrace
test_lltrace.__lltrace__ = 1
test_lltrace.example()
""")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 23, in run_code
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958578_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958405æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 860, in test_indexOf
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937331æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939526æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945722æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-651 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-652 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-653 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-654 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-655 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-656 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-657 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-658 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-659 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-660 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-661 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-662 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-663 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-664 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-665 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-666 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-667 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-668 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-669 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-670 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-671 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-672 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-673 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-674 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-675 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-676 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-677 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-678 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-679 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-680 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-681 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-682 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-683 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-684 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-685 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-686 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-687 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-688 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-689 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-690 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-691 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-692 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-693 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-694 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-695 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-696 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-697 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-698 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-699 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-700 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-701 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-702 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-703 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-704 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-705 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-706 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-707 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-708 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-709 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-710 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-711 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-712 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-713 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-714 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-715 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-716 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-717 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-718 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-719 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-720 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-721 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-722 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-723 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-724 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-725 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-726 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-727 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-728 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-729 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-730 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-731 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-732 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-733 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-734 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-735 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-736 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-737 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-738 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-739 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-740 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-741 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-742 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-743 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-744 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-745 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-746 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-747 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-748 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-749 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 65, in setUp
self._box = self._factory(self._path)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1480, in <lambda>
_factory = lambda self, path, factory=None: mailbox.Babyl(path, factory)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 1323, in __init__
_singlefileMailbox.__init__(self, path, factory, create)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 640, in __init__
f = open(self._path, 'wb+')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958370æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_symtable in verbose mode (matching: test_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958276æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_base64 in verbose mode (matching: test_decode, test_encode_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 948, in test_case_sha3_512_0
self.check('sha3_512', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^^
"a69f73cca23a9ac5c8b567dc185a756e97c982164fe25859e0d1dcc1475c80a6"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"15b2123af1f5f94c11e3e9402c3ac558f500199d95b6d3e301758586281dcd26")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3302, in test_issue13120
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 303, in test_sync_not_handled
BaseErrorTestServer(SystemExit)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 340, in __init__
self.handle_request()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 298, in handle_request
return self._handle_request_noblock()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 320, in _handle_request_noblock
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 346, in handle_error
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_951702_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 157, in test_write_readonly_file
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 689, in test_case_sha384_1
self.check('sha384', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^
"cb00753f45a35e8bb5a03d699ac65007272c32ab0eded1631a8b605a43ff5bed"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"8086072ba1e7cc2358baeca134c825a7")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937654æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937498æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 236, in test_samefile
create_file(file1)
~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 470, in test_xmlgen_content_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 266, in test_samefile_on_link
self._test_samefile_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 250, in _test_samefile_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939526æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "<string>", line 12, in <module>
logging.basicConfig(filename='@test_958264_tmp��', encoding="utf-8")
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 2105, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1219, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1248, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_958264_tmp��'
---
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_netrc.py", line 7, in <module>
class NetrcTestCase(unittest.TestCase):
...<317 lines>...
('anonymous', '', 'pass'))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_netrc.py", line 291, in NetrcTestCase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958378_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958719æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_threading in verbose mode
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shutil.py", line 159, in <module>
SUPPORTS_SENDFILE = supports_file2file_sendfile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shutil.py", line 137, in supports_file2file_sendfile
with tempfile.NamedTemporaryFile("wb", dir=os.getcwd(), delete=False) as f:
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/tempfile.py", line 583, in NamedTemporaryFile
file = _io.open(dir, mode, buffering=buffering,
newline=newline, encoding=encoding, errors=errors,
opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/tempfile.py", line 580, in opener
fd, name = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/tempfile.py", line 255, in _mkstemp_inner
fd = _os.open(file, flags, 0o600)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/tmp7zw33qp8'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 105, in test_getsize
create_file(filename, b'Hello')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_943158æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_codecs.py", line 720, in test_bug691291
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_936985_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tokenize.py", line 1620, in test_open
with open(filename, 'w', encoding=encoding) as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958412_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 122, in test_partial_config_dict_with_comments
cfg_name = self.get_cfg_file(test_config_two)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 86, in get_cfg_file
with open(os_helper.TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958283_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 605, in setUp
TestMailbox.setUp(self)
~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 65, in setUp
self._box = self._factory(self._path)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 602, in <lambda>
_factory = lambda self, path, factory=None: mailbox.Maildir(path, factory)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 282, in __init__
os.mkdir(self._path, 0o700)
~~~~~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1024, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_958585_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 459, in testUnicodeOpen
f = self.FileIO(str(TESTFN), "w")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947974æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 140, in test_forget
with open(mod_filename, 'w', encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958630_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958110æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_import in verbose mode (matching: test_module_with_large_stack)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4533, in test_abc_inheritance_official
self._check_abc_inheritance(io)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4510, in _check_abc_inheritance
with self.open(os_helper.TESTFN, "wb", buffering=0) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958260æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ntpath.py", line 1568, in setUp
with open(self.file_name, 'xb', 0) as file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 570, in test_xmlgen_ignorable_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4669, in test_create_writes
with self.open(os_helper.TESTFN, 'xb') as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 529, in testTruncate
f = self.FileIO(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_943823æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958715æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_socketserver in verbose mode (matching: test_forking_handled, test_forking_not_handled, test_sync_handled, test_sync_not_handled, test_threading_handled, test_threading_not_handled, test_ForkingUnixDatagramServer, test_ForkingUnixStreamServer, test_ThreadingUnixDatagramServer, test_ThreadingUnixStreamServer, test_UnixDatagramServer, test_UnixStreamServer)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947268æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 466, in testBytesOpen
f = self.FileIO(fn, "w")
OSError: [Errno 28] No space left on device: b'@test_935312_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 860, in test_indexOf
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926166æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_linecache.py", line 174, in test_checkcache
with open(source_name, 'w', encoding='utf-8') as source:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958689_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958156æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 146, in test_addpackage_import_bad_syntax
pth_dir, pth_fn = self.make_pth("import bad-syntax\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_958336_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3341, in test_seek_with_encoder_state
f = self.open(os_helper.TESTFN, "w", encoding="euc_jis_2004")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3213, in test_telling
f = self.open(os_helper.TESTFN, "w+", encoding="utf-8")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 104, in test_infile_stdout
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938293_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958238æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_importlib in verbose mode
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 910, in test_read_from_fileobj
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 191, in test_ThreadingUnixStreamServer
self.run_server(socketserver.ThreadingUnixStreamServer,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socketserver.StreamRequestHandler,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.stream_examine)
^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 112, in run_server
server = self.make_server(self.pickaddr(svrcls.address_family),
svrcls, hdlrbase)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 102, in make_server
server = MyServer(addr, MyHandler)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 457, in __init__
self.server_bind()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 478, in server_bind
self.socket.bind(self.server_address)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 72, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 29, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 144, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 50, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/pathlib/_local.py", line 714, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_921191_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958602æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 38, in test_key_methods
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 699, in process_request_thread
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 346, in handle_error
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958715_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 592, in test_case_md5_0
self.check(
~~~~~~~~~~^
'md5', b'', 'd41d8cd98f00b204e9800998ecf8427e',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
usedforsecurity=False
^^^^^^^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958296æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 917, in test_case_sha3_224_0
self.check('sha3_224', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^^^
"6b4e03423667dbb73b6e15454f0eb1abd4597f9a1b078e3f5b5a6bc7")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 308, in test_threading_handled
self.check_result(handled=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 328, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_951702_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3457, in test_pdbrc_basic
stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 466, in testBytesOpen
f = self.FileIO(fn, "w")
OSError: [Errno 28] No space left on device: b'@test_958318_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 2163, in test_socket_fileno_requires_valid_fd
self.assertIn(cm.exception.errno, (errno.EBADF, WSAENOTSOCK))
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 28 not found in (9, 10038)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_928703æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958242æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958123æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_zipfile in verbose mode (matching: test_write_filtered_python_package, test_write_non_pyfile, test_write_pathlike, test_write_pyfile_bad_syntax, test_write_python_directory, test_write_python_directory_filtered, test_absolute_arcnames, test_append, test_bad_zip64_end_of_central_dir, test_bad_zip64_extra, test_basic, test_force_zip64, test_generated_valid_zip64_extra, test_large_file_exception, test_too_many_files, test_too_many_files_append, test_unseekable_zip_known_filesize, test_unseekable_zip_unknown_filesize, test_zip64_end_of_central_dir_record_not_found, test_zip64_extensible_data, test_zip64_required_not_allowed_fail, test_open, test_random_open, test_read, test_absolute_arcnames, test_add_file_after_2107, test_add_file_before_1980, test_append_to_concatenated_zip_file, test_append_to_non_zip_file, test_append_to_zip_file, test_basic, test_compresslevel_basic, test_ignores_newline_at_end, test_ignores_stuff_appended_past_comments, test_io_on_closed_zipextfile,
test_iterlines, test_open, test_open_with_pathlike, test_per_file_compresslevel, test_random_open, test_read1, test_read1_10, test_read_concatenated_zip_file, test_read_return_size, test_readline, test_readline_read, test_readlines, test_repr, test_truncated_zipfile, test_write_default_name, test_write_to_readonly, test_writestr_compression, test_writestr_compresslevel, test_writestr_permissions, test_writing_errors, test_zipextfile_attrs, test_close_after_close, test_write_after_close, test_zipwritefile_attrs, test_bug_6050, test_write_while_reading)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 82, in test_proto2_file_shelf
self.test_open_template(protocol=2)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3221, in test_find_function_first_executable_line
self._assert_find_function(code, 'foo', ('foo', 1))
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3065, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 20, in setUp
self.f = self.open(TESTFN, 'wb')
~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 72, in test_write_params
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1430, in test_with_pathlike_filename
with TempFile(filename):
~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 658, in test_1463026_2
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958328æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_audit in verbose mode (matching: test_marshal)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 516, in test_listfuncs_flag_success
with open(filename, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958604_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 62, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 726, in test_5027_1
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_cmd_line_script.py", line 234, in test_script_abspath
with os_helper.temp_cwd() as script_dir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945926æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_codecs.py", line 2918, in test_seek0
with codecs.open(os_helper.TESTFN, 'w+', encoding=encoding) as f:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_936985_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
"__main__", mod_spec)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
~~~~^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 775, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 767, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 586, in run_tests
return self._run_tests(selected, tests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 566, in _run_tests
self.finalize_tests(coverage)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 453, in finalize_tests
self.results.write_junit(self.junit_filename)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/results.py", line 200, in write_junit
with open(filename, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_891763æ/@test_891763_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 648, in test_case_sha224_0
self.check('sha224', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^
"d14a028c2a3a2bc9476102bb288234c415a2b01f828ea62ac5b3e42f")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4460, in test_io_after_close
f = self.open(os_helper.TESTFN, **kwargs)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926135æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 588, in test_builtin_max_min
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 179, in test_addpackage_import_bad_pth_file
pth_dir, pth_fn = self.make_pth("abc\x00def\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_936721_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937617æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_import/__init__.py", line 1286, in <module>
class FilePermissionTests(unittest.TestCase):
...<85 lines>...
self.assertEqual(m.x, 'rewritten')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_import/__init__.py", line 1312, in FilePermissionTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958110_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958715æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 148, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 29, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 144, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 50, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/pathlib/_local.py", line 714, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_958147_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_942628æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3302, in test_issue13120
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 526, in test_sys_argv_list
with open(TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945963_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958486æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_fork.test_threads in verbose mode (matching: test_no_import_lock_contention)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_httplib.py", line 2351, in test_text_file_body
with open(os_helper.TESTFN, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958593_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_largefile.py", line 283, in setUpModule
f = open(TESTFN, 'wb', buffering=0)
OSError: [Errno 28] No space left on device: '@test_926135_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 2369, in test_xml
output = self.run_tests(testname, "--junit-xml", filename,
exitcode=EXITCODE_BAD_TEST)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 1005, in run_tests
return self.run_python(cmdargs, **kw)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 852, in run_python
proc = self.run_command(cmd, **kw)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 840, in run_command
self.fail(msg)
~~~~~~~~~^^^^^
AssertionError: Command ['/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_f3dx8531/tmpiqpl1ji_', 'test_regrtest_noop2', '--junit-xml', '@test_958152_tmpæ'] failed with exit code 1, but exit code 2 expected!
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posix.py", line 57, in <module>
class PosixTester(unittest.TestCase):
...<1497 lines>...
os.close(os.pidfd_open(os.getpid(), 0))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posix.py", line 874, in PosixTester
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_921942_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 62, in test_nullpat
self.drive_one(b'\0' * 1000)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 24, in try_one
f = self.open(os_helper.TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_946393_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 83, in test_write_context_manager_calls_close
with self.module.open(TESTFN, 'wb'):
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 529, in testTruncate
f = self.FileIO(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 3133, in test_write_while_reading
with zipf.open('twos', 'w') as w1:
~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1294, in close
raise RuntimeError("File size too large, try using force_zip64")
RuntimeError: File size too large, try using force_zip64
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_array.py", line 495, in test_tofromfile
f = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_958524_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4309, in test_write_to_filename_as_unicode
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958128_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1157, in test_write_to_file_with_bytes_filename
with LZMAFile(bytes_filename, "w") as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 120, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_926334_tmp\xc3\xa6'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958625æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_bufio in verbose mode (matching: test_nullpat, test_primepat, test_nullpat, test_primepat)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4321, in test_write_to_text_file
with open(TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958128_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tracemalloc.py", line 318, in test_snapshot
snapshot.dump(os_helper.TESTFN)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/tracemalloc.py", line 430, in dump
with open(filename, "wb") as fp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958628_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1361, in test_close_after_close
with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1389, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 449, in test_iter_file
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958336æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 161, in test_addpackage_import_bad_exec
pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_958336_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_base64.py", line 898, in test_decode
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_932396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 192, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 173, in test_addpackage_empty_lines
pth_dir, pth_fn = self.make_pth("\n\n \n\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_958336_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_optparse.py", line 1043, in test_filetype_ok
os_helper.create_empty_file(os_helper.TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 588, in create_empty_file
fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_958146_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 59, in test_primepat
self.drive_one(b"1234567890\00\01\02\03\04\05\06")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 24, in try_one
f = self.open(os_helper.TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_958625_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tcl.py", line 277, in test_evalfile_surrogates_in_result
with open(filename, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_950379_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958152æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 302, in test_copy
fout = self.fout = self.module.open(TESTFN, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937679æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4544, in test_warn_on_dealloc
self._check_warn_on_dealloc(os_helper.TESTFN, "wb", buffering=0)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4536, in _check_warn_on_dealloc
f = self.open(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958221æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958578æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_lltrace in verbose mode (matching: test_lltrace, test_lltrace_different_module, test_lltrace_does_not_crash_on_subscript_operator)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958648æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_pathlib in verbose mode
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958524æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_array in verbose mode (matching: test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile, test_filewrite, test_fromfile_ioerror, test_tofromfile)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_946066æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 567, in testTruncateOnWindows
os.unlink(TESTFN)
~~~~~~~~~^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937097æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 483, in testUtf8BytesOpen
f = self.FileIO(fn, "w")
OSError: [Errno 28] No space left on device: b'@test_935312_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 652, in test_case_sha224_1
self.check('sha224', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^
"23097d223405d8228642a477bda255b32aadbce4bda0b3f7e36c9da7")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 123, in test_bool_empty
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
TracebackTests.test_broken_submodule) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945926æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958510æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_spawn.test_manager in verbose mode (matching: test_no_import_lock_contention)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958283æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 145, in test_unicode
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 699, in process_request_thread
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 346, in handle_error
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_951702_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_embed.py", line 1949, in test_audit_run_interactivehook
with open(startup, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_958246_tmp-cmb.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 788, in test_in_and_not_in
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_unicode_file_functions.py", line 67, in setUp
os.mkdir(os_helper.TESTFN)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937331_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/case.py", line 650, in run
with outcome.testPartExecutor(self):
ResourceWarning: unclosed <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 56117), raddr=('127.0.0.1', 36814)>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 712, in test_case_sha512_1
self.check('sha512', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^
"ddaf35a193617abacc417349ae20413112e6fa4e89a97ea20a9eeee64b55d39a"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"2192992a274fc1a836ba3c23a3feebbd454d4423643ce80e2a9ac94fa54ca49f")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_stat.py", line 13, in <module>
class TestFilemode:
...<311 lines>...
self.assertEqual(self.statmod.S_IEXEC, self.statmod.S_IXUSR)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_stat.py", line 117, in TestFilemode
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943158_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958490æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_fileinput in verbose mode (matching: test_readline, test_readline_binary_mode, test_errors, test_modes)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958163æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1195, in test_write_to_fileobj_with_int_name
fd = os.open(TESTFN, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 4035, in test_gh_93696_frozen_list
with open('gh93696.py', 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'gh93696.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3953, in test_safe_path
with os_helper.temp_cwd() as cwd:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-275 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-276 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-277 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-278 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-279 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-280 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-281 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-282 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-283 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-284 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-285 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-286 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-287 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-288 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-289 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-290 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-291 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-292 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-293 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-294 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-295 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-296 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-297 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-298 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-299 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-300 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-301 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-302 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-303 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-304 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-305 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-306 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-307 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-308 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-309 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-310 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-311 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-312 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-313 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-314 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-315 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-316 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-317 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-318 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-319 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-320 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-321 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-322 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-323 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-324 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-325 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-326 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-327 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-328 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-329 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-330 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-331 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-332 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-333 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-334 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-335 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-336 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-337 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-338 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-339 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-340 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-341 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-342 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-343 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-344 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-345 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-346 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-347 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-348 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-349 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-350 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-351 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-352 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-353 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-354 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-355 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-356 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-357 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-358 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-359 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-360 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-361 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-362 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-363 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-364 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-365 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-366 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-367 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-368 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-369 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-370 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-371 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-372 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-373 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 483, in testUtf8BytesOpen
f = self.FileIO(fn, "w")
OSError: [Errno 28] No space left on device: b'@test_958318_tmp-\xc3\xa0\xc3\xb2\xc9\x98\xc5\x81\xc4\x9f'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958116æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_asyncio.test_events in verbose mode (matching: test_create_unix_server_ssl_verify_failed)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 670, in test_case_sha256_1
self.check('sha256', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^
"ba7816bf8f01cfea414140de5dae2223b00361a396177a9cb410ff61f20015ad")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958283æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_turtle in verbose mode (matching: test_config_dict, test_config_dict_invalid, test_partial_config_dict_with_comments)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 766, in test_no_close_file
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958510æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_939680æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 198, in test_clear
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 1145, in test_expat_inpsource_sysid_nonascii
shutil.copyfile(TEST_XMLFILE, fname)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/shutil.py", line 262, in copyfile
with open(dst, 'wb') as fdst:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939092_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_cmd_line.py", line 623, in test_del___main__
with open(filename, "w", encoding="utf-8") as script:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_949682_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 707, in test_case_sha512_0
self.check('sha512', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^
"cf83e1357eefb8bdf1542850d66d8007d620e4050b5715dc83f4a921d36ce9ce"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"47d0d13c5d85f2b0ff8318d2877eec2f63b931bd47417a81a538327af927da3e")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 391, in testAbles
f = self.FileIO(TESTFN, "w")
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 592, in test_case_md5_0
self.check(
~~~~~~~~~~^
'md5', b'', 'd41d8cd98f00b204e9800998ecf8427e',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
usedforsecurity=False
^^^^^^^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_compileall.py", line 31, in <module>
from test.test_py_compile import without_source_date_epoch
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_py_compile.py", line 53, in <module>
class PyCompileTestsBase:
...<165 lines>...
self.assertTrue(os.path.exists(self.pyc_path))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_py_compile.py", line 121, in PyCompileTestsBase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939012_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 759, in _get_writer
write = file_or_filename.write
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'write'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 4052, in test_empty_file
stdout, _ = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sysconfig.py", line 684, in test_parse_makefile
with open(TESTFN, "w") as makefile:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958670_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 736, in test_fileno
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 99, in test_lltrace_does_not_crash_on_subscript_operator
stdout = self.run_code("""
import code
...<5 lines>...
print('unreachable if bug exists')
""")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lltrace.py", line 23, in run_code
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943823_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 198, in test_clear
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937640æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tracemalloc.py", line 318, in test_snapshot
snapshot.dump(os_helper.TESTFN)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/tracemalloc.py", line 430, in dump
with open(filename, "wb") as fp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_946066_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mmap.py", line 864, in test_repr
with open(TESTFN, "wb+") as fp:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958120_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 6779, in test_large_pool
with open(testfn, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939172_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958336æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_site in verbose mode (matching: test_addpackage, test_addpackage_empty_lines, test_addpackage_import_bad_exec, test_addpackage_import_bad_pth_file, test_addpackage_import_bad_syntax, test_addsitedir, test_addsitedir_dotfile)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 137, in test_config_dict_invalid
cfg_name = self.get_cfg_file(invalid_test_config)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 86, in get_cfg_file
with open(os_helper.TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958283_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 825, in test_countOf
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958458æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_multibytecodec in verbose mode (matching: test_bug1728403)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_inspect/test_inspect.py", line 1233, in setUp
os.mkdir(self.tempdir)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958289_tmpæ_dir'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 213, in test_unseekable_incompleted_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 586, in test_xmlgen_encoding_bytes
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_urllib.py", line 156, in setUp
f = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_958121_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 605, in setUp
TestMailbox.setUp(self)
~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 65, in setUp
self._box = self._factory(self._path)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 602, in <lambda>
_factory = lambda self, path, factory=None: mailbox.Maildir(path, factory)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 282, in __init__
os.mkdir(self._path, 0o700)
~~~~~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 313, in test_threading_not_handled
self.check_result(handled=False)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 328, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_951702_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 123, in test_bool_empty
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 143, in test_write_array
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 598, in test_case_md5_1
self.check(
~~~~~~~~~~^
'md5', b'abc', '900150983cd24fb0d6963f7d28e17f72',
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
usedforsecurity=False
^^^^^^^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3241, in test_seeking
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958473æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958383æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_spawn.test_threads in verbose mode (matching: test_no_import_lock_contention)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 636, in __init__
f = open(self._path, 'rb+')
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 197, in test_parse_InputSource
make_xml_file(self.data, 'iso-8859-1', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958206æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/pickletester.py", line 4321, in test_dump_text_file
f = open(TESTFN, "w")
OSError: [Errno 28] No space left on device: '@test_941155_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_array.py", line 517, in test_fromfile_ioerror
f = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_958524_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_worker_920726æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 775, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 767, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 581, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Using random seed: 622500402
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/loader.py", line 403, in _find_test_path
module = self._get_module_from_name(name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/loader.py", line 346, in _get_module_from_name
__import__(name)
~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_importlib/source/test_file_loader.py", line 21, in <module>
from test.test_py_compile import without_source_date_epoch
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_py_compile.py", line 53, in <module>
class PyCompileTestsBase:
...<165 lines>...
self.assertTrue(os.path.exists(self.pyc_path))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_py_compile.py", line 121, in PyCompileTestsBase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958238_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 236, in test_samefile
create_file(file1)
~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3122, in test_find_function_found_with_encoding_cookie
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
"""\
^^^^
...<11 lines>...
('bœr', 6),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3065, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 236, in test_samefile
create_file(file1)
~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3252, in test_seeking_too
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926791æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4290, in test_write_to_filename
tree.write(TESTFN)
~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 733, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 764, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_922987_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 668, in test_builtin_zip
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 118, in test_non_ascii_infile
infile = self._create_infile(data)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958438_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tempfile.py", line 388, in <module>
class TestMkstempInner(TestBadTempdir, BaseTestCase):
...<173 lines>...
self.assertTrue(name.endswith('bbb'))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tempfile.py", line 468, in TestMkstempInner
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945971_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 91, in test_context_manager_with_open_file
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_930130æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958429æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_gc in verbose mode (matching: test_global_del_SystemExit)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 318, in test_read_not_from_start
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 192, in setUp
os.mkdir(dirname)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_943823æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 151, in test_write_memoryview
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 56, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 663, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/wave.py", line 449, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_947951æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937547æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958337æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_asyncio/test_base_events.py", line 2120, in setUpClass
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958643_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_cmd_line.py", line 623, in test_del___main__
with open(filename, "w", encoding="utf-8") as script:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958703_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 108, in test_unlink
with open(TESTFN, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945914_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958279æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4592, in test_pickling
with self.open(os_helper.TESTFN, **kwargs) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 451, in testModeStrings
with self.FileIO(TESTFN, modes[0]) as f:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 325, in test_forking_not_handled
self.check_result(handled=False)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 328, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958715_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 2256, in setUp
self._file = open(self._path, 'wb+')
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1227, in test_write_append_to_file
with LZMAFile(TESTFN, "w") as f:
~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 120, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 214, in test_parse_close_source
make_xml_file(self.data, 'iso-8859-1', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958181æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_socket in verbose mode (matching: test_socket_fileno, testCmsgTrunc0, testCmsgTrunc0, testCmsgTrunc1, testCmsgTrunc2Int, testCmsgTrunc2Int, testCmsgTruncLen0, testCmsgTruncLen0, testCmsgTruncLen0Minus1, testCmsgTruncLen0Minus1, testCmsgTruncLen0Plus1, testCmsgTruncLen0Plus1, testCmsgTruncLen1, testCmsgTruncLen2Minus1, testCmsgTruncLen2Minus1, testCmsgTruncNoBufSize, testFDPassCMSG_LEN, testFDPassCMSG_LEN, testFDPassCMSG_SPACE, testFDPassCMSG_SPACE, testFDPassEmpty, testFDPassEmpty, testFDPassPartialInt, testFDPassPartialIntInMiddle, testFDPassPartialIntInMiddle, testFDPassSeparate, testFDPassSeparate, testFDPassSeparateMinSpace, testFDPassSeparateMinSpace, testFDPassSimple, testFDPassSimple, testMultipleFDPass, testMultipleFDPass, testRecvmsg, testRecvmsg, testRecvmsgAfterClose, testRecvmsgEOF, testRecvmsgExplicitDefaults, testRecvmsgExplicitDefaults, testRecvmsgFromSendmsg, testRecvmsgFromSendmsg, testRecvmsgIntoArray, testRecvmsgIntoArray, testRecvmsgIntoBadArgs, te
stRecvmsgIntoBadArgs, testRecvmsgIntoGenerator, testRecvmsgIntoGenerator, testRecvmsgIntoScatter, testRecvmsgIntoScatter, testRecvmsgLongAncillaryBuf, testRecvmsgLongAncillaryBuf, testRecvmsgOverflow, testRecvmsgPeek, testRecvmsgShortAncillaryBuf, testRecvmsgShortAncillaryBuf, testRecvmsgShorter, testRecvmsgShorter, testRecvmsgTimeout, testRecvmsgTrunc, testCmsgTrunc0, testCmsgTrunc0, testCmsgTrunc1, testCmsgTrunc1, testCmsgTrunc2Int, testCmsgTruncLen0, testCmsgTruncLen0Minus1, testCmsgTruncLen0Minus1, testCmsgTruncLen0Plus1, testCmsgTruncLen1, testCmsgTruncLen1, testCmsgTruncLen2Minus1, testCmsgTruncLen2Minus1, testCmsgTruncNoBufSize, testCmsgTruncNoBufSize, testFDPassCMSG_LEN, testFDPassCMSG_LEN, testFDPassCMSG_SPACE, testFDPassCMSG_SPACE, testFDPassEmpty, testFDPassEmpty, testFDPassPartialInt, testFDPassPartialIntInMiddle, testFDPassPartialIntInMiddle, testFDPassSeparate, testFDPassSeparateMinSpace, testFDPassSimple, testMultipleFDPass, testRecvmsg, testRecvmsg, testRecvmsgAfterC
lose, testRecvmsgAfterClose, testRecvmsgBadArgs, testRecvmsgEOF, testRecvmsgExplicitDefaults, testRecvmsgExplicitDefaults, testRecvmsgFromSendmsg, testRecvmsgFromSendmsg, testRecvmsgLongAncillaryBuf, testRecvmsgLongAncillaryBuf, testRecvmsgOverflow, testRecvmsgOverflow, testRecvmsgPeek, testRecvmsgPeek, testRecvmsgShortAncillaryBuf, testRecvmsgShorter, testRecvmsgShorter, testRecvmsgTimeout, testRecvmsgTimeout, testRecvmsgTrunc, testRecvmsgTrunc, SendfileUsingSendTest, SendfileUsingSendfileTest, testSendmsg, testSendmsgAfterClose, testSendmsgAfterClose, testSendmsgAncillaryGenerator, testSendmsgAncillaryGenerator, testSendmsgArray, testSendmsgArray, testSendmsgBadArgs, testSendmsgBadArgs, testSendmsgBadCmsg, testSendmsgBadMultiCmsg, testSendmsgDataGenerator, testSendmsgDataGenerator, testSendmsgDontWait, testSendmsgDontWait, testSendmsgExcessCmsgReject, testSendmsgExcessCmsgReject, testSendmsgExplicitNoneAddr, testSendmsgGather, testSendmsgGather, testSendmsgTimeout, test_socket_fil
eno_requires_valid_fd)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958110æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3899, in test_issue34266
check('\\', 'No escaped character')
~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3893, in check
stdout, _ = self.run_pdb_script('pass', commands + '\n')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1571, in test_input
self.write_testfile()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_builtin.py", line 1428, in write_testfile
fp = open(TESTFN, 'w', encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958195_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1053, in test_sys_exit
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958585_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958120æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tracemalloc.py", line 337, in test_snapshot_save_attr
snapshot.dump(os_helper.TESTFN)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/tracemalloc.py", line 430, in dump
with open(filename, "wb") as fp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958628_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926791æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 137, in test_config_dict_invalid
cfg_name = self.get_cfg_file(invalid_test_config)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 86, in get_cfg_file
with open(os_helper.TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_932625_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_httplib.py", line 2366, in test_binary_file_body
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945722_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 630, in test_case_sha1_1
self.check('sha1', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^
"a9993e364706816aba3e25717850c26c9cd0d89d")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 796, in testZip64CruftAndComment
self.doTest(".py", files, "f65536", comment=b"c" * ((1 << 16) - 1))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 160, in doTest
self.makeZip(files, **kw)
~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 122, in makeZip
with ZipFile(zipName, "w", compression=self.compression) as z:
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1450, in __exit__
self.close()
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 2039, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 2139, in _fpclose
fp.close()
~~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_gettext.py", line 912, in setUp
self.tempdir = self.enterContext(os_helper.temp_cwd())
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/case.py", line 472, in enterContext
return _enter_context(cm, self.addCleanup)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/case.py", line 116, in _enter_context
result = enter(cm)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_950379æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 217, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 38, in test_key_methods
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3341, in test_seek_with_encoder_state
f = self.open(os_helper.TESTFN, "w", encoding="euc_jis_2004")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958507æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_asyncio.test_sendfile in verbose mode (matching: EPollEventLoopTests, PollEventLoopTests, SelectEventLoopTests)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 736, in test_unicode_join_endcase
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1415, in test_filename
with TempFile(TESTFN):
~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_935312æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileinput.py", line 967, in test_errors
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958490_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 694, in test_case_sha384_2
self.check('sha384',
~~~~~~~~~~^^^^^^^^^^
b"abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmn"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
b"hijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"09330c33f71147e83d192fc782cd1b4753111b173b3b05d22fa08086e3b0f712"+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"fcc7c71a557e2db966c3e9fa91746039")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 318, in _handle_request_noblock
self.process_request(request, client_address)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 349, in process_request
self.finish_request(request, client_address)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 362, in finish_request
self.RequestHandlerClass(request, client_address, self)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 766, in __init__
self.handle()
~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 355, in handle
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958715_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_worker_958168æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 775, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 767, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/main.py", line 581, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Using random seed: 2623933845
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958585æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_922987æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 91, in test_pathlib_bytes_path_file_shelf
self.test_open_template(filename=os_helper.FakePath(os.fsencode(self.fn)))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_923081æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 138, in _load_run_test
regrtest_runner(result, test_func, runtests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 87, in regrtest_runner
refleak, test_result = runtest_refleak(result.test_name, test_func,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
runtests.hunt_refleak,
^^^^^^^^^^^^^^^^^^^^^^
runtests.quiet)
^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/refleak.py", line 138, in runtest_refleak
result = test_func()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 135, in test_func
return run_unittest(test_mod)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 35, in run_unittest
raise Exception("errors while loading tests")
Exception: errors while loading tests
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5496, in test_filemode
logging.basicConfig(filename='test.log', filemode='wb')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 2105, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1219, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/logging/__init__.py", line 1248, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/test.log'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 453, in _setUp
self.__setUp()
~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 3130, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 770, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 726, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 710, in setUp
self.bindServer()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 718, in bindServer
self.bindSock(self.serv)
~~~~~~~~~~~~~^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 807, in bindSock
socket_helper.bind_unix_socket(sock, path)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/socket_helper.py", line 124, in bind_unix_socket
sock.bind(addr)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 173, in test_addpackage_empty_lines
pth_dir, pth_fn = self.make_pth("\n\n \n\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_936721_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 79, in test_binary_file_shelf
self.test_open_template(protocol=1)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 508, in test_xmlgen_attr_escape
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958442æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_compileall in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 141, in test_exists
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socket.py", line 2135, in test_socket_fileno
s.bind(unix_name)
~~~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audit-tests.py", line 595, in <module>
globals()[test](*sys.argv[2:])
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audit-tests.py", line 124, in test_marshal
os.unlink("test-marshal.bin")
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'test-marshal.bin'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3510, in test_seek_bom
with self.open(filename, 'w', encoding=charset) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 193, in _checkBufferSize
f = self.open(TESTFN, 'wb', s)
OSError: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_935221æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3396, in test_issue26053
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 511, in test_builtin_tuple
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_919412æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958396æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4297, in test_write_to_filename_with_encoding
tree.write(TESTFN, encoding='utf-8')
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 733, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/xml/etree/ElementTree.py", line 764, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_920652_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 309, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 292, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_945971æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/case.py", line 650, in run
with outcome.testPartExecutor(self):
ResourceWarning: unclosed <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 59301), raddr=('127.0.0.1', 40270)>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1372, in test_write_after_close
with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1389, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_cmd_line_script.py", line 580, in test_non_ascii
script_name = _make_test_script(os.getcwd(), name, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_cmd_line_script.py", line 80, in _make_test_script
to_return = make_script(script_dir, script_basename, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/script_helper.py", line 237, in make_script
with open(script_name, 'w', encoding='utf-8') as script_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)test_922374_tmp\udce7w\udcf0.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 268, in test_close
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1024, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_891080_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 2256, in setUp
self._file = open(self._path, 'wb+')
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 458, in test_xmlgen_content
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958583æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1403 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1404 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1405 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1406 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1407 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1408 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1409 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1410 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1411 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1412 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1413 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1414 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1415 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1416 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1417 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1418 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1419 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1420 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1421 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1422 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1423 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1424 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1425 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1426 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1427 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1428 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1429 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1430 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1431 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1432 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1433 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1434 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1435 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1436 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1437 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1438 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1439 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1440 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1441 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1442 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1443 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1444 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1445 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1446 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1447 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1448 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1449 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1450 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1451 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1452 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1453 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1454 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1455 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1456 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1457 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1458 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1459 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1460 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1461 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1462 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1463 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1464 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1465 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1466 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1467 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1468 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1469 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1470 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1471 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1472 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1473 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1474 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1475 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1476 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1477 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1478 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1479 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1480 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1481 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1482 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1483 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1484 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1485 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1486 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1487 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1488 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1489 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1490 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1491 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1492 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1493 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1494 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1495 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1496 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1497 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1498 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1499 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1500 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1501 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958539æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_stat in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4663, in test_create_fail
with self.open(os_helper.TESTFN, 'w', encoding="utf-8"):
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 621, in test_builtin_map
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1024, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_943860_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 188, in test_open_with_pathlib_path
gdbm.open(FakePath(filename), "c").close()
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958180æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_cmd_line_script in verbose mode (matching: test_non_ascii, test_script_abspath)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 325, in test_forking_not_handled
self.check_result(handled=False)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 328, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_951702_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_codecs.py", line 1864, in test_open
codecs.open(os_helper.TESTFN, mode, 'ascii') as file:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '@test_958347_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1430, in test_with_pathlike_filename
with TempFile(filename):
~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958242_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958273æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_919290æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4669, in test_create_writes
with self.open(os_helper.TESTFN, 'xb') as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1568, in test_initialize_with_file
with open(self._path, 'w+', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939663_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937069æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_921047æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 91, in test_pathlib_bytes_path_file_shelf
self.test_open_template(filename=os_helper.FakePath(os.fsencode(self.fn)))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937109_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_logging.py", line 5607, in test_encoding
handler.close()
^^^^^^^
UnboundLocalError: cannot access local variable 'handler' where it is not associated with a value
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 886, in test_writelines
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_937640_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 4131, in test_checkline_is_not_executable
with open(os_helper.TESTFN, "w") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958435_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1015, in test_stderr_flush
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_958585_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 459, in testUnicodeOpen
f = self.FileIO(str(TESTFN), "w")
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_ntpath.py", line 1157, in test_relpath
with os_helper.temp_cwd(os_helper.TESTFN) as cwd_dir:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 438, in test_xmlgen_basic
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tools/test_msgfmt.py", line 69, in test_invalid_msgid_plural
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 679, in test_case_sha256_3
self.check('sha256', b"a" * 1000000,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
"cdc76e5c9914fb9281a1c7e284d73e67f1809a48a497200e046d39ccc7112cd0")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958127æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_file in verbose mode (matching: testAttributes, testErrors, testMethods, testReadWhenWriting, testReadinto, testReadinto_text, testWeakRefs, testWritelinesIntegers, testWritelinesIntegersUserList, testWritelinesNonString, testWritelinesUserList, testIteration, testModeStrings, testTruncateOnWindows, testAttributes, testErrors, testMethods, testReadWhenWriting, testReadinto, testReadinto_text, testWeakRefs, testWritelinesIntegers, testWritelinesIntegersUserList, testWritelinesNonString, testWritelinesUserList, testIteration, testModeStrings, testTruncateOnWindows, testSetBufferSize, testSetBufferSize)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 478, in test_builtin_list
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3228, in test_issue7964
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2155 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2156 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2157 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2158 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2159 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2160 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2161 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2162 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2163 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2164 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2165 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2166 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2167 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2168 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2169 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2170 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2171 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2172 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2173 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2174 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2175 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2176 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2177 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2178 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2179 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2180 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2181 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2182 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2183 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2184 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2185 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2186 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2187 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2188 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2189 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2190 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2191 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2192 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2193 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2194 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2195 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2196 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2197 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2198 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2199 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2200 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2201 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2202 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2203 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2204 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2205 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2206 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2207 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2208 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2209 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2210 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2211 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2212 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2213 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2214 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2215 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2216 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2217 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2218 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2219 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2220 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2221 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2222 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2223 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2224 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2225 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2226 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2227 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2228 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2229 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2230 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2231 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2232 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2233 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2234 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2235 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2236 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2237 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2238 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2239 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2240 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2241 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2242 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2243 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2244 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2245 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2246 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2247 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2248 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2249 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2250 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2251 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2252 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2253 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958719_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 268, in test_close
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958264æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_951702æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 529, in testTruncate
f = self.FileIO(TESTFN, 'w')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958143æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_posixpath.py", line 875, in test_realpath_nonterminal_file
with open(ABSTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_932396æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_support.py", line 140, in test_forget
with open(mod_filename, 'w', encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945914_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 276, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4309, in test_write_to_filename_as_unicode
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958184_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/loader.py", line 403, in _find_test_path
module = self._get_module_from_name(name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/unittest/loader.py", line 346, in _get_module_from_name
__import__(name)
~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_importlib/source/test_file_loader.py", line 21, in <module>
from test.test_py_compile import without_source_date_epoch
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_py_compile.py", line 53, in <module>
class PyCompileTestsBase:
...<165 lines>...
self.assertTrue(os.path.exists(self.pyc_path))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_py_compile.py", line 121, in PyCompileTestsBase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926166_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 34, in test_disallow_instantiation
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958175æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1168, in test_write_to_fileobj
with open(TESTFN, "wb") as raw:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 698, in test_1463026_3_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958175æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_forkserver.test_processes in verbose mode (matching: test_no_import_lock_contention, test_stderr_flush, test_sys_exit)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 618, in test_xmlgen_ns_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 192, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 105, in test_getsize
create_file(filename, b'Hello')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945867_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_941994æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958703æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_cmd_line in verbose mode (matching: test_del___main__, test_isolatedmode, test_set_pycache_prefix, test_set_pycache_prefix, test_set_pycache_prefix, test_set_pycache_prefix, test_set_pycache_prefix, test_set_pycache_prefix)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 720, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 634, in test_case_sha1_2
self.check('sha1',
~~~~~~~~~~^^^^^^^^
b"abcdbcdecdefdefgefghfghighijhijkijkljklmklmnlmnomnopnopq",
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"84983e441c3bd26ebaae4aa1f95129e5e54670f1")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 266, in test_samefile_on_link
self._test_samefile_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 250, in _test_samefile_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958536æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926607æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 454, in setUp
with open(self.codefile, 'w', encoding='iso-8859-15') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'tmp.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3960, in test_issue42383
with os_helper.temp_cwd() as cwd:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 426, in test_coverageresults_update
with open(infile, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958604_tmpæ-infile'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_regrtest.py", line 253, in test_match
with open(os_helper.TESTFN, "w") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958152_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 411, in test_issue9936
self._coverage(tracer, cmd)
~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_trace.py", line 376, in _coverage
r.write_results(show_missing=True, summary=True, coverdir=TESTFN)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/trace.py", line 268, in write_results
os.makedirs(dir, exist_ok=True)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/os.py", line 228, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958604_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926245æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_unicode_file_functions.py", line 67, in setUp
os.mkdir(os_helper.TESTFN)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958367_tmpæ'
Traceback (test.test_zipimport.CompressedZipImportTestCase.testTraceback) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_942155æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 90, in test_reorganize
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1575, in test_write_non_pyfile
with open(TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_918471_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 792, in testZip64
self.doTest(".py", files, "f6")
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 160, in doTest
self.makeZip(files, **kw)
~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipimport.py", line 122, in makeZip
with ZipFile(zipName, "w", compression=self.compression) as z:
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 1450, in __exit__
self.close()
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 2039, in close
self._fpclose(fp)
~~~~~~~~~~~~~^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/zipfile/__init__.py", line 2139, in _fpclose
fp.close()
~~~~~~~~^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 1603, in test_write_pathlike
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 149, in testModeStrings
self.open(TESTFN, 'wb').close()
~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958127_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958497æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937443æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_948066æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 76, in test_ascii_file_shelf
self.test_open_template(protocol=0)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shelve.py", line 65, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tarfile.py", line 584, in <module>
class MiscReadTestBase(CommonReadTest):
...<346 lines>...
self._assert_on_file_content(hardlink_filepath, sha256_regtype)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tarfile.py", line 741, in MiscReadTestBase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 293, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 272, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958613_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958536æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_genericpath in verbose mode (matching: test_path_commonprefix, test_path_exists, test_path_getctime, test_path_getmtime, test_path_getsize, test_path_isdir, test_path_isfile, test_path_samefile, test_exists, test_filetime, test_getsize, test_isdir, test_isfile, test_samefile, test_samefile_on_link, test_sameopenfile, test_samestat, test_samestat_on_link)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1031, in _test_sys_exit
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_943860_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_924910æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 320, in test_forking_handled
self.check_result(handled=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 328, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_951702_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958246æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_embed in verbose mode (matching: test_audit_run_interactivehook, test_audit_run_startup)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_tcl.py", line 246, in testEvalFile
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958694_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4401, in test_attributes
f = self.open(os_helper.TESTFN, "wb", buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 571, in testAppend
f = self.FileIO(TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/tmp/test_python_f3dx8531/tmpiqpl1ji_/test_regrtest_noop2.py", line 7, in test_failed
self.fail()
~~~~~~~~~^^
AssertionError: None
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 4369, in test_write_to_binary_file_with_bom
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958184_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_946066æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958410æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_dbm_dumb in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958526æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_dbm_gnu in verbose mode (matching: test_bool_empty, test_bool_not_empty, test_bool_on_closed_db_raises, test_bytes, test_clear, test_context_manager, test_disallow_instantiation, test_error_conditions, test_flags, test_key_methods, test_nonascii_filename, test_open_with_bytes_path, test_open_with_pathlib_bytes_path, test_open_with_pathlib_path, test_reorganize, test_unicode, test_write_readonly_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_923315æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 104, in test_infile_stdout
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958438_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_optparse.py", line 1043, in test_filetype_ok
os_helper.create_empty_file(os_helper.TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 588, in create_empty_file
fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_921133_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958197æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_signal in verbose mode (matching: test_invalid_fd)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 451, in testModeStrings
with self.FileIO(TESTFN, modes[0]) as f:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958318_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 684, in test_1463026_3
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1024, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_926259_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 192, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958465_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 666, in test_case_sha256_0
self.check('sha256', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^
"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 2323, in setUp
os.mkdir(self._dir)
~~~~~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4663, in test_create_fail
with self.open(os_helper.TESTFN, 'w', encoding="utf-8"):
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958480æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2155 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2156 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2157 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2158 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2159 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2160 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2161 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2162 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2163 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2164 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2165 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2166 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2167 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2168 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2169 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2170 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2171 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2172 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2173 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2174 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2175 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2176 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2177 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2178 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2179 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2180 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2181 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2182 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2183 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2184 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2185 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2186 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2187 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2188 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2189 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2190 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2191 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2192 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2193 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2194 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2195 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2196 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2197 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2198 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2199 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2200 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2201 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2202 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2203 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2204 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2205 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2206 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2207 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2208 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2209 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2210 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2211 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2212 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2213 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2214 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2215 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2216 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2217 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2218 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2219 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2220 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2221 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2222 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2223 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2224 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2225 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2226 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2227 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2228 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2229 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2230 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2231 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2232 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2233 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2234 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2235 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2236 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2237 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2238 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2239 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2240 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2241 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2242 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2243 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2244 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2245 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2246 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2247 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2248 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2249 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2250 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2251 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2252 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2253 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 1044, in _bootstrap_inner
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/threading.py", line 995, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_threading.py", line 1910, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_948375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_924569æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958126æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileinput.py", line 283, in test_readline
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_941605_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 825, in test_countOf
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 298, in test_sync_handled
BaseErrorTestServer(ValueError)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 340, in __init__
self.handle_request()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 298, in handle_request
return self._handle_request_noblock()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 320, in _handle_request_noblock
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 346, in handle_error
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958715_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_xml_etree.py", line 1479, in test_resource_warnings_failed_iteration
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_920652_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958235æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_938569æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 276, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_939778_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 578, in setUp
create_file(self.file_name, b"test_genericpath.PathLikeTests")
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_943103_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3213, in test_telling
f = self.open(os_helper.TESTFN, "w+", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958569æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileinput.py", line 984, in test_modes
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958490_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 4117, in test_checkline_after_reset
with open(os_helper.TESTFN, "w") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938268_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_938293æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1031, in _test_sys_exit
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_958296_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958367æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_unicode_file_functions in verbose mode (matching: test_directory, test_failures, test_listdir, test_normalize, test_open, test_rename, test_directory, test_failures, test_listdir, test_normalize, test_open, test_rename, test_directory, test_failures, test_listdir, test_normalize, test_open, test_rename, test_directory, test_failures, test_listdir, test_normalize, test_open, test_rename, test_directory, test_failures, test_listdir, test_normalize, test_open, test_rename)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_948375æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_asyncio/test_events.py", line 1087, in test_create_unix_server_ssl_verify_failed
server, path = self._make_ssl_unix_server(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
lambda: proto, test_utils.SIGNED_CERTFILE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_asyncio/test_events.py", line 989, in _make_ssl_unix_server
return self._make_unix_server(factory, ssl=sslcontext)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_asyncio/test_events.py", line 927, in _make_unix_server
server = self.loop.run_until_complete(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/asyncio/base_events.py", line 726, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/asyncio/unix_events.py", line 322, in create_unix_server
sock.bind(path)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 92, in test_config_dict
cfg_name = self.get_cfg_file(test_config)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_turtle.py", line 86, in get_cfg_file
with open(os_helper.TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_932625_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 3510, in test_seek_bom
with self.open(filename, 'w', encoding=charset) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_email/test_email.py", line 4393, in test_message_from_binary_file
with open(fn, 'wb') as testfile:
~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'test.msg'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 603, in test_init_with_x_mode
with LZMAFile(TESTFN, mode) as f:
~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 120, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958121æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_urllib in verbose mode (matching: test_close, test_fileno, test_getcode, test_geturl, test_headers, test_info, test_interface, test_iter, test_read, test_readline, test_readlines, test_relativelocalfile, test_status, test_url, test_basic, test_copy, test_reporthook, test_reporthook_0_bytes, test_reporthook_5_bytes, test_reporthook_8193_bytes)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958604æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3654, in test_large_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958296_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 2022, in test_truncate
with self.open(os_helper.TESTFN, self.write_mode, buffering=0) as raw:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_958126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_signal.py", line 244, in test_invalid_fd
fd = os_helper.make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 164, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_923297_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 65, in setUp
self._box = self._factory(self._path)
~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1272, in <lambda>
_factory = lambda self, path, factory=None: mailbox.mbox(path, factory)
~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 907, in __init__
_mboxMMDF.__init__(self, path, factory, create)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/mailbox.py", line 640, in __init__
f = open(self._path, 'wb+')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 666, in test_case_sha256_0
self.check('sha256', b"",
~~~~~~~~~~^^^^^^^^^^^^^^^
"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3628, in test_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958585_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 3146, in setUp
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_mailbox.py", line 1577, in test_initialize_with_binary_file
with open(self._path, 'wb+') as f:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958473_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_938268æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_iter.py", line 969, in test_unpack_iter
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_958396_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_zipfile/test_core.py", line 62, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958123_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_file.py", line 223, in testTruncateOnWindows
f = self.open(TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_920830_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_urllib.py", line 733, in setUp
FILE = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_919290_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958119æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 195, in test_addsitedir
pth_file.create()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_site.py", line 430, in create
FILE = open(self.file_path, 'w')
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/(a)xn--test_958336_tmp-cmb.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 183, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/single.py", line 128, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1404, in _gcd_import
File "<frozen importlib._bootstrap>", line 1369, in _find_and_load
File "<frozen importlib._bootstrap>", line 1340, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 1027, in exec_module
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shutil.py", line 159, in <module>
SUPPORTS_SENDFILE = supports_file2file_sendfile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_shutil.py", line 137, in supports_file2file_sendfile
with tempfile.NamedTemporaryFile("wb", dir=os.getcwd(), delete=False) as f:
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/tempfile.py", line 583, in NamedTemporaryFile
file = _io.open(dir, mode, buffering=buffering,
newline=newline, encoding=encoding, errors=errors,
opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/tempfile.py", line 580, in opener
fd, name = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/tempfile.py", line 255, in _mkstemp_inner
fd = _os.open(file, flags, 0o600)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/tmpos8z7sy7'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 67, in test_error_conditions
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_942806_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 766, in test_no_close_file
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937658æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1415, in test_filename
with TempFile(TESTFN):
~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 530, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_926334_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 213, in test_unseekable_incompleted_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_937069_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 888, in test_case_blake2s_1
self.check('blake2s', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
"508c5e8c327c14e2e1a72ba34eeb452f37458b209ed63a294d999b4c86675982")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958221_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3567, in test_run_module
stdout, stderr = self.run_pdb_module(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3056, in run_pdb_module
os.mkdir(self.module_name)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 636, in test_1463026_1
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_939092_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_httplib.py", line 2351, in test_text_file_body
with open(os_helper.TESTFN, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_945722_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_gnu.py", line 127, in test_bool_not_empty
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_958526_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_linecache.py", line 336, in setUp
with open(fname, 'w', encoding='utf-8') as source:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958689_tmpæ.1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/audiotests.py", line 205, in test_unseekable_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958337_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_936985æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_clinic.py", line 2804, in test_external
out = self.expect_success("-f", "-o", TESTFN, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_clinic.py", line 2785, in expect_success
out, err, code = self.run_clinic(*args)
~~~~~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_clinic.py", line 2781, in run_clinic
clinic.main(args)
~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/cli.py", line 274, in main
run_clinic(parser, args)
~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/cli.py", line 264, in run_clinic
parse_file(filename, output=ns.output,
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
verify=not ns.force, limited_capi=ns.limited_capi,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
writer=writer)
^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/cli.py", line 91, in parse_file
writer.write(output, cooked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/utils.py", line 64, in write
write_file(filename, new_contents)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Tools/clinic/libclinic/utils.py", line 27, in write_file
with open(filename_new, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958279_tmpæ.new'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958269æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_urllib2 in verbose mode (matching: test_cookie_redirect, test_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_932464æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 313, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 3612, in _writefd
fd = reduction.recv_handle(conn)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle
return recvfds(s, 1)[0]
~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/multiprocessing/reduction.py", line 159, in recvfds
raise EOFError
EOFError
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 222, in test_ensure_ascii_default
infile = self._create_infile('{"key":"💩"}')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_json/test_tool.py", line 98, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_938293_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 105, in test_getsize
create_file(filename, b'Hello')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958588_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 192, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_genericpath.py", line 18, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958438æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3475, in test_pdbrc_empty_line
stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 545, in test_xmlgen_unencodable
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 834, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/codecs.py", line 921, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 197, in test_parse_InputSource
make_xml_file(self.data, 'iso-8859-1', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958448_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 62, in test_nullpat
self.drive_one(b'\0' * 1000)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 52, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_bufio.py", line 24, in try_one
f = self.open(os_helper.TESTFN, "wb")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_946393_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_922374æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 235, in test_ForkingUnixDatagramServer
self.run_server(socketserver.ForkingUnixDatagramServer,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socketserver.DatagramRequestHandler,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.dgram_examine)
^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 112, in run_server
server = self.make_server(self.pickaddr(svrcls.address_family),
svrcls, hdlrbase)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_socketserver.py", line 102, in make_server
server = MyServer(addr, MyHandler)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 457, in __init__
self.server_bind()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/socketserver.py", line 478, in server_bind
self.socket.bind(self.server_address)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_937498æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_optparse.py", line 1054, in test_filetype_notfile
os.mkdir(os_helper.TESTFN)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_921133_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4401, in test_attributes
f = self.open(os_helper.TESTFN, "wb", buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_io.py", line 4592, in test_pickling
with self.open(os_helper.TESTFN, **kwargs) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 232, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_909454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3706, in test_file_modified_after_execution
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3029, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_932464æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_923081æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3800, in test_relative_imports
os.mkdir(self.module_name)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 888, in test_case_blake2s_1
self.check('blake2s', b"abc",
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
"508c5e8c327c14e2e1a72ba34eeb452f37458b209ed63a294d999b4c86675982")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 468, in check
self.check_file_digest(name, data, hexdigest)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_hashlib.py", line 480, in check_file_digest
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_924569_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958643æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_asyncio.test_base_events in verbose mode (matching: BaseLoopSockSendfileTests)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958180æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_urllib.py", line 733, in setUp
FILE = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_958121_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_lzma.py", line 1157, in test_write_to_file_with_bytes_filename
with LZMAFile(bytes_filename, "w") as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/lzma.py", line 120, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_958242_tmp\xc3\xa6'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_univnewlines.py", line 50, in setUp
with self.open(os_helper.TESTFN, self.WRITEMODE) as fp:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958386_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958486æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackTests.test_nonexistent_module) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958458æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3687, in test_blocks_at_first_code_line
stdout, stderr = self.run_pdb_module(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_pdb.py", line 3056, in run_pdb_module
os.mkdir(self.module_name)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_946275æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_926259æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958127æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_gc.py", line 799, in test_global_del_SystemExit
with open(TESTFN, 'w', encoding="utf-8") as script:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_958429_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_fileio.py", line 31, in setUp
self.f = self.FileIO(TESTFN, 'w')
~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/_pyio.py", line 1574, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_935312_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 307, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/test_dbm_sqlite3.py", line 29, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 144, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/dbm/sqlite3.py", line 50, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/pathlib/_local.py", line 714, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_958147_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 547, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958156æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 582, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_urllib2net in verbose mode (matching: test_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/_test_multiprocessing.py", line 1015, in test_stderr_flush
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_891080_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 508, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/build/test_python_958648æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 203, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/runpy.py", line 88, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 126, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/libregrtest/worker.py", line 121, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/contextlib.py", line 141, in __enter__
return next(self.gen)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-ppc64le/3.13.cstratak-fedora-stable-ppc64le.refleak/build/Lib/test/support/os_helper.py", line 581, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Test report
===========
Failed tests:
- test_regrtest_noop2
Failed subtests:
- test_context_manager_with_filename - test.test_wave.WavePCM8Test.test_context_manager_with_filename
- test_breakpoint - test.test_pdb.PdbTestCase.test_breakpoint
- test_get - test.test_shelve.TestProto5File_sqlite3Shelve.test_get
- test_fromfile_ioerror - test.test_array.UnsignedShortTest.test_fromfile_ioerror
- setUpClass - test.test_gettext.UnicodeTranslationsTest
- test_write_to_binary_file_with_encoding - test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_encoding
- testWeakRefs - test.test_fileio.PyAutoFileTests.testWeakRefs
- test_values - test.test_shelve.TestProto0File_ndbmShelve.test_values
- test_lock_unlock_no_dot_mh_sequences_file - test.test_mailbox.TestMH.test_lock_unlock_no_dot_mh_sequences_file
- test_pack - test.test_mailbox.TestMH.test_pack
- test_socket_fileno - test.test_socket.GeneralModuleTests.test_socket_fileno
- test_open_with_pathlib_bytes_path - test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_bytes_path
- test_binary_file_shelf - test.test_shelve.TestCase.test_binary_file_shelf
- test_write - test.test_shelve.TestProto3File_gnuShelve.test_write
- test_zip64_extensible_data - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_zip64_extensible_data
- test_readlines - test.test_mailbox.TestProxyFile.test_readlines
- test_samestat_on_link - test.test_ntpath.NtCommonTest.test_samestat_on_link
- test_pop - test.test_mailbox.TestMMDF.test_pop
- test_dump_message - test.test_mailbox.TestMMDF.test_dump_message
- test_primepat - test.test_bufio.CBufferSizeTest.test_primepat
- test_bool - test.test_shelve.TestProto1File_sqlite3Shelve.test_bool
- test_misuse_invalid_flag - test.test_dbm_sqlite3.Misuse.test_misuse_invalid_flag
- test_write - test.test_wave.WavePCM16Test.test_write
- test_get - test.test_shelve.TestProto3File_dumbShelve.test_get
- test_bool - test.test_shelve.TestProto5File_ndbmShelve.test_bool
- test_misuse_iter_close2 - test.test_dbm_sqlite3.Misuse.test_misuse_iter_close2
- testWeakRefs - test.test_fileio.CAutoFileTests.testWeakRefs
- test_close - test.test_mailbox.TestMH.test_close
- test_constructor - test.test_shelve.TestProto1File_ndbmShelve.test_constructor
- testInvalidFd - test.test_fileio.COtherFileTests.testInvalidFd
- test_truncate_after_write - test.test_io.PyBufferedRandomTest.test_truncate_after_write
- test_read - test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_read
- test_marshal - test.test_audit.AuditTest.test_marshal
- test_truncate_after_write - test.test_io.CBufferedWriterTest.test_truncate_after_write
- test_lock_unlock - test.test_mailbox.TestMbox.test_lock_unlock
- testRecvmsgPeek - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgPeek
- test_get - test.test_shelve.TestProto0File_gnuShelve.test_get
- test_values - test.test_shelve.TestProto4File_dumbShelve.test_values
- test_close - test.test_lzma.FileTestCase.test_close
- test_seek0 - test.test_codecs.BomTest.test_seek0
- test_file_parse_error_multiline - test.test_source_encoding.MiscSourceEncodingTest.test_file_parse_error_multiline
- test_get_string - test.test_mailbox.TestMMDF.test_get_string
- test_add_text_file_warns - test.test_mailbox.TestMbox.test_add_text_file_warns
- test_addpackage - test.test_site.HelperFunctionsTests.test_addpackage
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.test_threads.WithThreadsTestQueue.test_no_import_lock_contention
- test_none_args - test.test_fileio.PyAutoFileTests.test_none_args
- test_invalid_msgid_plural - test.test_tools.test_msgfmt.CompilationTest.test_invalid_msgid_plural
- test_dump_text_file - test.test_pickle.PyPickleTests.test_dump_text_file
- test_empty_file - test.test_pdb.PdbTestCase.test_empty_file
- test_read - test.test_shelve.TestProto4File_ndbmShelve.test_read
- test_file_digest - test.test_hashlib.KDFTests.test_file_digest
- test_remove - test.test_mailbox.TestBabyl.test_remove
- test_pop - test.test_shelve.TestProto2File_ndbmShelve.test_pop
- test_file - test.test_symtable.CommandLineTest.test_file
- test_read1_10 - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1_10
- setUpClass - test.test_gettext.GettextTestCase2
- test_create_tmp - test.test_mailbox.TestMaildir.test_create_tmp
- test_truncate_after_write - test.test_io.PyBufferedWriterTest.test_truncate_after_write
- testFDPassSimple - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSimple
- test_absolute_arcnames - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_absolute_arcnames
- test_update - test.test_shelve.TestProto4File_ndbmShelve.test_update
- test_update - test.test_shelve.TestProto3File_dumbShelve.test_update
- test_popitem - test.test_shelve.TestProto0File_gnuShelve.test_popitem
- test_initialize_with_file - test.test_mailbox.TestBabylMessage.test_initialize_with_file
- test_add_and_close - test.test_mailbox.TestMMDF.test_add_and_close
- test_zipextfile_attrs - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_zipextfile_attrs
- test_cwd_with_relative_arg - test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_arg
- test_bool - test.test_shelve.TestProto2File_sqlite3Shelve.test_bool
- test_no_import_lock_contention - test.test_multiprocessing_spawn.test_threads.WithThreadsTestQueue.test_no_import_lock_contention
- test_values - test.test_shelve.TestProto3File_gnuShelve.test_values
- test_unseekable_read - test.test_wave.WavePCM24ExtTest.test_unseekable_read
- test_filewrite - test.test_array.UnsignedLongTest.test_filewrite
- test_path_dirname - test.test_posixpath.PathLikeTests.test_path_dirname
- test_get - test.test_shelve.TestProto1File_ndbmShelve.test_get
- test_popitem_and_flush_twice - test.test_mailbox.TestMMDF.test_popitem_and_flush_twice
- test_len - test.test_mailbox.TestBabyl.test_len
- test_readline - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline
- testCmsgTrunc0 - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc0
- test_write - test.test_shelve.TestProto2File_sqlite3Shelve.test_write
- test_iter - test.test_mailbox.TestMMDF.test_iter
- test_tofromfile - test.test_array.UnsignedLongLongTest.test_tofromfile
- test_setdefault - test.test_shelve.TestProto1File_dumbShelve.test_setdefault
- test_dump_closed_file - test.test_pickle.PyPickleTests.test_dump_closed_file
- test_tofromfile - test.test_array.UnicodeTest.test_tofromfile
- testMultipleFDPass - test.test_socket.RecvmsgSCMRightsStreamTest.testMultipleFDPass
- test_flush - test.test_mailbox.TestMH.test_flush
- test_addsitedir_dotfile - test.test_site.HelperFunctionsTests.test_addsitedir_dotfile
- testRecvmsgBadArgs - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgBadArgs
- test_set_info - test.test_mailbox.TestMaildir.test_set_info
- test_parse_close_source - test.test_sax.ParseTest.test_parse_close_source
- test_addpackage_empty_lines - test.test_site.HelperFunctionsTests.test_addpackage_empty_lines
- testWritelinesError - test.test_fileio.CAutoFileTests.testWritelinesError
- test_addpackage_import_bad_exec - test.test_site.HelperFunctionsTests.test_addpackage_import_bad_exec
- test_misuse_empty_filename - test.test_dbm_sqlite3.Misuse.test_misuse_empty_filename
- test_xmlgen_attr_escape - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_attr_escape
- test_path_relpath - test.test_posixpath.PathLikeTests.test_path_relpath
- test_cookie_redirect - test.test_urllib2.HandlerTests.test_cookie_redirect
- test_read1_10 - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1_10
- test_case_sha256_1 - test.test_hashlib.HashLibTestCase.test_case_sha256_1
- test_write_array - test.test_wave.WavePCM16Test.test_write_array
- test_unseekable_overflowed_write - test.test_wave.WavePCM8Test.test_unseekable_overflowed_write
- test_snapshot_save_attr - test.test_tracemalloc.TestTracemallocEnabled.test_snapshot_save_attr
- test_get_file - test.test_mailbox.TestMMDF.test_get_file
- test_read - test.test_shelve.TestProto3File_ndbmShelve.test_read
- test_initialize_with_file - test.test_mailbox.TestMHMessage.test_initialize_with_file
- testTruncate - test.test_fileio.PyOtherFileTests.testTruncate
- test_setdefault - test.test_shelve.TestProto2File_gnuShelve.test_setdefault
- test_cover_files_written_no_highlight - test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_no_highlight
- testFDPassEmpty - test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassEmpty
- testCmsgTruncLen0Plus1 - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Plus1
- test_write_to_filename_with_encoding - test.test_xml_etree.IOTest.test_write_to_filename_with_encoding
- test_contains - test.test_mailbox.TestBabyl.test_contains
- test_get - test.test_shelve.TestProto4File_dumbShelve.test_get
- test_filewrite - test.test_array.FloatTest.test_filewrite
- test_get - test.test_shelve.TestProto3File_ndbmShelve.test_get
- test_items - test.test_shelve.TestProto2File_sqlite3Shelve.test_items
- testErrors - test.test_fileio.CAutoFileTests.testErrors
- test_case_sha512_3 - test.test_hashlib.HashLibTestCase.test_case_sha512_3
- test_run_module - test.test_pdb.PdbTestCase.test_run_module
- testFinalizing - test.test_fileio.CAutoFileTests.testFinalizing
- test_unseekable_incompleted_write - test.test_wave.WavePCM32Test.test_unseekable_incompleted_write
- test_samefile_on_link - test.test_posixpath.PosixCommonTest.test_samefile_on_link
- test_write_to_binary_file_with_bom - test.test_xml_etree.IOTest.test_write_to_binary_file_with_bom
- test_write - test.test_shelve.TestProto5File_gnuShelve.test_write
- testAttributes - test.test_file.CAutoFileTests.testAttributes
- testWritelinesUserList - test.test_fileio.PyAutoFileTests.testWritelinesUserList
- test_encoding_errors_default - test.test_logging.BasicConfigTest.test_encoding_errors_default
- test_pop - test.test_mailbox.TestMH.test_pop
- test_cwd_with_relative_executable - test.test_subprocess.ProcessTestCase.test_cwd_with_relative_executable
- test_script_abspath - test.test_cmd_line_script.CmdLineTest.test_script_abspath
- test_too_many_files - test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files
- test_tofromfile - test.test_array.DoubleTest.test_tofromfile
- test_write_to_filename_with_encoding - test.test_xml_etree_c.IOTest.test_write_to_filename_with_encoding
- test_add_file_after_2107 - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_after_2107
- test_parse_InputSource - test.test_sax.ParseTest.test_parse_InputSource
- testWeakRefs - test.test_file.PyAutoFileTests.testWeakRefs
- test_initialize_with_binary_file - test.test_mailbox.TestMessage.test_initialize_with_binary_file
- test_failures - test.test_unicode_file_functions.UnicodeNFDFileTests.test_failures
- test_seek - test.test_univnewlines.PyTestMixedNewlines.test_seek
- test_contains - test.test_mailbox.TestMbox.test_contains
- test_initialize_with_binary_file - test.test_mailbox.TestMaildirMessage.test_initialize_with_binary_file
- test_read_return_size - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read_return_size
- test_unseekable_read - test.test_wave.WavePCM8Test.test_unseekable_read
- test_add - test.test_mailbox.TestMbox.test_add
- test_items - test.test_shelve.TestProto2File_ndbmShelve.test_items
- test_case_sha512_2 - test.test_hashlib.HashLibTestCase.test_case_sha512_2
- test_setdefault - test.test_shelve.TestProto3File_gnuShelve.test_setdefault
- test_readline - test.test_univnewlines.CTestMixedNewlines.test_readline
- test_basic - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_basic
- test_unseekable_write - test.test_wave.WavePCM24Test.test_unseekable_write
- test_issue42383 - test.test_pdb.PdbTestCase.test_issue42383
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMH.test_add_nonascii_string_header_raises
- test_read - test.test_shelve.TestProto5File_ndbmShelve.test_read
- test_update - test.test_shelve.TestProto1File_ndbmShelve.test_update
- test_filewrite - test.test_array.UnicodeTest.test_filewrite
- test_keys - test.test_shelve.TestProto3File_dumbShelve.test_keys
- test_keys - test.test_shelve.TestProto0File_ndbmShelve.test_keys
- test_gh_93696_frozen_list - test.test_pdb.PdbTestCase.test_gh_93696_frozen_list
- test_sys_exit - test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit
- test_rerun_success - test.test_regrtest.ArgsTestCase.test_rerun_success
- test_write - test.test_shelve.TestProto2File_dumbShelve.test_write
- test_len - test.test_mailbox.TestMH.test_len
- test_path_splitext - test.test_posixpath.PathLikeTests.test_path_splitext
- test_clear - test.test_mailbox.TestMMDF.test_clear
- test_write - test.test_shelve.TestProto0File_dumbShelve.test_write
- test_basic - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_basic
- testCmsgTruncLen0Minus1 - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0Minus1
- test_iterkeys - test.test_mailbox.TestBabyl.test_iterkeys
- test_constructor - test.test_shelve.TestProto1File_dumbShelve.test_constructor
- test_writestr_compression - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compression
- test_setdefault - test.test_shelve.TestProto5File_gnuShelve.test_setdefault
- test_misuse_double_delete - test.test_dbm_sqlite3.Misuse.test_misuse_double_delete
- test_evalfile_null_in_result - test.test_tcl.TclTest.test_evalfile_null_in_result
- test_path_basename - test.test_ntpath.PathLikeTests.test_path_basename
- test_write_context_manager_calls_close - test.test_wave.WavePCM8Test.test_write_context_manager_calls_close
- test_bool - test.test_shelve.TestProto3File_dumbShelve.test_bool
- test_samefile - test.test_ntpath.NtCommonTest.test_samefile
- test_copy - test.test_wave.WavePCM24ExtTest.test_copy
- test_case_blake2s_1 - test.test_hashlib.HashLibTestCase.test_case_blake2s_1
- test_keys - test.test_shelve.TestProto1File_sqlite3Shelve.test_keys
- test_keys - test.test_shelve.TestProto2File_dumbShelve.test_keys
- test_basic - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_basic
- test_case_sha224_1 - test.test_hashlib.HashLibTestCase.test_case_sha224_1
- test_unseekable_incompleted_write - test.test_wave.WavePCM24ExtTest.test_unseekable_incompleted_write
- test_context_manager_with_filename - test.test_wave.WavePCM32Test.test_context_manager_with_filename
- testFDPassSimple - test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSimple
- test_sort_keys_flag - test.test_json.test_tool.TestTool.test_sort_keys_flag
- test_constructor - test.test_shelve.TestProto5File_dumbShelve.test_constructor
- test_add_mbox_or_mmdf_message - test.test_mailbox.TestMMDF.test_add_mbox_or_mmdf_message
- test_large_fd_transfer - test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_large_fd_transfer
- test_writestr_compresslevel - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compresslevel
- test_set_item - test.test_mailbox.TestBabyl.test_set_item
- test_read - test.test_univnewlines.CTestMixedNewlines.test_read
- test_listdir - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_listdir
- testSendmsgTimeout - test.test_socket.SendmsgUnixStreamTest.testSendmsgTimeout
- test_1463026_1_empty - test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1_empty
- test_consistent_factory - test.test_mailbox.TestMaildir.test_consistent_factory
- test_write_after_close - test.test_zipfile.test_core.StoredWriterTests.test_write_after_close
- test_add_8bit_body - test.test_mailbox.TestMbox.test_add_8bit_body
- test_repr - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_repr
- test_iterkeys - test.test_mailbox.TestMbox.test_iterkeys
- testReprNoCloseFD - test.test_fileio.CAutoFileTests.testReprNoCloseFD
- testSendmsgBadCmsg - test.test_socket.SendmsgUnixStreamTest.testSendmsgBadCmsg
- test_set_pycache_prefix - test.test_cmd_line.CmdLineTest.test_set_pycache_prefix
- test_find_function_found_with_bom - test.test_pdb.PdbTestCase.test_find_function_found_with_bom
- test_checkcache_for_deleted_file - test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_deleted_file
- test_update - test.test_shelve.TestProto5File_dumbShelve.test_update
- test_path_commonpath - test.test_ntpath.PathLikeTests.test_path_commonpath
- test_corrupt_readwrite - test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_readwrite
- test_permissions_after_flush - test.test_mailbox.TestMbox.test_permissions_after_flush
- test_getitem - test.test_shelve.TestProto5File_ndbmShelve.test_getitem
- test_path_getmtime - test.test_genericpath.PathLikeTests.test_path_getmtime
- test_fromfile_ioerror - test.test_array.UnsignedByteTest.test_fromfile_ioerror
- testFDPassPartialInt - test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialInt
- test_path_isabs - test.test_ntpath.PathLikeTests.test_path_isabs
- test_readonly_file_read - test.test_dbm_sqlite3.ReadOnlyFilesystem.test_readonly_file_read
- test_open - test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_open
- test_bytes_path_file_shelf - test.test_shelve.TestCase.test_bytes_path_file_shelf
- test_get - test.test_shelve.TestProto2File_sqlite3Shelve.test_get
- test_update - test.test_shelve.TestProto0File_gnuShelve.test_update
- test_copy - test.test_urllib.urlretrieve_FileTests.test_copy
- test_large_pool - test.test_multiprocessing_forkserver.test_misc.MiscTestCase.test_large_pool
- test_create_writes - test.test_io.PyMiscIOTest.test_create_writes
- test_len - test.test_mailbox.TestMbox.test_len
- test_message_separator - test.test_mailbox.TestMbox.test_message_separator
- testRecvmsgShorter - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShorter
- test_bool - test.test_shelve.TestProto1File_dumbShelve.test_bool
- test_popitem - test.test_shelve.TestProto5File_sqlite3Shelve.test_popitem
- test_samefile - test.test_posixpath.PosixCommonTest.test_samefile
- test_failures - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_failures
- test_path_abspath - test.test_ntpath.PathLikeTests.test_path_abspath
- test_getitem - test.test_shelve.TestProto2File_sqlite3Shelve.test_getitem
- test_pop - test.test_shelve.TestProto2File_dumbShelve.test_pop
- test_add_binary_nonascii_file - test.test_mailbox.TestBabyl.test_add_binary_nonascii_file
- test_proto2_file_shelf - test.test_shelve.TestCase.test_proto2_file_shelf
- test_write - test.test_shelve.TestProto3File_ndbmShelve.test_write
- test_read - test.test_shelve.TestProto5File_gnuShelve.test_read
- testErrnoOnClosedFileno - test.test_fileio.CAutoFileTests.testErrnoOnClosedFileno
- test_case_md5_0 - test.test_hashlib.HashLibTestCase.test_case_md5_0
- test_threads_write - test.test_io.PyTextIOWrapperTest.test_threads_write
- test_basic - test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_basic
- testCmsgTruncLen0Plus1 - test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Plus1
- test_reject - test.test_fileio.CAutoFileTests.test_reject
- test_path_commonprefix - test.test_genericpath.PathLikeTests.test_path_commonprefix
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMMDF.test_add_nonascii_StringIO_raises
- test_writelines - test.test_iter.TestCase.test_writelines
- test_get_string_from - test.test_mailbox.TestMMDF.test_get_string_from
- test_path_split - test.test_posixpath.PathLikeTests.test_path_split
- test_items - test.test_shelve.TestProto0File_sqlite3Shelve.test_items
- test_iterlines - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_iterlines
- test_get - test.test_shelve.TestProto5File_gnuShelve.test_get
- test_write_bytearray - test.test_wave.WavePCM8Test.test_write_bytearray
- test_samefile - test.test_genericpath.TestGenericTest.test_samefile
- test_bool - test.test_shelve.TestProto1File_gnuShelve.test_bool
- test_forking_handled - test.test_socketserver.ErrorHandlerTest.test_forking_handled
- setUpClass - test.test_gettext.GettextCacheTestCase
- testErrors - test.test_file.PyAutoFileTests.testErrors
- test_lookup - test.test_mailbox.TestMaildir.test_lookup
- test_nonempty_maildir_new - test.test_mailbox.MaildirTestCase.test_nonempty_maildir_new
- test_path_islink - test.test_posixpath.PathLikeTests.test_path_islink
- test_with_pathlike_filename - test.test_lzma.OpenTestCase.test_with_pathlike_filename
- test_pathlib_path_file_shelf - test.test_shelve.TestCase.test_pathlib_path_file_shelf
- test_syntax_warning_infinite_recursion_in_file - test.test_fstring.TestCase.test_syntax_warning_infinite_recursion_in_file
- test_sync_not_handled - test.test_socketserver.ErrorHandlerTest.test_sync_not_handled
- test_len - test.test_mailbox.TestMaildir.test_len
- test_read - test.test_shelve.TestProto1File_dumbShelve.test_read
- test_write_to_text_file - test.test_xml_etree_c.IOTest.test_write_to_text_file
- testFDPassCMSG_LEN - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_LEN
- test_no_import_lock_contention - test.test_multiprocessing_fork.test_threads.WithThreadsTestQueue.test_no_import_lock_contention
- test_initialize - test.test_mailbox.TestPartialFile.test_initialize
- test_add_StringIO_warns - test.test_mailbox.TestMMDF.test_add_StringIO_warns
- test_readlines - test.test_univnewlines.PyTestMixedNewlines.test_readlines
- test_1463026_2_empty - test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2_empty
- test_constructor - test.test_shelve.TestProto2File_sqlite3Shelve.test_constructor
- test_reorganize - test.test_dbm_gnu.TestGdbm.test_reorganize
- test_too_many_files - test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files
- test_encoding_errors - test.test_logging.BasicConfigTest.test_encoding_errors
- test_read1 - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read1
- test_bool - test.test_shelve.TestProto2File_dumbShelve.test_bool
- test_expat_locator_withinfo_nonascii - test.test_sax.ExpatReaderTest.test_expat_locator_withinfo_nonascii
- testTruncateOnWindows - test.test_fileio.PyOtherFileTests.testTruncateOnWindows
- test_add_from_string - test.test_mailbox.TestMbox.test_add_from_string
- test_read - test.test_shelve.TestProto1File_ndbmShelve.test_read
- test_sys_exit - test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit
- test_samestat_on_link - test.test_genericpath.TestGenericTest.test_samestat_on_link
- test_cover_files_written_with_highlight - test.test_trace.TestCoverageCommandLineOutput.test_cover_files_written_with_highlight
- testErrnoOnClosedWritable - test.test_fileio.PyAutoFileTests.testErrnoOnClosedWritable
- test_close_after_close - test.test_zipfile.test_core.Bzip2WriterTests.test_close_after_close
- test_popitem - test.test_mailbox.TestMbox.test_popitem
- test_subclass_repr - test.test_fileio.PyAutoFileTests.test_subclass_repr
- test_repr - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_repr
- test_string - test.test_sax.PrepareInputSourceTest.test_string
- testRecvmsg - test.test_socket.RecvmsgUnixStreamTest.testRecvmsg
- test_discard - test.test_mailbox.TestMH.test_discard
- test_tofromfile - test.test_array.ByteTest.test_tofromfile
- test_read_from_file_with_bytes_filename - test.test_lzma.FileTestCase.test_read_from_file_with_bytes_filename
- test_setdefault - test.test_shelve.TestProto5File_ndbmShelve.test_setdefault
- test_isolatedmode - test.test_cmd_line.CmdLineTest.test_isolatedmode
- test_popitem_and_flush_twice - test.test_mailbox.TestMbox.test_popitem_and_flush_twice
- test_add_doesnt_rewrite - test.test_mailbox.TestBabyl.test_add_doesnt_rewrite
- test_get - test.test_shelve.TestProto1File_sqlite3Shelve.test_get
- test_misuse_double_close - test.test_dbm_sqlite3.Misuse.test_misuse_double_close
- test_addpackage_import_bad_syntax - test.test_site.HelperFunctionsTests.test_addpackage_import_bad_syntax
- test_system_id - test.test_sax.PrepareInputSourceTest.test_system_id
- test_lltrace_different_module - test.test_lltrace.TestLLTrace.test_lltrace_different_module
- testRepr - test.test_fileio.CAutoFileTests.testRepr
- test_unseekable_write - test.test_wave.WavePCM16Test.test_unseekable_write
- test_itervalues - test.test_mailbox.TestMMDF.test_itervalues
- test_1463026_1 - test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_1
- test_pop - test.test_shelve.TestProto2File_sqlite3Shelve.test_pop
- test_path_splitroot - test.test_ntpath.PathLikeTests.test_path_splitroot
- test_readwrite_null_value - test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_value
- test_misuse_use_after_close - test.test_dbm_sqlite3.Misuse.test_misuse_use_after_close
- test_sameopenfile - test.test_ntpath.NtCommonTest.test_sameopenfile
- testFDPassPartialInt - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialInt
- test_permissions_after_flush - test.test_mailbox.TestMMDF.test_permissions_after_flush
- test_sameopenfile - test.test_genericpath.TestGenericTest.test_sameopenfile
- test_append_to_concatenated_zip_file - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_append_to_concatenated_zip_file
- test_samestat - test.test_posixpath.PosixCommonTest.test_samestat
- test_zipextfile_attrs - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_zipextfile_attrs
- test_write_params - test.test_wave.WavePCM24ExtTest.test_write_params
- test_xmlgen_encoding_bytes - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding_bytes
- test_path_normcase - test.test_posixpath.PathLikeTests.test_path_normcase
- test_random_open - test.test_zipfile.test_core.Bzip2TestsWithRandomBinaryFiles.test_random_open
- test_xmlgen_fragment - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_fragment
- test_popitem_and_flush_twice - test.test_mailbox.TestBabyl.test_popitem_and_flush_twice
- test_constructor - test.test_shelve.TestProto5File_gnuShelve.test_constructor
- test_initialize_existing - test.test_mailbox.TestMaildir.test_initialize_existing
- test_filetype_notfile - test.test_optparse.TestExtendAddTypes.test_filetype_notfile
- test_repr - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_repr
- test_random_open - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_random_open
- test_itervalues - test.test_mailbox.TestMbox.test_itervalues
- test_write - test.test_shelve.TestProto4File_dumbShelve.test_write
- testAppend - test.test_fileio.COtherFileTests.testAppend
- testReadWhenWriting - test.test_file.CAutoFileTests.testReadWhenWriting
- testFDPassPartialIntInMiddle - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassPartialIntInMiddle
- test_read - test.test_mailbox.TestPartialFile.test_read
- test_incompleted_write - test.test_wave.WavePCM16Test.test_incompleted_write
- test_bool - test.test_shelve.TestProto4File_dumbShelve.test_bool
- testModeStrings - test.test_file.PyOtherFileTests.testModeStrings
- test_class - test.test_inspect.test_inspect.TestNoEOL.test_class
- test_abspath_issue3426 - test.test_posixpath.PosixCommonTest.test_abspath_issue3426
- test_writestr_compression - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compression
- test_basic - test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_basic
- test_constructor - test.test_shelve.TestProto4File_gnuShelve.test_constructor
- test_binary_file - test.test_sax.PrepareInputSourceTest.test_binary_file
- test_values - test.test_mailbox.TestMH.test_values
- test_audit_run_startup - test.test_embed.AuditingTests.test_audit_run_startup
- test_open - test.test_codecs.CodecsModuleTest.test_open
- test_path_realpath - test.test_posixpath.PathLikeTests.test_path_realpath
- test_fail_once - test_regrtest_noop1.Tests.test_fail_once
- test_popitem - test.test_shelve.TestProto3File_dumbShelve.test_popitem
- test_writing_errors - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writing_errors
- test_read_concatenated_zip_file - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_concatenated_zip_file
- test_read1_10 - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1_10
- testRecvmsgAfterClose - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgAfterClose
- test_keys - test.test_shelve.TestProto3File_sqlite3Shelve.test_keys
- test_popitem - test.test_shelve.TestProto0File_sqlite3Shelve.test_popitem
- test_infile_outfile - test.test_json.test_tool.TestTool.test_infile_outfile
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMaildir.test_add_nonascii_StringIO_raises
- test_unseekable_overflowed_write - test.test_wave.WavePCM32Test.test_unseekable_overflowed_write
- test_context_manager_with_open_file - test.test_wave.WavePCM24ExtTest.test_context_manager_with_open_file
- test_basic - test.test_urllib.urlretrieve_FileTests.test_basic
- test_readonly_write - test.test_dbm_sqlite3.ReadOnly.test_readonly_write
- test_write - test.test_wave.WavePCM8Test.test_write
- test_socket_fileno_requires_valid_fd - test.test_socket.GeneralModuleTests.test_socket_fileno_requires_valid_fd
- test_setdefault - test.test_shelve.TestProto3File_ndbmShelve.test_setdefault
- test_writing_errors - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writing_errors
- test_ForkingUnixStreamServer - test.test_socketserver.SocketServerTest.test_ForkingUnixStreamServer
- test_append - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_append
- test_close_after_close - test.test_zipfile.test_core.DeflateWriterTests.test_close_after_close
- test_contains - test.test_mailbox.TestMMDF.test_contains
- test_checkcache - test.test_linecache.LineCacheTests.test_checkcache
- test_1463026_3 - test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3
- test_readlines - test.test_univnewlines.CTestMixedNewlines.test_readlines
- test_bool - test.test_shelve.TestProto5File_dumbShelve.test_bool
- setUpClass - test.test_asyncio.test_sendfile.PollEventLoopTests
- test_fromfile_ioerror - test.test_array.DoubleTest.test_fromfile_ioerror
- test_write_to_filename - test.test_xml_etree_c.IOTest.test_write_to_filename
- test_close_after_close - test.test_zipfile.test_core.StoredWriterTests.test_close_after_close
- test_xmlgen_unencodable - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_unencodable
- test_blocks_at_first_code_line - test.test_pdb.PdbTestCase.test_blocks_at_first_code_line
- test_path_isdir - test.test_ntpath.PathLikeTests.test_path_isdir
- test_write_memoryview - test.test_wave.WavePCM24ExtTest.test_write_memoryview
- testErrnoOnClosedTell - test.test_fileio.PyAutoFileTests.testErrnoOnClosedTell
- test_open_with_pathlib_path - test.test_dbm_gnu.TestGdbm.test_open_with_pathlib_path
- test_readline_read - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline_read
- test_setdefault - test.test_shelve.TestProto0File_sqlite3Shelve.test_setdefault
- test_read - test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_read
- test_getitem - test.test_shelve.TestProto4File_gnuShelve.test_getitem
- test_context_manager_with_open_file - test.test_wave.WavePCM16Test.test_context_manager_with_open_file
- test_len - test.test_shelve.TestProto1File_gnuShelve.test_len
- testReadinto - test.test_file.PyAutoFileTests.testReadinto
- test_context_manager_with_open_file - test.test_wave.WavePCM32Test.test_context_manager_with_open_file
- test_write_context_manager_calls_close - test.test_wave.WavePCM32Test.test_write_context_manager_calls_close
- test_lock_unlock - test.test_mailbox.TestBabyl.test_lock_unlock
- test_keys - test.test_shelve.TestProto3File_ndbmShelve.test_keys
- test_basic - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_basic
- testZip64CruftAndComment - test.test_zipimport.CompressedZipImportTestCase.testZip64CruftAndComment
- testRecursiveRepr - test.test_fileio.CAutoFileTests.testRecursiveRepr
- test_get_bytes_from - test.test_mailbox.TestMMDF.test_get_bytes_from
- test_add_StringIO_warns - test.test_mailbox.TestMbox.test_add_StringIO_warns
- testCmsgTruncLen0 - test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0
- test_non_ascii_infile - test.test_json.test_tool.TestTool.test_non_ascii_infile
- test_read_not_from_start - test.test_wave.WavePCM16Test.test_read_not_from_start
- test_popitem - test.test_mailbox.TestMaildir.test_popitem
- testAppend - test.test_fileio.PyOtherFileTests.testAppend
- testRecvmsgTrunc - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTrunc
- test_find_with_no_lang - test.test_gettext.FindTestCase.test_find_with_no_lang
- test_samefile_on_link - test.test_ntpath.NtCommonTest.test_samefile_on_link
- test_len - test.test_shelve.TestProto4File_ndbmShelve.test_len
- test_add_8bit_body - test.test_mailbox.TestBabyl.test_add_8bit_body
- test_read - test.test_shelve.TestProto5File_dumbShelve.test_read
- test_unseekable_incompleted_write - test.test_wave.WavePCM8Test.test_unseekable_incompleted_write
- test_bool - test.test_shelve.TestProto0File_sqlite3Shelve.test_bool
- test_read_from_file - test.test_lzma.FileTestCase.test_read_from_file
- test_context_manager_with_filename - test.test_wave.WavePCM16Test.test_context_manager_with_filename
- testZip64CruftAndComment - test.test_zipimport.UncompressedZipImportTestCase.testZip64CruftAndComment
- test_filewrite - test.test_array.LongTest.test_filewrite
- test_issue7627 - test.test_mailbox.TestMH.test_issue7627
- test_create_fail - test.test_io.PyMiscIOTest.test_create_fail
- test_fileno - test.test_lzma.FileTestCase.test_fileno
- test_ensure_ascii_default - test.test_json.test_tool.TestTool.test_ensure_ascii_default
- test_readlines - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readlines
- test_path_normcase - test.test_ntpath.PathLikeTests.test_path_normcase
- test_xmlgen_content_escape - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_escape
- testWritelinesError - test.test_fileio.PyAutoFileTests.testWritelinesError
- test_len - test.test_shelve.TestProto4File_gnuShelve.test_len
- test_parse_bytes - test.test_sax.ParseTest.test_parse_bytes
- test_getitem - test.test_shelve.TestProto0File_gnuShelve.test_getitem
- test_write - test.test_shelve.TestProto2File_ndbmShelve.test_write
- test_write_after_close - test.test_zipfile.test_core.DeflateWriterTests.test_write_after_close
- test_basic - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_basic
- test_add_text_file_warns - test.test_mailbox.TestBabyl.test_add_text_file_warns
- test_case_sha256_3 - test.test_hashlib.HashLibTestCase.test_case_sha256_3
- test_write_params - test.test_wave.WavePCM16Test.test_write_params
- test_values - test.test_shelve.TestProto1File_ndbmShelve.test_values
- test_open - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_open
- test_initialize_with_binary_file - test.test_mailbox.TestBabylMessage.test_initialize_with_binary_file
- testWeakRefs - test.test_file.CAutoFileTests.testWeakRefs
- test_case_sha224_0 - test.test_hashlib.HashLibTestCase.test_case_sha224_0
- test_add_from_bytes - test.test_mailbox.TestMMDF.test_add_from_bytes
- testErrnoOnClosedReadall - test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadall
- test_key_methods - test.test_dbm_gnu.TestGdbm.test_key_methods
- testModeStrings - test.test_fileio.COtherFileTests.testModeStrings
- test_open_template - test.test_shelve.TestCase.test_open_template
- test_plural_without_msgid_plural - test.test_tools.test_msgfmt.CompilationTest.test_plural_without_msgid_plural
- test_discard - test.test_mailbox.TestMbox.test_discard
- test_global_del_SystemExit - test.test_gc.GCTests.test_global_del_SystemExit
- test_write - test.test_shelve.TestProto2File_gnuShelve.test_write
- test_write - test.test_shelve.TestProto3File_dumbShelve.test_write
- test_incompleted_write - test.test_wave.WavePCM8Test.test_incompleted_write
- testOpenDirFD - test.test_fileio.PyAutoFileTests.testOpenDirFD
- test_initialize - test.test_mailbox.TestProxyFile.test_initialize
- test_case_sha224_3 - test.test_hashlib.HashLibTestCase.test_case_sha224_3
- test_failures - test.test_unicode_file_functions.UnicodeFileTests.test_failures
- test_popitem - test.test_shelve.TestProto5File_gnuShelve.test_popitem
- test_items - test.test_shelve.TestProto4File_dumbShelve.test_items
- test_multiple_writes - test.test_wave.WavePCM16Test.test_multiple_writes
- test_setdefault - test.test_shelve.TestProto4File_sqlite3Shelve.test_setdefault
- test_multiple_writes - test.test_wave.WavePCM32Test.test_multiple_writes
- test_misuse_double_create - test.test_dbm_sqlite3.Misuse.test_misuse_double_create
- test_setdefault - test.test_shelve.TestProto3File_sqlite3Shelve.test_setdefault
- test_keys - test.test_mailbox.TestMMDF.test_keys
- test_too_many_files_append - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files_append
- test_readline - test.test_univnewlines.CTestCRNewlines.test_readline
- testIteration - test.test_file.COtherFileTests.testIteration
- test_values - test.test_shelve.TestProto5File_dumbShelve.test_values
- test_compresslevel_basic - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_compresslevel_basic
- testRecvmsgLongAncillaryBuf - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgLongAncillaryBuf
- test_expat_inpsource_sysid_nonascii - test.test_sax.ExpatReaderTest.test_expat_inpsource_sysid_nonascii
- test_add_and_close - test.test_mailbox.TestMbox.test_add_and_close
- testRecvmsgTrunc - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTrunc
- test_pop - test.test_shelve.TestProto1File_sqlite3Shelve.test_pop
- test_random_open - test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_random_open
- test_read - test.test_shelve.TestProto2File_dumbShelve.test_read
- test_filename - test.test_logging.BasicConfigTest.test_filename
- test_file - test.test_urllib2net.OtherNetworkTests.test_file
- test_builtin_max_min - test.test_iter.TestCase.test_builtin_max_min
- testErrnoOnClosedSeekable - test.test_fileio.CAutoFileTests.testErrnoOnClosedSeekable
- test_get - test.test_mailbox.TestMH.test_get
- test_write_bytearray - test.test_wave.WavePCM24Test.test_write_bytearray
- test_close_after_close - test.test_zipfile.test_core.LzmaWriterTests.test_close_after_close
- test_readline_read - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline_read
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestBabyl.test_add_that_raises_leaves_mailbox_empty
- test_reject - test.test_fileio.PyAutoFileTests.test_reject
- test_readline_read - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline_read
- test_popitem - test.test_shelve.TestProto4File_ndbmShelve.test_popitem
- test_get - test.test_shelve.TestProto5File_dumbShelve.test_get
- test_read_not_from_start - test.test_wave.WavePCM32Test.test_read_not_from_start
- test_find_function_first_executable_line - test.test_pdb.PdbTestCase.test_find_function_first_executable_line
- test_x_mode - test.test_lzma.OpenTestCase.test_x_mode
- test_class - test.test_reprlib.LongReprTest.test_class
- testFDPassSeparate - test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparate
- test_getsize - test.test_genericpath.TestGenericTest.test_getsize
- test_popitem - test.test_shelve.TestProto2File_dumbShelve.test_popitem
- test_unicode_join_endcase - test.test_iter.TestCase.test_unicode_join_endcase
- test_constructor - test.test_shelve.TestProto3File_dumbShelve.test_constructor
- test_file_modified_after_execution - test.test_pdb.PdbTestCase.test_file_modified_after_execution
- test_update - test.test_mailbox.TestBabyl.test_update
- test_readline_read - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readline_read
- setUpClass - test.test_asyncio.test_base_events.BaseLoopSockSendfileTests
- test_readline - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readline
- test_read1 - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read1
- test_getitem - test.test_shelve.TestProto2File_dumbShelve.test_getitem
- test_add_and_remove_folders - test.test_mailbox.TestMH.test_add_and_remove_folders
- test_bool - test.test_shelve.TestProto5File_gnuShelve.test_bool
- test_remove - test.test_mailbox.TestMH.test_remove
- testReadinto - test.test_file.CAutoFileTests.testReadinto
- test_setdefault - test.test_shelve.TestProto5File_dumbShelve.test_setdefault
- test_len - test.test_shelve.TestProto1File_sqlite3Shelve.test_len
- test_read - test.test_shelve.TestProto2File_sqlite3Shelve.test_read
- testInvalidFd - test.test_fileio.PyOtherFileTests.testInvalidFd
- test_read - test.test_shelve.TestProto0File_sqlite3Shelve.test_read
- testSendmsgAfterClose - test.test_socket.SendmsgUnixStreamTest.testSendmsgAfterClose
- test_builtin_list - test.test_iter.TestCase.test_builtin_list
- test_initialize_with_file - test.test_mailbox.TestMboxMessage.test_initialize_with_file
- test_repr - test.test_mmap.MmapTests.test_repr
- testCmsgTruncNoBufSize - test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncNoBufSize
- test_constructor - test.test_shelve.TestProto2File_gnuShelve.test_constructor
- test_encoding - test.test_logging.BasicConfigTest.test_encoding
- test_nonempty_maildir_cur - test.test_mailbox.MaildirTestCase.test_nonempty_maildir_cur
- test_fromfile_ioerror - test.test_array.LongLongTest.test_fromfile_ioerror
- test_checkcache_for_modified_file - test.test_linecache.LineCacheInvalidationTests.test_checkcache_for_modified_file
- test_terminating_newline - test.test_mailbox.TestMbox.test_terminating_newline
- testAttributes - test.test_file.PyAutoFileTests.testAttributes
- test_popitem - test.test_mailbox.TestBabyl.test_popitem
- test_close - test.test_mailbox.TestMMDF.test_close
- test_iter - test.test_mailbox.TestMaildir.test_iter
- test_setdefault - test.test_shelve.TestProto0File_ndbmShelve.test_setdefault
- test_folder_file_perms - test.test_mailbox.TestMaildir.test_folder_file_perms
- test_copy - test.test_wave.WavePCM24Test.test_copy
- test_context_manager_with_filename - test.test_wave.WavePCM24ExtTest.test_context_manager_with_filename
- test_get - test.test_shelve.TestProto3File_sqlite3Shelve.test_get
- test_dump_message - test.test_mailbox.TestMbox.test_dump_message
- test_readline - test.test_mailbox.TestProxyFile.test_readline
- test_popitem - test.test_shelve.TestProto5File_dumbShelve.test_popitem
- test_write_context_manager_calls_close - test.test_wave.WavePCM24Test.test_write_context_manager_calls_close
- test_1463026_2 - test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_2
- test_absolute_arcnames - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_absolute_arcnames
- test_seek - test.test_univnewlines.PyTestCRLFNewlines.test_seek
- test_values - test.test_shelve.TestProto5File_ndbmShelve.test_values
- test_iteration - test.test_mailbox.TestPartialFile.test_iteration
- test_keys - test.test_shelve.TestProto1File_gnuShelve.test_keys
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMMDF.test_get_file_can_be_closed_twice
- test_tell - test.test_univnewlines.PyTestCRLFNewlines.test_tell
- test_get - test.test_shelve.TestProto4File_ndbmShelve.test_get
- test_generated_valid_zip64_extra - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_generated_valid_zip64_extra
- test_no_ensure_ascii_flag - test.test_json.test_tool.TestTool.test_no_ensure_ascii_flag
- test_ThreadingUnixStreamServer - test.test_socketserver.SocketServerTest.test_ThreadingUnixStreamServer
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMbox.test_add_nonascii_StringIO_raises
- test_normalize - test.test_unicode_file_functions.UnicodeNFCFileTests.test_normalize
- test_iteration - test.test_mailbox.TestProxyFile.test_iteration
- testWritelinesIntegersUserList - test.test_file.PyAutoFileTests.testWritelinesIntegersUserList
- test_fd_transfer - test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_fd_transfer
- testErrnoOnClosedReadinto - test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadinto
- test_pop - test.test_mailbox.TestMaildir.test_pop
- testSendmsgBadMultiCmsg - test.test_socket.SendmsgUnixStreamTest.testSendmsgBadMultiCmsg
- test_too_many_files - test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files
- test_readonly_keys - test.test_dbm_sqlite3.ReadOnly.test_readonly_keys
- test_values - test.test_mailbox.TestMaildir.test_values
- test_write_to_binary_file - test.test_xml_etree.IOTest.test_write_to_binary_file
- testErrnoOnClosedWritable - test.test_fileio.CAutoFileTests.testErrnoOnClosedWritable
- test_normalize - test.test_unicode_file_functions.UnicodeFileTests.test_normalize
- test_ignores_newline_at_end - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_newline_at_end
- test_sameopenfile - test.test_posixpath.PosixCommonTest.test_sameopenfile
- test_output_option - test.test_tools.test_i18n.Test_pygettext.test_output_option
- test_read - test.test_mailbox.TestProxyFile.test_read
- test_pdbrc_alias - test.test_pdb.PdbTestCase.test_pdbrc_alias
- test_getsize - test.test_posixpath.PosixCommonTest.test_getsize
- test_writing_in_place - test.test_json.test_tool.TestTool.test_writing_in_place
- test_fromfile_ioerror - test.test_array.UCS4Test.test_fromfile_ioerror
- test_open - test.test_unicode_file_functions.UnicodeFileTests.test_open
- test_getitem - test.test_mailbox.TestMH.test_getitem
- test_decode - test.test_base64.TestMain.test_decode
- test_readline - test.test_univnewlines.CTestLFNewlines.test_readline
- test_add_text_file_warns - test.test_mailbox.TestMH.test_add_text_file_warns
- test_read1 - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1
- test_close - test.test_wave.WavePCM24Test.test_close
- test_write - test.test_shelve.TestProto0File_sqlite3Shelve.test_write
- testRecvmsgPeek - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgPeek
- test_url - test.test_urllib.urlopen_FileTests.test_url
- test_initialize_with_file - test.test_mailbox.TestMMDFMessage.test_initialize_with_file
- test_path_realpath - test.test_ntpath.PathLikeTests.test_path_realpath
- test_indexed_msgstr_without_msgid_plural - test.test_tools.test_msgfmt.CompilationTest.test_indexed_msgstr_without_msgid_plural
- test_values - test.test_shelve.TestProto4File_ndbmShelve.test_values
- test_getitem - test.test_mailbox.TestMaildir.test_getitem
- testRecvmsgFromSendmsg - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgFromSendmsg
- setUpClass - test.test_gettext.GNUTranslationsPluralFormsTestCase
- test_config_dict - test.test_turtle.TurtleConfigTest.test_config_dict
- test_countOf - test.test_iter.TestCase.test_countOf
- test_items - test.test_shelve.TestProto0File_dumbShelve.test_items
- test_readonly_delete - test.test_dbm_sqlite3.ReadOnly.test_readonly_delete
- test_len - test.test_shelve.TestProto5File_sqlite3Shelve.test_len
- test_byte_stream - test.test_sax.PrepareInputSourceTest.test_byte_stream
- test_init_with_PathLike_filename - test.test_lzma.FileTestCase.test_init_with_PathLike_filename
- test_bool - test.test_shelve.TestProto2File_gnuShelve.test_bool
- test_constructor - test.test_shelve.TestProto5File_ndbmShelve.test_constructor
- test_unseekable_zip_known_filesize - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_unseekable_zip_known_filesize
- test_items - test.test_mailbox.TestMH.test_items
- test_constructor - test.test_shelve.TestProto1File_gnuShelve.test_constructor
- test_write_to_binary_file - test.test_xml_etree_c.IOTest.test_write_to_binary_file
- test_case_sha512_1 - test.test_hashlib.HashLibTestCase.test_case_sha512_1
- test_create_fail - test.test_io.CMiscIOTest.test_create_fail
- test_module_with_large_stack - test.test_import.ImportTests.test_module_with_large_stack
- test_initialize_with_binary_file - test.test_mailbox.TestMboxMessage.test_initialize_with_binary_file
- testErrnoOnClosedTruncate - test.test_fileio.CAutoFileTests.testErrnoOnClosedTruncate
- test_items - test.test_shelve.TestProto3File_dumbShelve.test_items
- test_close - test.test_mailbox.TestProxyFile.test_close
- test_filename_leading_dot - test.test_mailbox.TestMaildir.test_filename_leading_dot
- test_exists - test.test_posixpath.PosixCommonTest.test_exists
- test_case_sha1_0 - test.test_hashlib.HashLibTestCase.test_case_sha1_0
- test_itervalues - test.test_mailbox.TestMH.test_itervalues
- test_path_isdir - test.test_genericpath.PathLikeTests.test_path_isdir
- test_truncated_zipfile - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_truncated_zipfile
- test_readlines - test.test_mailbox.TestPartialFile.test_readlines
- test_update - test.test_shelve.TestProto3File_gnuShelve.test_update
- test_path_isabs - test.test_posixpath.PathLikeTests.test_path_isabs
- test_find_with_languages - test.test_gettext.FindTestCase.test_find_with_languages
- testErrnoOnClosedSeek - test.test_fileio.CAutoFileTests.testErrnoOnClosedSeek
- test_tofromfile - test.test_array.FloatTest.test_tofromfile
- test_infile_stdout - test.test_json.test_tool.TestTool.test_infile_stdout
- test_no_import_lock_contention - test.test_multiprocessing_spawn.test_processes.WithProcessesTestQueue.test_no_import_lock_contention
- test_setdefault - test.test_shelve.TestProto2File_ndbmShelve.test_setdefault
- testRecvmsg - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsg
- test_pickling - test.test_io.CMiscIOTest.test_pickling
- test_add_mbox_or_mmdf_message - test.test_mailbox.TestMbox.test_add_mbox_or_mmdf_message
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMMDF.test_invalid_nonascii_header_as_string
- test_exists - test.test_ntpath.NtCommonTest.test_exists
- test_read - test.test_shelve.TestProto0File_ndbmShelve.test_read
- test_read_from_fileobj - test.test_lzma.FileTestCase.test_read_from_fileobj
- test_file_modified_after_execution_with_restart - test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_restart
- test_keys - test.test_shelve.TestProto3File_gnuShelve.test_keys
- test_dump_message - test.test_mailbox.TestBabyl.test_dump_message
- test_constructor - test.test_shelve.TestProto1File_sqlite3Shelve.test_constructor
- test_tofromfile - test.test_array.LongTest.test_tofromfile
- test_random_open - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_random_open
- test_path_split - test.test_ntpath.PathLikeTests.test_path_split
- test_add_binary_nonascii_file - test.test_mailbox.TestMMDF.test_add_binary_nonascii_file
- test_filewrite - test.test_array.LongLongTest.test_filewrite
- test_zipwritefile_attrs - test.test_zipfile.test_core.DeflateWriterTests.test_zipwritefile_attrs
- test_path_getctime - test.test_genericpath.PathLikeTests.test_path_getctime
- test_get - test.test_shelve.TestProto1File_dumbShelve.test_get
- testSeekTell - test.test_fileio.PyAutoFileTests.testSeekTell
- test_threads_write - test.test_io.CTextIOWrapperTest.test_threads_write
- test_reporthook_0_bytes - test.test_urllib.urlretrieve_FileTests.test_reporthook_0_bytes
- test_write_array - test.test_wave.WavePCM24Test.test_write_array
- test_issue58956 - test.test_pdb.PdbTestCase.test_issue58956
- test_ForkingUnixDatagramServer - test.test_socketserver.SocketServerTest.test_ForkingUnixDatagramServer
- test_sequences - test.test_mailbox.TestMH.test_sequences
- testTruncateOnWindows - test.test_file.COtherFileTests.testTruncateOnWindows
- test_discard - test.test_mailbox.TestMaildir.test_discard
- test_flush - test.test_mailbox.TestMaildir.test_flush
- test_lock_unlock - test.test_mailbox.TestMH.test_lock_unlock
- test_write_array - test.test_wave.WavePCM24ExtTest.test_write_array
- test_pop - test.test_shelve.TestProto3File_gnuShelve.test_pop
- test_write_python_directory_filtered - test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory_filtered
- test_find_all - test.test_gettext.FindTestCase.test_find_all
- test_initialize_with_binary_file - test.test_mailbox.TestMHMessage.test_initialize_with_binary_file
- test_write_params - test.test_wave.WavePCM24Test.test_write_params
- test_get_bytes - test.test_mailbox.TestBabyl.test_get_bytes
- test_path_objects - test.test_sax.PrepareInputSourceTest.test_path_objects
- test_type - test.test_reprlib.LongReprTest.test_type
- test_match - test.test_regrtest.ParseArgsTestCase.test_match
- test_tofromfile - test.test_array.UnsignedShortTest.test_tofromfile
- test_nonascii_abspath - test.test_posixpath.PosixCommonTest.test_nonascii_abspath
- test_xmlgen_ns - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns
- test_filewrite - test.test_array.UCS4Test.test_filewrite
- test_addsitedir - test.test_site.HelperFunctionsTests.test_addsitedir
- test_write_to_fileobj - test.test_lzma.FileTestCase.test_write_to_fileobj
- test_len - test.test_shelve.TestProto0File_gnuShelve.test_len
- test_writestr_compresslevel - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_writestr_compresslevel
- test_path_splitdrive - test.test_posixpath.PathLikeTests.test_path_splitdrive
- test_gh_94215_crash - test.test_pdb.PdbTestCase.test_gh_94215_crash
- test_popitem_and_flush_twice - test.test_mailbox.TestMH.test_popitem_and_flush_twice
- test_keys - test.test_mailbox.TestBabyl.test_keys
- testCmsgTruncLen1 - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen1
- test_telling - test.test_io.CTextIOWrapperTest.test_telling
- test_readonly_read - test.test_dbm_sqlite3.ReadOnly.test_readonly_read
- test_items - test.test_shelve.TestProto3File_gnuShelve.test_items
- test_get - test.test_mailbox.TestBabyl.test_get
- test_items - test.test_shelve.TestProto4File_ndbmShelve.test_items
- test_path_islink - test.test_ntpath.PathLikeTests.test_path_islink
- test_reporthook - test.test_urllib.urlretrieve_FileTests.test_reporthook
- testTruncate - test.test_fileio.COtherFileTests.testTruncate
- test_isfile - test.test_ntpath.NtCommonTest.test_isfile
- test_init_with_x_mode - test.test_lzma.FileTestCase.test_init_with_x_mode
- test_getitem - test.test_shelve.TestProto0File_dumbShelve.test_getitem
- test_issue7964 - test.test_pdb.PdbTestCase.test_issue7964
- test_update - test.test_shelve.TestProto0File_dumbShelve.test_update
- test_getitem - test.test_shelve.TestProto5File_dumbShelve.test_getitem
- test_get_file - test.test_mailbox.TestMaildir.test_get_file
- test_bool - test.test_shelve.TestProto4File_gnuShelve.test_bool
- test_overflowed_write - test.test_wave.WavePCM16Test.test_overflowed_write
- testFDPassSeparateMinSpace - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparateMinSpace
- testBytesOpen - test.test_fileio.COtherFileTests.testBytesOpen
- test_iter - test.test_urllib.urlopen_FileTests.test_iter
- test_get_bytes - test.test_mailbox.TestMH.test_get_bytes
- test_reread - test.test_mailbox.TestMaildir.test_reread
- test_getitem - test.test_shelve.TestProto0File_ndbmShelve.test_getitem
- testErrnoOnClosedSeek - test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeek
- test_read - test.test_shelve.TestProto5File_sqlite3Shelve.test_read
- testWritelinesList - test.test_fileio.PyAutoFileTests.testWritelinesList
- testIteration - test.test_file.PyOtherFileTests.testIteration
- test_open - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open
- test_values - test.test_shelve.TestProto3File_ndbmShelve.test_values
- test_flush - test.test_mailbox.TestBabyl.test_flush
- test_get_file - test.test_mailbox.TestMH.test_get_file
- test_read_return_size - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_read_return_size
- test_fromfile_ioerror - test.test_array.UnsignedLongLongTest.test_fromfile_ioerror
- testRecvmsgExplicitDefaults - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgExplicitDefaults
- test_add_8bit_body - test.test_mailbox.TestMMDF.test_add_8bit_body
- test_remove_flag - test.test_mailbox.TestMaildir.test_remove_flag
- test_truncated_zipfile - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_truncated_zipfile
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMaildir.test_add_invalid_8bit_bytes_header
- testRecvmsgFromSendmsg - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgFromSendmsg
- testErrnoOnClose - test.test_fileio.PyAutoFileTests.testErrnoOnClose
- test_unpickle_module_race - test.test_pickle.CUnpicklerTests.test_unpickle_module_race
- test_seek_bom - test.test_io.PyTextIOWrapperTest.test_seek_bom
- test_len - test.test_shelve.TestProto3File_gnuShelve.test_len
- test_tell - test.test_univnewlines.CTestCRLFNewlines.test_tell
- test_bool_not_empty - test.test_dbm_gnu.TestGdbm.test_bool_not_empty
- test_cwd_with_relative_executable - test.test_subprocess.ProcessTestCaseNoPoll.test_cwd_with_relative_executable
- test_get - test.test_shelve.TestProto0File_dumbShelve.test_get
- test_path_normpath - test.test_posixpath.PathLikeTests.test_path_normpath
- test_read_from_fileobj_with_int_name - test.test_lzma.FileTestCase.test_read_from_fileobj_with_int_name
- test_too_many_files - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_too_many_files
- testZip64 - test.test_zipimport.UncompressedZipImportTestCase.testZip64
- test_len - test.test_shelve.TestProto5File_gnuShelve.test_len
- test_interface - test.test_urllib.urlopen_FileTests.test_interface
- test_write - test.test_shelve.TestProto1File_sqlite3Shelve.test_write
- setUpModule - test.test_largefile
- testRecursiveRepr - test.test_fileio.PyAutoFileTests.testRecursiveRepr
- test_writing_errors - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writing_errors
- test_popitem - test.test_shelve.TestProto4File_dumbShelve.test_popitem
- setUpClass - test.test_socket.SendfileUsingSendfileTest
- test_len - test.test_shelve.TestProto0File_sqlite3Shelve.test_len
- test_lltrace_does_not_crash_on_subscript_operator - test.test_lltrace.TestLLTrace.test_lltrace_does_not_crash_on_subscript_operator
- test_open_default_encoding - test.test_builtin.BuiltinTest.test_open_default_encoding
- test_keys - test.test_shelve.TestProto2File_ndbmShelve.test_keys
- test_path_normpath - test.test_ntpath.PathLikeTests.test_path_normpath
- test_values - test.test_shelve.TestProto2File_sqlite3Shelve.test_values
- test_read - test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_read
- testCmsgTruncLen2Minus1 - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen2Minus1
- test_clear - test.test_mailbox.TestBabyl.test_clear
- test_constructor - test.test_shelve.TestProto4File_dumbShelve.test_constructor
- test_bool - test.test_shelve.TestProto5File_sqlite3Shelve.test_bool
- test_getcode - test.test_urllib.urlopen_FileTests.test_getcode
- test_update - test.test_shelve.TestProto5File_sqlite3Shelve.test_update
- test_write - test.test_shelve.TestProto0File_ndbmShelve.test_write
- test_readonly_iter - test.test_dbm_sqlite3.ReadOnly.test_readonly_iter
- test_filewrite - test.test_array.UnsignedShortTest.test_filewrite
- test_issue42384 - test.test_pdb.PdbTestCase.test_issue42384
- test_listdir - test.test_unicode_file_functions.UnicodeFileTests.test_listdir
- test_exists - test.test_genericpath.TestGenericTest.test_exists
- testRecvmsgEOF - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgEOF
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMbox.test_add_invalid_8bit_bytes_header
- testWritelinesIntegersUserList - test.test_file.CAutoFileTests.testWritelinesIntegersUserList
- testReadWhenWriting - test.test_file.PyAutoFileTests.testReadWhenWriting
- test_discard - test.test_mailbox.TestBabyl.test_discard
- test_file_parse - test.test_source_encoding.MiscSourceEncodingTest.test_file_parse
- test_misuse_invalid_key - test.test_dbm_sqlite3.Misuse.test_misuse_invalid_key
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMaildir.test_get_file_can_be_closed_twice
- test_directory - test.test_unicode_file_functions.UnicodeFileTests.test_directory
- testRecvmsgOverflow - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgOverflow
- test_constructor - test.test_shelve.TestProto3File_sqlite3Shelve.test_constructor
- test_open_with_pathlike - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open_with_pathlike
- test_len - test.test_shelve.TestProto4File_dumbShelve.test_len
- test_encode_file - test.test_base64.TestMain.test_encode_file
- testOpendir - test.test_fileio.PyAutoFileTests.testOpendir
- test_write_bytearray - test.test_wave.WavePCM32Test.test_write_bytearray
- test_refresh_after_safety_period - test.test_mailbox.TestMaildir.test_refresh_after_safety_period
- test_dump_closed_file - test.test_pickle.CPickleTests.test_dump_closed_file
- testWritelinesNonString - test.test_file.PyAutoFileTests.testWritelinesNonString
- test_len - test.test_shelve.TestProto1File_dumbShelve.test_len
- test_path_ismount - test.test_ntpath.PathLikeTests.test_path_ismount
- test_write - test.test_shelve.TestProto5File_ndbmShelve.test_write
- test_datatypes_keys - test.test_dbm_sqlite3.DataTypes.test_datatypes_keys
- test_translation_fallback - test.test_gettext.TranslationFallbackTestCase.test_translation_fallback
- test_add_binary_file - test.test_mailbox.TestBabyl.test_add_binary_file
- test_popitem - test.test_shelve.TestProto1File_ndbmShelve.test_popitem
- testMultipleFDPass - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testMultipleFDPass
- testFDPassEmpty - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassEmpty
- test_xmlgen_ns_empty - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ns_empty
- test_writing_errors - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writing_errors
- test_write_filtered_python_package - test.test_zipfile.test_core.PyZipFileTests.test_write_filtered_python_package
- test_seek - test.test_univnewlines.CTestCRNewlines.test_seek
- test_ismount_non_existent - test.test_posixpath.PosixPathTest.test_ismount_non_existent
- test_xmlgen_pi - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_pi
- test_truncate_after_write - test.test_io.CBufferedRandomTest.test_truncate_after_write
- testWritelinesUserList - test.test_file.CAutoFileTests.testWritelinesUserList
- test_rename - test.test_unicode_file_functions.UnicodeNFCFileTests.test_rename
- test_sys_argv_list - test.test_trace.TestCommandLine.test_sys_argv_list
- test_pop - test.test_shelve.TestProto5File_gnuShelve.test_pop
- testRecvmsgExplicitDefaults - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgExplicitDefaults
- testReadinto_text - test.test_file.CAutoFileTests.testReadinto_text
- test_dump_message - test.test_mailbox.TestMH.test_dump_message
- test_resource_warnings_failed_iteration - test.test_xml_etree.IterparseTest.test_resource_warnings_failed_iteration
- test_iterkeys - test.test_mailbox.TestMH.test_iterkeys
- test_create_writes - test.test_io.CMiscIOTest.test_create_writes
- test_filetime - test.test_ntpath.NtCommonTest.test_filetime
- test_initialize_with_file - test.test_mailbox.TestMaildirMessage.test_initialize_with_file
- test_close - test.test_mailbox.TestPartialFile.test_close
- test_items - test.test_shelve.TestProto2File_dumbShelve.test_items
- test_sync_handled - test.test_socketserver.ErrorHandlerTest.test_sync_handled
- test_bool - test.test_shelve.TestProto3File_gnuShelve.test_bool
- test_read - test.test_univnewlines.CTestCRNewlines.test_read
- test_none_args - test.test_fileio.CAutoFileTests.test_none_args
- testRecvmsgTimeout - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgTimeout
- test_rename - test.test_unicode_file_functions.UnicodeFileTests.test_rename
- test_incompleted_write - test.test_wave.WavePCM24Test.test_incompleted_write
- testOpenDirFD - test.test_fileio.CAutoFileTests.testOpenDirFD
- test_popitem - test.test_shelve.TestProto2File_ndbmShelve.test_popitem
- test_update - test.test_shelve.TestProto0File_sqlite3Shelve.test_update
- test_add_doesnt_rewrite - test.test_mailbox.TestMMDF.test_add_doesnt_rewrite
- test_bool - test.test_shelve.TestProto1File_ndbmShelve.test_bool
- test_get_bytes - test.test_mailbox.TestMaildir.test_get_bytes
- testFDPassSeparateMinSpace - test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassSeparateMinSpace
- testEvalFile - test.test_tcl.TclTest.testEvalFile
- test_no_close_file - test.test_sax.StreamReaderWriterXmlgenTest.test_no_close_file
- test_setdefault - test.test_shelve.TestProto4File_dumbShelve.test_setdefault
- test_rename - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_rename
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMMDF.test_add_nonascii_string_header_raises
- testZip64 - test.test_zipimport.CompressedZipImportTestCase.testZip64
- test_attributes - test.test_io.PyMiscIOTest.test_attributes
- test_update - test.test_mailbox.TestMMDF.test_update
- test_iterlines - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_iterlines
- testAbles - test.test_fileio.PyOtherFileTests.testAbles
- test_ownership_after_flush - test.test_mailbox.TestBabyl.test_ownership_after_flush
- test_get_string - test.test_mailbox.TestMbox.test_get_string
- test_items - test.test_shelve.TestProto5File_sqlite3Shelve.test_items
- test_directory_in_folder - test.test_mailbox.TestMaildir.test_directory_in_folder
- test_pop - test.test_shelve.TestProto5File_ndbmShelve.test_pop
- test_relpath - test.test_ntpath.TestNtpath.test_relpath
- test_iter - test.test_mailbox.TestBabyl.test_iter
- test_flags - test.test_dbm_gnu.TestGdbm.test_flags
- testMethods - test.test_fileio.CAutoFileTests.testMethods
- test_path_dirname - test.test_ntpath.PathLikeTests.test_path_dirname
- testMethods - test.test_fileio.PyAutoFileTests.testMethods
- test_should_not_rollover_named_pipe - test.test_logging.RotatingFileHandlerTest.test_should_not_rollover_named_pipe
- test_listdir - test.test_unicode_file_functions.UnicodeNFDFileTests.test_listdir
- test_samestat - test.test_ntpath.NtCommonTest.test_samestat
- testRecvmsgLongAncillaryBuf - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgLongAncillaryBuf
- test_add_binary_nonascii_file - test.test_mailbox.TestMH.test_add_binary_nonascii_file
- test_listdir - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_listdir
- testCmsgTrunc2Int - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc2Int
- testErrnoOnClosedRead - test.test_fileio.PyAutoFileTests.testErrnoOnClosedRead
- testOpendir - test.test_fileio.CAutoFileTests.testOpendir
- setUpClass - test.test_gettext.GNUTranslationsClassPluralFormsTestCase
- test_read1 - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_read1
- test_values - test.test_mailbox.TestBabyl.test_values
- test_cwd_with_relative_arg - test.test_subprocess.ProcessTestCase.test_cwd_with_relative_arg
- test_flush - test.test_mailbox.TestMbox.test_flush
- test_unseekable_incompleted_write - test.test_wave.WavePCM24Test.test_unseekable_incompleted_write
- test_text_file_body - test.test_httplib.RequestBodyTest.test_text_file_body
- test_tell_after_readline_with_cr - test.test_io.CTextIOWrapperTest.test_tell_after_readline_with_cr
- testBytesOpen - test.test_fileio.PyOtherFileTests.testBytesOpen
- test_read - test.test_univnewlines.CTestCRLFNewlines.test_read
- test_readlines - test.test_urllib.urlopen_FileTests.test_readlines
- test_encoding_errors_none - test.test_logging.BasicConfigTest.test_encoding_errors_none
- test_readlines - test.test_univnewlines.CTestLFNewlines.test_readlines
- test_open - test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_open
- test_constructor - test.test_shelve.TestProto2File_dumbShelve.test_constructor
- test_popitem - test.test_shelve.TestProto1File_gnuShelve.test_popitem
- test_read - test.test_univnewlines.PyTestLFNewlines.test_read
- test_add_StringIO_warns - test.test_mailbox.TestMaildir.test_add_StringIO_warns
- test_tofromfile - test.test_array.UnsignedByteTest.test_tofromfile
- test_getitem - test.test_shelve.TestProto1File_ndbmShelve.test_getitem
- test_setdefault - test.test_shelve.TestProto1File_ndbmShelve.test_setdefault
- testErrnoOnClosedRead - test.test_fileio.CAutoFileTests.testErrnoOnClosedRead
- test_update - test.test_shelve.TestProto0File_ndbmShelve.test_update
- testErrnoOnClosedReadable - test.test_fileio.PyAutoFileTests.testErrnoOnClosedReadable
- test_write_params - test.test_wave.WavePCM8Test.test_write_params
- testRecvmsgIntoArray - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoArray
- test_relock - test.test_mailbox.TestMbox.test_relock
- testFDPassCMSG_SPACE - test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_SPACE
- testErrors - test.test_fileio.PyAutoFileTests.testErrors
- test_getitem - test.test_shelve.TestProto5File_gnuShelve.test_getitem
- test_abc_inheritance - test.test_io.PyMiscIOTest.test_abc_inheritance
- test_write - test.test_shelve.TestProto4File_ndbmShelve.test_write
- test_list_folders - test.test_mailbox.TestMH.test_list_folders
- test_clear - test.test_mailbox.TestMbox.test_clear
- test_abc_inheritance_official - test.test_io.PyMiscIOTest.test_abc_inheritance_official
- test_snapshot - test.test_tracemalloc.TestTracemallocEnabled.test_snapshot
- setUpClass - test.test_asyncio.test_sendfile.EPollEventLoopTests
- test_readlines - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_readlines
- test_add_binary_file - test.test_mailbox.TestMMDF.test_add_binary_file
- test_truncated_zipfile - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_truncated_zipfile
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMH.test_get_file_can_be_closed_twice
- test_geturl - test.test_urllib.urlopen_FileTests.test_geturl
- test_no_import_lock_contention - test.test_multiprocessing_fork.test_manager.WithManagerTestQueue.test_no_import_lock_contention
- test_unseekable_read - test.test_wave.WavePCM32Test.test_unseekable_read
- test_checkline_after_reset - test.test_pdb.ChecklineTests.test_checkline_after_reset
- test_write_to_file_with_bytes_filename - test.test_lzma.FileTestCase.test_write_to_file_with_bytes_filename
- test_write - test.test_shelve.TestProto1File_gnuShelve.test_write
- testTruncateOnWindows - test.test_fileio.COtherFileTests.testTruncateOnWindows
- test_fail_once - test_regrtest_noop419.Tests.test_fail_once
- test_fromfile_ioerror - test.test_array.ByteTest.test_fromfile_ioerror
- test_case_sha384_1 - test.test_hashlib.HashLibTestCase.test_case_sha384_1
- test_popitem - test.test_shelve.TestProto0File_ndbmShelve.test_popitem
- test_headers - test.test_urllib.urlopen_FileTests.test_headers
- test_len - test.test_shelve.TestProto1File_ndbmShelve.test_len
- testErrnoOnClosedFileno - test.test_fileio.PyAutoFileTests.testErrnoOnClosedFileno
- test_get_string - test.test_mailbox.TestBabyl.test_get_string
- test_case_sha3_224_0 - test.test_hashlib.HashLibTestCase.test_case_sha3_224_0
- test_write - test.test_wave.WavePCM24ExtTest.test_write
- test_add_binary_nonascii_file - test.test_mailbox.TestMaildir.test_add_binary_nonascii_file
- test_keys - test.test_shelve.TestProto0File_gnuShelve.test_keys
- test_xmlgen_content_empty - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content_empty
- test_samestat_on_link - test.test_posixpath.PosixCommonTest.test_samestat_on_link
- test_5027_1 - test.test_sax.StreamReaderWriterXmlgenTest.test_5027_1
- test_samestat - test.test_genericpath.TestGenericTest.test_samestat
- test_iterkeys - test.test_mailbox.TestMMDF.test_iterkeys
- test_len - test.test_shelve.TestProto2File_dumbShelve.test_len
- testWritelinesIntegers - test.test_file.PyAutoFileTests.testWritelinesIntegers
- test_items - test.test_shelve.TestProto5File_ndbmShelve.test_items
- test_isfile - test.test_genericpath.TestGenericTest.test_isfile
- test_getitem - test.test_shelve.TestProto3File_gnuShelve.test_getitem
- test_seek_and_tell - test.test_mailbox.TestPartialFile.test_seek_and_tell
- test_getitem - test.test_shelve.TestProto0File_sqlite3Shelve.test_getitem
- test_del___main__ - test.test_cmd_line.CmdLineTest.test_del___main__
- test_seeking - test.test_io.CTextIOWrapperTest.test_seeking
- test_init_with_filename - test.test_lzma.FileTestCase.test_init_with_filename
- test_normalize - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_normalize
- test_keys - test.test_shelve.TestProto2File_gnuShelve.test_keys
- test_case_sha3_384_0 - test.test_hashlib.HashLibTestCase.test_case_sha3_384_0
- test_find_function_found_with_encoding_cookie - test.test_pdb.PdbTestCase.test_find_function_found_with_encoding_cookie
- test_get_bytes_from - test.test_mailbox.TestMbox.test_get_bytes_from
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestBabyl.test_add_invalid_8bit_bytes_header
- test_items - test.test_shelve.TestProto5File_gnuShelve.test_items
- test_write_to_fileobj_with_int_name - test.test_lzma.FileTestCase.test_write_to_fileobj_with_int_name
- testUnicodeOpen - test.test_fileio.COtherFileTests.testUnicodeOpen
- test_write_to_binary_file_with_encoding - test.test_xml_etree.IOTest.test_write_to_binary_file_with_encoding
- test_read_not_from_start - test.test_wave.WavePCM24ExtTest.test_read_not_from_start
- test_case_sha224_2 - test.test_hashlib.HashLibTestCase.test_case_sha224_2
- test_unpack_iter - test.test_iter.TestCase.test_unpack_iter
- test_seek_append_bom - test.test_io.CTextIOWrapperTest.test_seek_append_bom
- testErrnoOnClosedWrite - test.test_fileio.PyAutoFileTests.testErrnoOnClosedWrite
- testRepr - test.test_fileio.PyAutoFileTests.testRepr
- test_truncate - test.test_io.CBufferedWriterTest.test_truncate
- test_open - test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_open
- test_read - test.test_shelve.TestProto1File_sqlite3Shelve.test_read
- test_seek - test.test_univnewlines.CTestLFNewlines.test_seek
- test_writestr_compression - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_compression
- test_get - test.test_shelve.TestProto5File_ndbmShelve.test_get
- test_incompleted_write - test.test_wave.WavePCM24ExtTest.test_incompleted_write
- test_iteritems - test.test_mailbox.TestMH.test_iteritems
- test_incompleted_write - test.test_wave.WavePCM32Test.test_incompleted_write
- testSeekTell - test.test_fileio.CAutoFileTests.testSeekTell
- test_len - test.test_shelve.TestProto5File_ndbmShelve.test_len
- testCmsgTrunc2Int - test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc2Int
- test_case_sha512_0 - test.test_hashlib.HashLibTestCase.test_case_sha512_0
- test_multiple_writes - test.test_wave.WavePCM24ExtTest.test_multiple_writes
- test_io_after_close - test.test_io.CMiscIOTest.test_io_after_close
- test_open - test.test_unicode_file_functions.UnicodeNFCFileTests.test_open
- test_readwrite_delete - test.test_dbm_sqlite3.ReadWrite.test_readwrite_delete
- test_clear - test.test_dbm_gnu.TestGdbm.test_clear
- test_path_splitdrive - test.test_ntpath.PathLikeTests.test_path_splitdrive
- testCmsgTruncLen1 - test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen1
- testCmsgTrunc1 - test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc1
- test_write_pathlike - test.test_zipfile.test_core.PyZipFileTests.test_write_pathlike
- test_iteritems - test.test_mailbox.TestBabyl.test_iteritems
- test_pathlib_bytes_path_file_shelf - test.test_shelve.TestCase.test_pathlib_bytes_path_file_shelf
- test_items - test.test_mailbox.TestMMDF.test_items
- test_overflowed_write - test.test_wave.WavePCM32Test.test_overflowed_write
- test_context_manager - test.test_dbm_gnu.TestGdbm.test_context_manager
- test_iter - test.test_mailbox.TestMbox.test_iter
- test_keys - test.test_shelve.TestProto0File_sqlite3Shelve.test_keys
- test_disallow_instantiation - test.test_dbm_gnu.TestGdbm.test_disallow_instantiation
- test_bool - test.test_shelve.TestProto3File_ndbmShelve.test_bool
- testWritelinesUserList - test.test_fileio.CAutoFileTests.testWritelinesUserList
- test_read - test.test_univnewlines.PyTestCRNewlines.test_read
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.test_processes.WithProcessesTestQueue.test_no_import_lock_contention
- testErrnoOnClosedTruncate - test.test_fileio.PyAutoFileTests.testErrnoOnClosedTruncate
- test_bool_empty - test.test_dbm_gnu.TestGdbm.test_bool_empty
- test_failures - test.test_unicode_file_functions.UnicodeNFCFileTests.test_failures
- test_readonly_file_write - test.test_dbm_sqlite3.ReadOnlyFilesystem.test_readonly_file_write
- test_case_sha1_1 - test.test_hashlib.HashLibTestCase.test_case_sha1_1
- test_readline_binary_mode - test.test_fileinput.FileInputTests.test_readline_binary_mode
- test_path_join - test.test_posixpath.PathLikeTests.test_path_join
- test_zipwritefile_attrs - test.test_zipfile.test_core.StoredWriterTests.test_zipwritefile_attrs
- test_keys - test.test_mailbox.TestMbox.test_keys
- test_bool - test.test_shelve.TestProto4File_ndbmShelve.test_bool
- test_values - test.test_mailbox.TestMMDF.test_values
- test_status - test.test_urllib.urlopen_FileTests.test_status
- test_items - test.test_shelve.TestProto3File_ndbmShelve.test_items
- test_open - test.test_zipfile.test_core.StoredTestsWithRandomBinaryFiles.test_open
- test_popitem - test.test_shelve.TestProto5File_ndbmShelve.test_popitem
- test_path_getsize - test.test_genericpath.PathLikeTests.test_path_getsize
- test_values - test.test_mailbox.TestMbox.test_values
- test_values - test.test_shelve.TestProto0File_dumbShelve.test_values
- test_zipextfile_attrs - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_zipextfile_attrs
- test_get - test.test_mailbox.TestMbox.test_get
- test_write_python_directory - test.test_zipfile.test_core.PyZipFileTests.test_write_python_directory
- test_constructor - test.test_shelve.TestProto0File_gnuShelve.test_constructor
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMaildir.test_add_nonascii_string_header_raises
- test_misuse_reinit - test.test_dbm_sqlite3.Misuse.test_misuse_reinit
- test_write_memoryview - test.test_wave.WavePCM24Test.test_write_memoryview
- test_pop - test.test_shelve.TestProto0File_ndbmShelve.test_pop
- test_write - test.test_shelve.TestProto1File_dumbShelve.test_write
- test_read - test.test_shelve.TestProto3File_dumbShelve.test_read
- test_constructor - test.test_shelve.TestProto3File_ndbmShelve.test_constructor
- setUpClass - test.test_gettext.GNUTranslationParsingTest
- test_len - test.test_shelve.TestProto2File_gnuShelve.test_len
- test_create_unix_server_ssl_verify_failed - test.test_asyncio.test_events.PollEventLoopTests.test_create_unix_server_ssl_verify_failed
- test_details_undecodable_path - test.test_inspect.test_inspect.TestMain.test_details_undecodable_path
- test_bool - test.test_shelve.TestProto0File_gnuShelve.test_bool
- test_count_and_summary - test.test_trace.TestCommandLine.test_count_and_summary
- test_text_file - test.test_sax.PrepareInputSourceTest.test_text_file
- test_get_message - test.test_mailbox.TestMMDF.test_get_message
- test_read - test.test_shelve.TestProto4File_sqlite3Shelve.test_read
- test_add - test.test_mailbox.TestMH.test_add
- testSendmsg - test.test_socket.SendmsgUnixStreamTest.testSendmsg
- test_write - test.test_wave.WavePCM32Test.test_write
- test_readline - test.test_univnewlines.PyTestMixedNewlines.test_readline
- test_items - test.test_mailbox.TestMbox.test_items
- test_pop - test.test_shelve.TestProto5File_sqlite3Shelve.test_pop
- test_pop - test.test_shelve.TestProto3File_dumbShelve.test_pop
- test_large_file_exception - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_large_file_exception
- test_keys - test.test_shelve.TestProto4File_dumbShelve.test_keys
- test_get - test.test_shelve.TestProto3File_gnuShelve.test_get
- test_xmlgen_basic - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic
- test_update - test.test_shelve.TestProto2File_dumbShelve.test_update
- test_instance - test.test_reprlib.LongReprTest.test_instance
- test_strings - test.test_tools.test_msgfmt.POParserTest.test_strings
- test_path_expanduser - test.test_ntpath.PathLikeTests.test_path_expanduser
- test_readline - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_readline
- test_get_message - test.test_mailbox.TestMH.test_get_message
- test_path_basename - test.test_posixpath.PathLikeTests.test_path_basename
- test_get_message - test.test_mailbox.TestMaildir.test_get_message
- test_open_close_open - test.test_mailbox.TestMbox.test_open_close_open
- test_itervalues - test.test_mailbox.TestBabyl.test_itervalues
- test_xmlgen_ignorable - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable
- testBlksize - test.test_fileio.CAutoFileTests.testBlksize
- test_sys_exit - test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_sys_exit
- setUpClass - test.test_gettext.GNUTranslationsWithDomainPluralFormsTestCase
- test_getitem - test.test_shelve.TestProto4File_ndbmShelve.test_getitem
- test_builtin_map - test.test_iter.TestCase.test_builtin_map
- test_pop - test.test_shelve.TestProto0File_sqlite3Shelve.test_pop
- test_close - test.test_mailbox.TestMaildir.test_close
- testSendmsgGather - test.test_socket.SendmsgUnixStreamTest.testSendmsgGather
- testCmsgTrunc0 - test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTrunc0
- test_setdefault - test.test_shelve.TestProto2File_sqlite3Shelve.test_setdefault
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMbox.test_invalid_nonascii_header_as_string
- test_seek_and_tell - test.test_mailbox.TestProxyFile.test_seek_and_tell
- test_pop - test.test_shelve.TestProto4File_gnuShelve.test_pop
- test_pdbrc_basic - test.test_pdb.PdbTestCase.test_pdbrc_basic
- test_evalfile_surrogates_in_result - test.test_tcl.TclTest.test_evalfile_surrogates_in_result
- test_config_dict_invalid - test.test_turtle.TurtleConfigTest.test_config_dict_invalid
- test_no_import_lock_contention - test.test_multiprocessing_fork.test_processes.WithProcessesTestQueue.test_no_import_lock_contention
- test_rmtree - test.test_support.TestSupport.test_rmtree
- test_read - test.test_shelve.TestProto2File_gnuShelve.test_read
- test_constructor - test.test_shelve.TestProto4File_ndbmShelve.test_constructor
- test_open - test.test_tokenize.TestDetectEncoding.test_open
- test_write_array - test.test_wave.WavePCM32Test.test_write_array
- test_iter - test.test_mailbox.TestMH.test_iter
- testMethods - test.test_file.PyAutoFileTests.testMethods
- test_popitem - test.test_shelve.TestProto0File_dumbShelve.test_popitem
- test_write_memoryview - test.test_wave.WavePCM32Test.test_write_memoryview
- test_run_script_with_args - test.test_pdb.PdbTestCase.test_run_script_with_args
- test_dump_message - test.test_mailbox.TestMaildir.test_dump_message
- test_in_and_not_in - test.test_iter.TestCase.test_in_and_not_in
- test_xmlgen_basic_empty - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_basic_empty
- test_len - test.test_shelve.TestProto2File_ndbmShelve.test_len
- test_compresslevel_basic - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_compresslevel_basic
- test_seek - test.test_univnewlines.PyTestLFNewlines.test_seek
- test_open - test.test_unicode_file_functions.UnicodeNFDFileTests.test_open
- test_delitem - test.test_mailbox.TestMH.test_delitem
- test_write_pyfile_bad_syntax - test.test_zipfile.test_core.PyZipFileTests.test_write_pyfile_bad_syntax
- test_xmlgen_encoding - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_encoding
- test_get_bytes - test.test_mailbox.TestMbox.test_get_bytes
- test_readwrite_unique_key - test.test_dbm_sqlite3.ReadWrite.test_readwrite_unique_key
- test_case_md5_1 - test.test_hashlib.HashLibTestCase.test_case_md5_1
- testErrnoOnClosedIsatty - test.test_fileio.CAutoFileTests.testErrnoOnClosedIsatty
- test_add_8bit_body - test.test_mailbox.TestMaildir.test_add_8bit_body
- test_realpath_nonterminal_file - test.test_posixpath.PosixPathTest.test_realpath_nonterminal_file
- test_values - test.test_shelve.TestProto1File_dumbShelve.test_values
- test_read - test.test_univnewlines.PyTestCRLFNewlines.test_read
- testErrnoOnClose - test.test_fileio.CAutoFileTests.testErrnoOnClose
- test_file - test.test_urllib2.HandlerTests.test_file
- setUpClass - test.test_asyncio.test_sendfile.SelectEventLoopTests
- test_len - test.test_shelve.TestProto2File_sqlite3Shelve.test_len
- test_get_string - test.test_mailbox.TestMH.test_get_string
- test_keys - test.test_shelve.TestProto5File_gnuShelve.test_keys
- test_too_many_files_append - test.test_zipfile.test_core.LzmaTestZip64InSmallFiles.test_too_many_files_append
- test_write_after_close - test.test_zipfile.test_core.LzmaWriterTests.test_write_after_close
- test_bug1728403 - test.test_multibytecodec.Test_StreamReader.test_bug1728403
- test_find_function_found - test.test_pdb.PdbTestCase.test_find_function_found
- test_constructor - test.test_shelve.TestProto5File_sqlite3Shelve.test_constructor
- test_ascii_file_shelf - test.test_shelve.TestCase.test_ascii_file_shelf
- testCmsgTrunc1 - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTrunc1
- test_context_manager_with_open_file - test.test_wave.WavePCM24Test.test_context_manager_with_open_file
- test_add_nonascii_string_header_raises - test.test_mailbox.TestBabyl.test_add_nonascii_string_header_raises
- test_basic - test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_basic
- test_bytes - test.test_dbm_gnu.TestGdbm.test_bytes
- test_tell_after_readline_with_cr - test.test_io.PyTextIOWrapperTest.test_tell_after_readline_with_cr
- test_values - test.test_shelve.TestProto3File_sqlite3Shelve.test_values
- test_overflowed_write - test.test_wave.WavePCM8Test.test_overflowed_write
- test_warn_on_dealloc - test.test_io.CMiscIOTest.test_warn_on_dealloc
- testSendmsgArray - test.test_socket.SendmsgUnixStreamTest.testSendmsgArray
- test_unseekable_read - test.test_wave.WavePCM16Test.test_unseekable_read
- test_builtin_zip - test.test_iter.TestCase.test_builtin_zip
- test_pop - test.test_shelve.TestProto3File_ndbmShelve.test_pop
- test_issue2625 - test.test_mailbox.TestMH.test_issue2625
- testErrnoOnClosedReadinto - test.test_fileio.CAutoFileTests.testErrnoOnClosedReadinto
- test_add_and_remove_folders - test.test_mailbox.TestMaildir.test_add_and_remove_folders
- test_input - test.test_builtin.BuiltinTest.test_input
- test_getitem - test.test_shelve.TestProto1File_gnuShelve.test_getitem
- test_readlines - test.test_univnewlines.PyTestLFNewlines.test_readlines
- test_close - test.test_wave.WavePCM16Test.test_close
- test_lock_unlock - test.test_mailbox.TestMMDF.test_lock_unlock
- test_warn_on_dealloc - test.test_io.PyMiscIOTest.test_warn_on_dealloc
- test_write_append_to_file - test.test_lzma.FileTestCase.test_write_append_to_file
- test_get_folder - test.test_mailbox.TestMH.test_get_folder
- test_values - test.test_shelve.TestProto2File_dumbShelve.test_values
- test_io_after_close - test.test_io.PyMiscIOTest.test_io_after_close
- test_write_to_file - test.test_lzma.FileTestCase.test_write_to_file
- test_info - test.test_urllib.urlopen_FileTests.test_info
- test_readlines - test.test_univnewlines.PyTestCRNewlines.test_readlines
- test_open_with_bytes_path - test.test_dbm_gnu.TestGdbm.test_open_with_bytes_path
- test_tokenizer_fstring_warning_in_first_line - test.test_source_encoding.MiscSourceEncodingTest.test_tokenizer_fstring_warning_in_first_line
- testErrnoOnClosedSeekable - test.test_fileio.PyAutoFileTests.testErrnoOnClosedSeekable
- test_issue_59000 - test.test_pdb.PdbTestCase.test_issue_59000
- test_len - test.test_shelve.TestProto0File_dumbShelve.test_len
- test_values - test.test_shelve.TestProto5File_gnuShelve.test_values
- test_get - test.test_shelve.TestProto4File_sqlite3Shelve.test_get
- test_keys - test.test_shelve.TestProto4File_sqlite3Shelve.test_keys
- test_update - test.test_shelve.TestProto2File_gnuShelve.test_update
- test_get - test.test_shelve.TestProto0File_sqlite3Shelve.test_get
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMMDF.test_add_that_raises_leaves_mailbox_empty
- testErrnoOnClosedReadall - test.test_fileio.CAutoFileTests.testErrnoOnClosedReadall
- test_multiple_writes - test.test_wave.WavePCM8Test.test_multiple_writes
- test_filetype_ok - test.test_optparse.TestExtendAddTypes.test_filetype_ok
- test_error_conditions - test.test_dbm_gnu.TestGdbm.test_error_conditions
- test_keys - test.test_mailbox.TestMaildir.test_keys
- test_relative_imports - test.test_pdb.PdbTestCase.test_relative_imports
- test_unseekable_write - test.test_wave.WavePCM32Test.test_unseekable_write
- test_get_flags - test.test_mailbox.TestMaildir.test_get_flags
- test_tofromfile - test.test_array.UnsignedIntTest.test_tofromfile
- test_fd_transfer - test.test_multiprocessing_spawn.test_processes.WithProcessesTestConnection.test_fd_transfer
- test_modes - test.test_fileinput.Test_hook_encoded.test_modes
- test_zipwritefile_attrs - test.test_zipfile.test_core.Bzip2WriterTests.test_zipwritefile_attrs
- test_values - test.test_shelve.TestProto1File_sqlite3Shelve.test_values
- test_issue46434 - test.test_pdb.PdbTestCase.test_issue46434
- test_open_with_pathlike - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open_with_pathlike
- test_values - test.test_shelve.TestProto1File_gnuShelve.test_values
- test_getitem - test.test_shelve.TestProto2File_gnuShelve.test_getitem
- testFDPassPartialIntInMiddle - test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassPartialIntInMiddle
- testErrnoOnClosedIsatty - test.test_fileio.PyAutoFileTests.testErrnoOnClosedIsatty
- test_case_sha384_2 - test.test_hashlib.HashLibTestCase.test_case_sha384_2
- test_add_binary_file - test.test_mailbox.TestMH.test_add_binary_file
- test_nonascii_filename - test.test_dbm_gnu.TestGdbm.test_nonascii_filename
- test_path_abspath - test.test_posixpath.PathLikeTests.test_path_abspath
- test_find_with_c - test.test_gettext.FindTestCase.test_find_with_c
- test_telling - test.test_io.PyTextIOWrapperTest.test_telling
- test_fromfile_ioerror - test.test_array.UnicodeTest.test_fromfile_ioerror
- test_truncated_zipfile - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_truncated_zipfile
- test_unpickle_module_race - test.test_pickle.PyUnpicklerTests.test_unpickle_module_race
- test_clear - test.test_mailbox.TestMaildir.test_clear
- test_write_to_binary_file_with_bom - test.test_xml_etree_c.IOTest.test_write_to_binary_file_with_bom
- test_checkline_before_debugging - test.test_pdb.ChecklineTests.test_checkline_before_debugging
- test_pop - test.test_shelve.TestProto1File_dumbShelve.test_pop
- test_read - test.test_univnewlines.CTestLFNewlines.test_read
- test_file_permissions - test.test_mailbox.TestMaildir.test_file_permissions
- test_readlines - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_readlines
- test_update - test.test_shelve.TestProto5File_gnuShelve.test_update
- test_write - test.test_shelve.TestProto5File_sqlite3Shelve.test_write
- test_pop - test.test_shelve.TestProto2File_gnuShelve.test_pop
- test_getitem - test.test_shelve.TestProto1File_dumbShelve.test_getitem
- testUtf8BytesOpen - test.test_fileio.COtherFileTests.testUtf8BytesOpen
- test_nullpat - test.test_bufio.CBufferSizeTest.test_nullpat
- testUnicodeOpen - test.test_fileio.PyOtherFileTests.testUnicodeOpen
- test_datatypes_values - test.test_dbm_sqlite3.DataTypes.test_datatypes_values
- test_update - test.test_shelve.TestProto1File_gnuShelve.test_update
- testModeStrings - test.test_fileio.PyOtherFileTests.testModeStrings
- test_copy - test.test_wave.WavePCM8Test.test_copy
- test_normalize - test.test_unicode_file_functions.UnicodeNFDFileTests.test_normalize
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMMDF.test_add_invalid_8bit_bytes_header
- test_external - test.test_clinic.ClinicExternalTest.test_external
- test_coverageresults_update - test.test_trace.TestCoverage.test_coverageresults_update
- test_values - test.test_shelve.TestProto2File_gnuShelve.test_values
- test_logging_at_shutdown_open - test.test_logging.ModuleLevelMiscTest.test_logging_at_shutdown_open
- test_setdefault - test.test_shelve.TestProto4File_gnuShelve.test_setdefault
- setUpClass - test.test_gettext.UnicodeTranslationsPluralTest
- test_write_while_reading - test.test_zipfile.test_core.TestsWithMultipleOpens.test_write_while_reading
- test_iterlines - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_iterlines
- test_invalid_fd - test.test_signal.WakeupFDTests.test_invalid_fd
- test_values - test.test_shelve.TestProto3File_dumbShelve.test_values
- test_truncate - test.test_io.CBufferedRandomTest.test_truncate
- test_len - test.test_mailbox.TestMMDF.test_len
- test_getitem - test.test_mailbox.TestBabyl.test_getitem
- test_random_open - test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_random_open
- test_write_to_filename_as_unicode - test.test_xml_etree_c.IOTest.test_write_to_filename_as_unicode
- testAttributes - test.test_fileio.CAutoFileTests.testAttributes
- test_path_splitroot - test.test_posixpath.PathLikeTests.test_path_splitroot
- test_close - test.test_urllib.urlopen_FileTests.test_close
- test_case_blake2s_0 - test.test_hashlib.HashLibTestCase.test_case_blake2s_0
- test_popitem - test.test_shelve.TestProto1File_dumbShelve.test_popitem
- test_len - test.test_shelve.TestProto4File_sqlite3Shelve.test_len
- test_add_text_file_warns - test.test_mailbox.TestMMDF.test_add_text_file_warns
- test_fromfile_ioerror - test.test_array.LongTest.test_fromfile_ioerror
- test_get - test.test_shelve.TestProto0File_ndbmShelve.test_get
- test_file_perms - test.test_mailbox.TestMbox.test_file_perms
- test_isdir - test.test_genericpath.TestGenericTest.test_isdir
- test_readline - test.test_urllib.urlopen_FileTests.test_readline
- testFDPassCMSG_LEN - test.test_socket.RecvmsgSCMRightsStreamTest.testFDPassCMSG_LEN
- testRecvmsgIntoScatter - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoScatter
- test_forget - test.test_support.TestSupport.test_forget
- test_read - test.test_shelve.TestProto4File_gnuShelve.test_read
- test_datatypes_replace_coerced - test.test_dbm_sqlite3.DataTypes.test_datatypes_replace_coerced
- test_builtin_tuple - test.test_iter.TestCase.test_builtin_tuple
- test_case_sha3_256_0 - test.test_hashlib.HashLibTestCase.test_case_sha3_256_0
- test_iter_file - test.test_iter.TestCase.test_iter_file
- test_load_closed_file - test.test_pickle.CPickleTests.test_load_closed_file
- test_load_closed_file - test.test_pickle.PyPickleTests.test_load_closed_file
- test_open_with_pathlike - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open_with_pathlike
- test_directory - test.test_unicode_file_functions.UnicodeNFCFileTests.test_directory
- test_keys - test.test_shelve.TestProto0File_dumbShelve.test_keys
- test_writestr_permissions - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_writestr_permissions
- test_no_import_lock_contention - test.test_multiprocessing_forkserver.test_manager.WithManagerTestQueue.test_no_import_lock_contention
- test_readline - test.test_univnewlines.PyTestCRNewlines.test_readline
- test_write - test.test_shelve.TestProto4File_sqlite3Shelve.test_write
- test_readline - test.test_univnewlines.PyTestLFNewlines.test_readline
- test_read1_10 - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read1_10
- test_get - test.test_mailbox.TestMaildir.test_get
- test_popitem - test.test_shelve.TestProto2File_gnuShelve.test_popitem
- test_keys - test.test_shelve.TestProto4File_gnuShelve.test_keys
- test_zip64_end_of_central_dir_record_not_found - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_zip64_end_of_central_dir_record_not_found
- test_case_sha384_0 - test.test_hashlib.HashLibTestCase.test_case_sha384_0
- test_remove - test.test_mailbox.TestMaildir.test_remove
- test_path_isfile - test.test_genericpath.PathLikeTests.test_path_isfile
- test_5027_2 - test.test_sax.StreamReaderWriterXmlgenTest.test_5027_2
- test_udp_reconnection - test.test_logging.UnixSysLogHandlerTest.test_udp_reconnection
- test_open - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_open
- test_primepat - test.test_bufio.PyBufferSizeTest.test_primepat
- test_spec - test.test_pdb.PdbTestCase.test_spec
- test_forking_not_handled - test.test_socketserver.ErrorHandlerTest.test_forking_not_handled
- test_non_ascii - test.test_cmd_line_script.CmdLineTest.test_non_ascii
- testAttributes - test.test_fileio.PyAutoFileTests.testAttributes
- test_delitem - test.test_mailbox.TestMMDF.test_delitem
- test_set_item - test.test_mailbox.TestMaildir.test_set_item
- test_case_sha256_0 - test.test_hashlib.HashLibTestCase.test_case_sha256_0
- test_write_memoryview - test.test_wave.WavePCM16Test.test_write_memoryview
- test_add_nonascii_string_header_raises - test.test_mailbox.TestMbox.test_add_nonascii_string_header_raises
- test_isdir - test.test_ntpath.NtCommonTest.test_isdir
- testSendmsgDataGenerator - test.test_socket.SendmsgUnixStreamTest.testSendmsgDataGenerator
- test_values - test.test_shelve.TestProto0File_sqlite3Shelve.test_values
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMH.test_add_that_raises_leaves_mailbox_empty
- test_fromfile_ioerror - test.test_array.UnsignedLongTest.test_fromfile_ioerror
- test_add_binary_file - test.test_mailbox.TestMbox.test_add_binary_file
- test_update - test.test_shelve.TestProto4File_dumbShelve.test_update
- test_case_blake2b_1 - test.test_hashlib.HashLibTestCase.test_case_blake2b_1
- testErrnoOnClosedWrite - test.test_fileio.CAutoFileTests.testErrnoOnClosedWrite
- test_path_splitext - test.test_ntpath.PathLikeTests.test_path_splitext
- test_bug691291 - test.test_codecs.UTF16Test.test_bug691291
- test_popitem - test.test_mailbox.TestMMDF.test_popitem
- test_unicode - test.test_dbm_gnu.TestGdbm.test_unicode
- test_zipextfile_attrs - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_zipextfile_attrs
- test_audit_run_interactivehook - test.test_embed.AuditingTests.test_audit_run_interactivehook
- test_bool - test.test_shelve.TestProto3File_sqlite3Shelve.test_bool
- test_setdefault - test.test_shelve.TestProto0File_dumbShelve.test_setdefault
- test_read - test.test_shelve.TestProto0File_gnuShelve.test_read
- test_delitem - test.test_mailbox.TestMaildir.test_delitem
- test_write_bytearray - test.test_wave.WavePCM24ExtTest.test_write_bytearray
- test_read_not_from_start - test.test_wave.WavePCM8Test.test_read_not_from_start
- test_compilation - test.test_tools.test_msgfmt.CompilationTest.test_compilation
- test_items - test.test_shelve.TestProto2File_gnuShelve.test_items
- test_open - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_open
- test_popitem - test.test_shelve.TestProto3File_ndbmShelve.test_popitem
- test_add_flag - test.test_mailbox.TestMaildir.test_add_flag
- test_setdefault - test.test_shelve.TestProto2File_dumbShelve.test_setdefault
- test_seeking_too - test.test_io.PyTextIOWrapperTest.test_seeking_too
- test_too_many_files_append - test.test_zipfile.test_core.DeflateTestZip64InSmallFiles.test_too_many_files_append
- test_update - test.test_mailbox.TestMbox.test_update
- setUpClass - test.test_socket.SendfileUsingSendTest
- test_write - test.test_wave.WavePCM24Test.test_write
- test_keys - test.test_shelve.TestProto5File_ndbmShelve.test_keys
- test_getitem - test.test_shelve.TestProto3File_dumbShelve.test_getitem
- test_parse_makefile - test.test_sysconfig.MakefileTests.test_parse_makefile
- test_cloned_forced_text_signature - test.test_clinic.ClinicWholeFileTest.test_cloned_forced_text_signature
- test_relock - test.test_mailbox.TestMMDF.test_relock
- testRecvmsgOverflow - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgOverflow
- test_path_lexists - test.test_ntpath.PathLikeTests.test_path_lexists
- test_set_item - test.test_mailbox.TestMH.test_set_item
- test_filewrite - test.test_array.IntTest.test_filewrite
- test_random_open - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_random_open
- test_refresh - test.test_mailbox.TestMaildir.test_refresh
- test_bad_zip64_end_of_central_dir - test.test_zipfile.test_core.StoredTestZip64InSmallFiles.test_bad_zip64_end_of_central_dir
- test_update - test.test_mailbox.TestMaildir.test_update
- test_add - test.test_mailbox.TestMMDF.test_add
- test_getitem - test.test_shelve.TestProto3File_sqlite3Shelve.test_getitem
- test_popitem - test.test_shelve.TestProto3File_gnuShelve.test_popitem
- test_pop - test.test_shelve.TestProto0File_dumbShelve.test_pop
- test_get_message - test.test_mailbox.TestMbox.test_get_message
- test_addpackage_import_bad_pth_file - test.test_site.HelperFunctionsTests.test_addpackage_import_bad_pth_file
- test_generic_syntax_error - test.test_tools.test_msgfmt.CompilationTest.test_generic_syntax_error
- test_checkline_is_not_executable - test.test_pdb.ChecklineTests.test_checkline_is_not_executable
- test_post_mortem_restart - test.test_pdb.PdbTestCase.test_post_mortem_restart
- test_add_binary_nonascii_file - test.test_mailbox.TestMbox.test_add_binary_nonascii_file
- test_update - test.test_shelve.TestProto1File_dumbShelve.test_update
- test_parse_text - test.test_sax.ParseTest.test_parse_text
- test_random_open - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_random_open
- test_too_many_files_append - test.test_zipfile.test_core.Bzip2TestZip64InSmallFiles.test_too_many_files_append
- test_unseekable_read - test.test_wave.WavePCM24Test.test_unseekable_read
- test_binary_file_body - test.test_httplib.RequestBodyTest.test_binary_file_body
- test_xmlgen_ignorable_empty - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_ignorable_empty
- test_len - test.test_shelve.TestProto0File_ndbmShelve.test_len
- test_close - test.test_mailbox.TestMbox.test_close
- test_clean - test.test_mailbox.TestMaildir.test_clean
- test_parse_path_object - test.test_sax.ParseTest.test_parse_path_object
- test_nullpat - test.test_bufio.PyBufferSizeTest.test_nullpat
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestMH.test_add_nonascii_StringIO_raises
- test_random_open - test.test_zipfile.test_core.LzmaTestsWithRandomBinaryFiles.test_random_open
- test_readonly_dir_write - test.test_dbm_sqlite3.ReadOnlyFilesystem.test_readonly_dir_write
- test_get_string - test.test_mailbox.TestMaildir.test_get_string
- test_labels - test.test_mailbox.TestBabyl.test_labels
- test_getitem - test.test_shelve.TestProto4File_dumbShelve.test_getitem
- test_folder - test.test_mailbox.TestMaildir.test_folder
- test_keys - test.test_shelve.TestProto1File_ndbmShelve.test_keys
- test_permissions_after_flush - test.test_mailbox.TestBabyl.test_permissions_after_flush
- test_package_without_a_main - test.test_pdb.PdbTestCase.test_package_without_a_main
- test_flush - test.test_mailbox.TestMMDF.test_flush
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMaildir.test_invalid_nonascii_header_as_string
- test_values - test.test_shelve.TestProto0File_gnuShelve.test_values
- test_method - test.test_reprlib.LongReprTest.test_method
- test_case_sha384_3 - test.test_hashlib.HashLibTestCase.test_case_sha384_3
- test_case_sha256_2 - test.test_hashlib.HashLibTestCase.test_case_sha256_2
- test_temp_cwd - test.test_support.TestSupport.test_temp_cwd
- test_context_manager_with_filename - test.test_wave.WavePCM24Test.test_context_manager_with_filename
- test_file_modified_after_execution_with_multiple_instances - test.test_pdb.PdbTestCase.test_file_modified_after_execution_with_multiple_instances
- test_setdefault - test.test_shelve.TestProto4File_ndbmShelve.test_setdefault
- test_popitem - test.test_mailbox.TestMH.test_popitem
- setUpClass - test.test_gettext.GettextTestCase1
- test_case_sha3_512_0 - test.test_hashlib.HashLibTestCase.test_case_sha3_512_0
- test_items - test.test_shelve.TestProto3File_sqlite3Shelve.test_items
- test_write_context_manager_calls_close - test.test_wave.WavePCM24ExtTest.test_write_context_manager_calls_close
- test_bool_on_closed_db_raises - test.test_dbm_gnu.TestGdbm.test_bool_on_closed_db_raises
- test_case_md5_2 - test.test_hashlib.HashLibTestCase.test_case_md5_2
- test_set_MM - test.test_mailbox.TestMaildir.test_set_MM
- test_lltrace - test.test_lltrace.TestLLTrace.test_lltrace
- test_read - test.test_shelve.TestProto2File_ndbmShelve.test_read
- test_initialize_new - test.test_mailbox.TestMaildir.test_initialize_new
- test_add_MM - test.test_mailbox.TestMaildir.test_add_MM
- test_read - test.test_shelve.TestProto3File_gnuShelve.test_read
- test_relative_imports_on_plain_module - test.test_pdb.PdbTestCase.test_relative_imports_on_plain_module
- test_seek_append_bom - test.test_io.PyTextIOWrapperTest.test_seek_append_bom
- test_case_sha1_2 - test.test_hashlib.HashLibTestCase.test_case_sha1_2
- test_fromfile_ioerror - test.test_array.UnsignedIntTest.test_fromfile_ioerror
- testRecvmsgAfterClose - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgAfterClose
- test_readwrite_null_key - test.test_dbm_sqlite3.ReadWrite.test_readwrite_null_key
- test_write_context_manager_calls_close - test.test_wave.WavePCM16Test.test_write_context_manager_calls_close
- test_truncate - test.test_io.PyBufferedRandomTest.test_truncate
- test_issue13120 - test.test_pdb.PdbTestCase.test_issue13120
- test_keys - test.test_shelve.TestProto2File_sqlite3Shelve.test_keys
- test_values - test.test_shelve.TestProto5File_sqlite3Shelve.test_values
- test_items - test.test_mailbox.TestMaildir.test_items
- test_tofromfile - test.test_array.LongLongTest.test_tofromfile
- test_find_deduplication - test.test_gettext.FindTestCase.test_find_deduplication
- test_items - test.test_shelve.TestProto4File_gnuShelve.test_items
- test_no_ending_newline - test.test_linecache.LineCacheTests.test_no_ending_newline
- test_attributes - test.test_io.CMiscIOTest.test_attributes
- test_ownership_after_flush - test.test_mailbox.TestMbox.test_ownership_after_flush
- test_write - test.test_shelve.TestProto1File_ndbmShelve.test_write
- test_io_on_closed_zipextfile - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_io_on_closed_zipextfile
- test_fileno - test.test_urllib.urlopen_FileTests.test_fileno
- test_write_array - test.test_wave.WavePCM8Test.test_write_array
- test_readrc_kwarg - test.test_pdb.PdbTestCase.test_readrc_kwarg
- test_path_expanduser - test.test_posixpath.PathLikeTests.test_path_expanduser
- testSendmsgExplicitNoneAddr - test.test_socket.SendmsgUnixStreamTest.testSendmsgExplicitNoneAddr
- test_misuse_iter_close1 - test.test_dbm_sqlite3.Misuse.test_misuse_iter_close1
- test_abspath_issue3426 - test.test_ntpath.NtCommonTest.test_abspath_issue3426
- test_expat_binary_file_nonascii - test.test_sax.ExpatReaderTest.test_expat_binary_file_nonascii
- test_open - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_open
- test_seek - test.test_univnewlines.CTestCRLFNewlines.test_seek
- test_path_relpath - test.test_ntpath.PathLikeTests.test_path_relpath
- test_initialize_with_file - test.test_mailbox.TestMessage.test_initialize_with_file
- test_add_file_before_1980 - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_add_file_before_1980
- test_add_nonascii_StringIO_raises - test.test_mailbox.TestBabyl.test_add_nonascii_StringIO_raises
- test_subclass_repr - test.test_fileio.CAutoFileTests.test_subclass_repr
- test_filemode - test.test_logging.BasicConfigTest.test_filemode
- test_items - test.test_shelve.TestProto1File_dumbShelve.test_items
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestMH.test_invalid_nonascii_header_as_string
- test_initialize_with_binary_file - test.test_mailbox.TestMMDFMessage.test_initialize_with_binary_file
- test_keys - test.test_mailbox.TestMH.test_keys
- testAbles - test.test_fileio.COtherFileTests.testAbles
- test_directory - test.test_unicode_file_functions.UnicodeNFKDFileTests.test_directory
- setUpClass - test.test_gettext.WeirdMetadataTest
- test_abc_inheritance - test.test_io.CMiscIOTest.test_abc_inheritance
- test_bool - test.test_shelve.TestProto0File_dumbShelve.test_bool
- test_isdir - test.test_posixpath.PosixCommonTest.test_isdir
- test_checkcache_with_no_parameter - test.test_linecache.LineCacheInvalidationTests.test_checkcache_with_no_parameter
- test_unpickle_module_race - test.test_pickle.InMemoryPickleTests.test_unpickle_module_race
- test_context_manager_with_open_file - test.test_wave.WavePCM8Test.test_context_manager_with_open_file
- testRecvmsgShortAncillaryBuf - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgShortAncillaryBuf
- test_items - test.test_shelve.TestProto1File_ndbmShelve.test_items
- test_overflowed_write - test.test_wave.WavePCM24Test.test_overflowed_write
- test_items - test.test_shelve.TestProto1File_sqlite3Shelve.test_items
- test_seeking_too - test.test_io.CTextIOWrapperTest.test_seeking_too
- test_ThreadingUnixDatagramServer - test.test_socketserver.SocketServerTest.test_ThreadingUnixDatagramServer
- test_seek - test.test_univnewlines.PyTestCRNewlines.test_seek
- test_threading_handled - test.test_socketserver.ErrorHandlerTest.test_threading_handled
- test_len - test.test_shelve.TestProto3File_dumbShelve.test_len
- test_read - test.test_shelve.TestProto4File_dumbShelve.test_read
- test_items - test.test_shelve.TestProto1File_gnuShelve.test_items
- test_read - test.test_univnewlines.PyTestMixedNewlines.test_read
- test_readlines - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readlines
- test_xmlgen_content - test.test_sax.StreamReaderWriterXmlgenTest.test_xmlgen_content
- test_copy - test.test_wave.WavePCM16Test.test_copy
- test_keys - test.test_shelve.TestProto5File_dumbShelve.test_keys
- test_no_import_lock_contention - test.test_multiprocessing_spawn.test_manager.WithManagerTestQueue.test_no_import_lock_contention
- test_bool - test.test_shelve.TestProto4File_sqlite3Shelve.test_bool
- test_clear - test.test_mailbox.TestMH.test_clear
- test_path_exists - test.test_genericpath.PathLikeTests.test_path_exists
- test_compresslevel_basic - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_compresslevel_basic
- test_readlines - test.test_univnewlines.CTestCRLFNewlines.test_readlines
- test_readline - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_readline
- setUpClass - test.test_gettext.FallbackTestCase
- testSendmsgBadArgs - test.test_socket.SendmsgUnixStreamTest.testSendmsgBadArgs
- test_bug_6050 - test.test_zipfile.test_core.TestWithDirectory.test_bug_6050
- test_getitem - test.test_shelve.TestProto4File_sqlite3Shelve.test_getitem
- test_pop - test.test_shelve.TestProto4File_dumbShelve.test_pop
- test_write_to_text_file - test.test_xml_etree.IOTest.test_write_to_text_file
- test_filename - test.test_lzma.OpenTestCase.test_filename
- test_rename - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_rename
- test_open_close_open - test.test_mailbox.TestMMDF.test_open_close_open
- testSendmsgExcessCmsgReject - test.test_socket.SendmsgUnixStreamTest.testSendmsgExcessCmsgReject
- test_items - test.test_shelve.TestProto5File_dumbShelve.test_items
- test_module_is_run_as_main - test.test_pdb.PdbTestCase.test_module_is_run_as_main
- test_directory - test.test_unicode_file_functions.UnicodeNFDFileTests.test_directory
- test_tofromfile - test.test_array.UnsignedLongTest.test_tofromfile
- test_keys - test.test_shelve.TestProto1File_dumbShelve.test_keys
- test_getitem - test.test_shelve.TestProto2File_ndbmShelve.test_getitem
- test_write - test.test_shelve.TestProto0File_gnuShelve.test_write
- test_case_sha1_3 - test.test_hashlib.HashLibTestCase.test_case_sha1_3
- test_stderr_flush - test.test_multiprocessing_spawn.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush
- test_values - test.test_shelve.TestProto4File_sqlite3Shelve.test_values
- test_issue84583 - test.test_pdb.PdbTestCase.test_issue84583
- test_update - test.test_shelve.TestProto2File_ndbmShelve.test_update
- test_readline - test.test_univnewlines.PyTestCRLFNewlines.test_readline
- testSetBufferSize - test.test_file.PyOtherFileTests.testSetBufferSize
- test_path_expandvars - test.test_ntpath.PathLikeTests.test_path_expandvars
- test_fromfile_ioerror - test.test_array.IntTest.test_fromfile_ioerror
- test_close - test.test_wave.WavePCM24ExtTest.test_close
- test_add_binary_file - test.test_mailbox.TestMaildir.test_add_binary_file
- test_filewrite - test.test_array.UnsignedLongLongTest.test_filewrite
- test_add_StringIO_warns - test.test_mailbox.TestMH.test_add_StringIO_warns
- test_unseekable_write - test.test_wave.WavePCM24ExtTest.test_unseekable_write
- test_stderr_flush - test.test_multiprocessing_forkserver.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush
- testSendmsgDontWait - test.test_socket.SendmsgUnixStreamTest.testSendmsgDontWait
- testErrors - test.test_file.CAutoFileTests.testErrors
- test_readonly_dir_read - test.test_dbm_sqlite3.ReadOnlyFilesystem.test_readonly_dir_read
- test_reporthook_8193_bytes - test.test_urllib.urlretrieve_FileTests.test_reporthook_8193_bytes
- test_popitem - test.test_shelve.TestProto4File_sqlite3Shelve.test_popitem
- test_add - test.test_mailbox.TestMaildir.test_add
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMaildir.test_add_that_raises_leaves_mailbox_empty
- test_read - test.test_shelve.TestProto1File_gnuShelve.test_read
- test_add_invalid_8bit_bytes_header - test.test_mailbox.TestMH.test_add_invalid_8bit_bytes_header
- test_iteritems - test.test_mailbox.TestMbox.test_iteritems
- test_path_ismount - test.test_posixpath.PathLikeTests.test_path_ismount
- test_update - test.test_shelve.TestProto4File_sqlite3Shelve.test_update
- test_unseekable_overflowed_write - test.test_wave.WavePCM24ExtTest.test_unseekable_overflowed_write
- test_seeking - test.test_io.PyTextIOWrapperTest.test_seeking
- test_setdefault - test.test_shelve.TestProto1File_sqlite3Shelve.test_setdefault
- test_multiple_writes - test.test_wave.WavePCM24Test.test_multiple_writes
- test_errors_in_command - test.test_pdb.PdbTestCase.test_errors_in_command
- test_filewrite - test.test_array.UnsignedIntTest.test_filewrite
- test_readlines - test.test_univnewlines.PyTestCRLFNewlines.test_readlines
- test_write_to_filename - test.test_xml_etree.IOTest.test_write_to_filename
- test_copy - test.test_wave.WavePCM32Test.test_copy
- test_getitem - test.test_shelve.TestProto1File_sqlite3Shelve.test_getitem
- test_popitem - test.test_shelve.TestProto3File_sqlite3Shelve.test_popitem
- test_path_expandvars - test.test_posixpath.PathLikeTests.test_path_expandvars
- test_open - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_open
- testErrnoOnClosedTell - test.test_fileio.CAutoFileTests.testErrnoOnClosedTell
- test_items - test.test_mailbox.TestBabyl.test_items
- test_popitem - test.test_shelve.TestProto1File_sqlite3Shelve.test_popitem
- test_getitem - test.test_mailbox.TestMbox.test_getitem
- testRecvmsgIntoGenerator - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoGenerator
- test_close - test.test_wave.WavePCM32Test.test_close
- test_init_mode - test.test_lzma.FileTestCase.test_init_mode
- test_get_file - test.test_mailbox.TestMbox.test_get_file
- test_get - test.test_shelve.TestProto4File_gnuShelve.test_get
- test_constructor - test.test_shelve.TestProto4File_sqlite3Shelve.test_constructor
- test_unlink - test.test_support.TestSupport.test_unlink
- test_remove - test.test_mailbox.TestMMDF.test_remove
- test_unseekable_overflowed_write - test.test_wave.WavePCM24Test.test_unseekable_overflowed_write
- test_setdefault - test.test_shelve.TestProto3File_dumbShelve.test_setdefault
- test_popitem_and_flush_twice - test.test_mailbox.TestMaildir.test_popitem_and_flush_twice
- test_tofromfile - test.test_array.UCS4Test.test_tofromfile
- test_islink - test.test_posixpath.PosixPathTest.test_islink
- testRecvmsgTimeout - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgTimeout
- test_issue13183 - test.test_pdb.PdbTestCase.test_issue13183
- test_list_folders - test.test_mailbox.TestMaildir.test_list_folders
- test_close - test.test_wave.WavePCM8Test.test_close
- test_set_item - test.test_mailbox.TestMMDF.test_set_item
- test_filewrite - test.test_array.ShortTest.test_filewrite
- test_indexOf - test.test_iter.TestCase.test_indexOf
- test_get - test.test_shelve.TestProto2File_gnuShelve.test_get
- test_module - test.test_reprlib.LongReprTest.test_module
- test_read_return_size - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_read_return_size
- test_truncate - test.test_io.PyBufferedWriterTest.test_truncate
- test_popitem - test.test_shelve.TestProto4File_gnuShelve.test_popitem
- test_pdbrc_commands - test.test_pdb.PdbTestCase.test_pdbrc_commands
- test_add_text_file_warns - test.test_mailbox.TestMaildir.test_add_text_file_warns
- test_filetime - test.test_posixpath.PosixCommonTest.test_filetime
- test_errors - test.test_fileinput.Test_hook_encoded.test_errors
- test_character_stream - test.test_sax.PrepareInputSourceTest.test_character_stream
- test_read_not_from_start - test.test_wave.WavePCM24Test.test_read_not_from_start
- test_popitem - test.test_shelve.TestProto2File_sqlite3Shelve.test_popitem
- test_unseekable_incompleted_write - test.test_wave.WavePCM16Test.test_unseekable_incompleted_write
- test_filetime - test.test_genericpath.TestGenericTest.test_filetime
- test_get_MM - test.test_mailbox.TestMaildir.test_get_MM
- test_iteritems - test.test_mailbox.TestMaildir.test_iteritems
- test_len - test.test_shelve.TestProto5File_dumbShelve.test_len
- test_step_into_botframe - test.test_pdb.PdbTestCase.test_step_into_botframe
- test_get - test.test_shelve.TestProto2File_dumbShelve.test_get
- test_constructor - test.test_shelve.TestProto0File_dumbShelve.test_constructor
- test_message_from_binary_file - test.test_email.test_email.Test8BitBytesHandling.test_message_from_binary_file
- test_remove - test.test_mailbox.TestMbox.test_remove
- testReadintoByteArray - test.test_fileio.PyAutoFileTests.testReadintoByteArray
- test_get_string_from - test.test_mailbox.TestMbox.test_get_string_from
- test_writestr_compresslevel - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compresslevel
- test_getitem - test.test_mailbox.TestMMDF.test_getitem
- test_abc_inheritance_official - test.test_io.CMiscIOTest.test_abc_inheritance_official
- test_add_8bit_body - test.test_mailbox.TestMH.test_add_8bit_body
- test_get_message - test.test_mailbox.TestBabyl.test_get_message
- test_nonempty_maildir_both - test.test_mailbox.MaildirTestCase.test_nonempty_maildir_both
- test_tofromfile - test.test_array.IntTest.test_tofromfile
- test_xml - test.test_regrtest.ArgsTestCase.test_xml
- test_pop - test.test_shelve.TestProto4File_sqlite3Shelve.test_pop
- test_setdefault - test.test_shelve.TestProto1File_gnuShelve.test_setdefault
- test_constructor - test.test_shelve.TestProto3File_gnuShelve.test_constructor
- test_failures - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_failures
- test_case_blake2b_0 - test.test_hashlib.HashLibTestCase.test_case_blake2b_0
- test_pop - test.test_shelve.TestProto0File_gnuShelve.test_pop
- test_issue9936 - test.test_trace.TestCoverage.test_issue9936
- test_read - test.test_urllib.urlopen_FileTests.test_read
- test_writestr_compression - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_writestr_compression
- test_1463026_3_empty - test.test_sax.StreamReaderWriterXmlgenTest.test_1463026_3_empty
- testWritelinesUserList - test.test_file.PyAutoFileTests.testWritelinesUserList
- test_contains - test.test_mailbox.TestMH.test_contains
- test_discard - test.test_mailbox.TestMMDF.test_discard
- test_unseekable_write - test.test_wave.WavePCM8Test.test_unseekable_write
- test_update - test.test_mailbox.TestMH.test_update
- testBlksize - test.test_fileio.PyAutoFileTests.testBlksize
- test_readline - test.test_mailbox.TestPartialFile.test_readline
- test_resource_warnings_failed_iteration - test.test_xml_etree_c.IterparseTest.test_resource_warnings_failed_iteration
- testCmsgTruncNoBufSize - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncNoBufSize
- test_write_params - test.test_wave.WavePCM32Test.test_write_params
- testReadintoByteArray - test.test_fileio.CAutoFileTests.testReadintoByteArray
- test_bool - test.test_shelve.TestProto2File_ndbmShelve.test_bool
- test_get - test.test_shelve.TestProto2File_ndbmShelve.test_get
- test_find_with_env_vars - test.test_gettext.FindTestCase.test_find_with_env_vars
- test_read - test.test_shelve.TestProto3File_sqlite3Shelve.test_read
- test_listfuncs_flag_success - test.test_trace.TestCommandLine.test_listfuncs_flag_success
- test_lock_conflict - test.test_mailbox.TestMbox.test_lock_conflict
- test_get_file_can_be_closed_twice - test.test_mailbox.TestBabyl.test_get_file_can_be_closed_twice
- test_path_lexists - test.test_posixpath.PathLikeTests.test_path_lexists
- test_getitem - test.test_shelve.TestProto5File_sqlite3Shelve.test_getitem
- test_pop - test.test_shelve.TestProto3File_sqlite3Shelve.test_pop
- test_corrupt_force_new - test.test_dbm_sqlite3.CorruptDatabase.test_corrupt_force_new
- test_get_info - test.test_mailbox.TestMaildir.test_get_info
- test_constructor - test.test_shelve.TestProto2File_ndbmShelve.test_constructor
- test_constructor - test.test_shelve.TestProto0File_ndbmShelve.test_constructor
- test_get_bytes - test.test_mailbox.TestMMDF.test_get_bytes
- testRecvmsgShortAncillaryBuf - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShortAncillaryBuf
- test_writestr_compresslevel - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_writestr_compresslevel
- test_normalize - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_normalize
- test_pdbrc_semicolon - test.test_pdb.PdbTestCase.test_pdbrc_semicolon
- test_seek - test.test_univnewlines.CTestMixedNewlines.test_seek
- testModeStrings - test.test_file.COtherFileTests.testModeStrings
- test_fromfile_ioerror - test.test_array.FloatTest.test_fromfile_ioerror
- test_write_memoryview - test.test_wave.WavePCM8Test.test_write_memoryview
- testFDPassSeparate - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassSeparate
- test_path_join - test.test_ntpath.PathLikeTests.test_path_join
- test_partial_config_dict_with_comments - test.test_turtle.TurtleConfigTest.test_partial_config_dict_with_comments
- test_lock_unlock - test.test_mailbox.TestMaildir.test_lock_unlock
- testFDPassCMSG_SPACE - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testFDPassCMSG_SPACE
- test_get_file - test.test_mailbox.TestBabyl.test_get_file
- test_write - test.test_shelve.TestProto5File_dumbShelve.test_write
- test_delitem - test.test_mailbox.TestBabyl.test_delitem
- test_dump_text_file - test.test_pickle.CPickleTests.test_dump_text_file
- test_write_after_close - test.test_zipfile.test_core.Bzip2WriterTests.test_write_after_close
- test_directory - test.test_unicode_file_functions.UnicodeNFKCFileTests.test_directory
- testRecvmsgIntoBadArgs - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgIntoBadArgs
- test_write_non_pyfile - test.test_zipfile.test_core.PyZipFileTests.test_write_non_pyfile
- test_pickling - test.test_io.PyMiscIOTest.test_pickling
- test_values - test.test_shelve.TestProto2File_ndbmShelve.test_values
- testUtf8BytesOpen - test.test_fileio.PyOtherFileTests.testUtf8BytesOpen
- test_write_to_filename_as_unicode - test.test_xml_etree.IOTest.test_write_to_filename_as_unicode
- test_ignores_stuff_appended_past_comments - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_ignores_stuff_appended_past_comments
- test_add_from_bytes - test.test_mailbox.TestMbox.test_add_from_bytes
- test_pop - test.test_shelve.TestProto5File_dumbShelve.test_pop
- test_fromfile_ioerror - test.test_array.ShortTest.test_fromfile_ioerror
- test_itervalues - test.test_mailbox.TestMaildir.test_itervalues
- test_read - test.test_zipfile.test_core.DeflateTestsWithRandomBinaryFiles.test_read
- testReadinto_text - test.test_file.PyAutoFileTests.testReadinto_text
- test_getsize - test.test_ntpath.NtCommonTest.test_getsize
- test_pop - test.test_shelve.TestProto1File_gnuShelve.test_pop
- test_path_commonpath - test.test_posixpath.PathLikeTests.test_path_commonpath
- test_write - test.test_shelve.TestProto3File_sqlite3Shelve.test_write
- test_rename - test.test_unicode_file_functions.UnicodeNFDFileTests.test_rename
- test_update - test.test_shelve.TestProto3File_sqlite3Shelve.test_update
- test_threading_not_handled - test.test_socketserver.ErrorHandlerTest.test_threading_not_handled
- test_filewrite - test.test_array.ByteTest.test_filewrite
- test_getsource_empty_file - test.test_inspect.test_inspect.TestRetrievingSourceCode.test_getsource_empty_file
- testReprNoCloseFD - test.test_fileio.PyAutoFileTests.testReprNoCloseFD
- test_isfile - test.test_posixpath.PosixCommonTest.test_isfile
- test_update - test.test_shelve.TestProto3File_ndbmShelve.test_update
- test_nonascii_abspath - test.test_ntpath.NtCommonTest.test_nonascii_abspath
- test_setdefault - test.test_shelve.TestProto5File_sqlite3Shelve.test_setdefault
- test_zipwritefile_attrs - test.test_zipfile.test_core.LzmaWriterTests.test_zipwritefile_attrs
- test_add - test.test_mailbox.TestBabyl.test_add
- testWritelinesNonString - test.test_file.CAutoFileTests.testWritelinesNonString
- test_write - test.test_shelve.TestProto4File_gnuShelve.test_write
- test_module_without_a_main - test.test_pdb.PdbTestCase.test_module_without_a_main
- test_bool - test.test_shelve.TestProto0File_ndbmShelve.test_bool
- testErrnoOnClosedReadable - test.test_fileio.CAutoFileTests.testErrnoOnClosedReadable
- test_setdefault - test.test_shelve.TestProto0File_gnuShelve.test_setdefault
- test_lock_conflict - test.test_mailbox.TestMMDF.test_lock_conflict
- test_readline - test.test_fileinput.FileInputTests.test_readline
- testSetBufferSize - test.test_file.COtherFileTests.testSetBufferSize
- test_values - test.test_shelve.TestProto4File_gnuShelve.test_values
- test_relativelocalfile - test.test_urllib.urlopen_FileTests.test_relativelocalfile
- testRecvmsgShorter - test.test_socket.RecvmsgIntoUnixStreamTest.testRecvmsgShorter
- test_getitem - test.test_shelve.TestProto3File_ndbmShelve.test_getitem
- test_pop - test.test_mailbox.TestBabyl.test_pop
- test_iterlines - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_iterlines
- test_pop - test.test_shelve.TestProto4File_ndbmShelve.test_pop
- test_samefile_on_link - test.test_genericpath.TestGenericTest.test_samefile_on_link
- test_len - test.test_shelve.TestProto3File_ndbmShelve.test_len
- test_issue16180 - test.test_pdb.PdbTestCase.test_issue16180
- test_readline - test.test_univnewlines.CTestCRLFNewlines.test_readline
- test_get - test.test_mailbox.TestMMDF.test_get
- test_items - test.test_shelve.TestProto4File_sqlite3Shelve.test_items
- test_add_StringIO_warns - test.test_mailbox.TestBabyl.test_add_StringIO_warns
- test_ownership_after_flush - test.test_mailbox.TestMMDF.test_ownership_after_flush
- test_overflowed_write - test.test_wave.WavePCM24ExtTest.test_overflowed_write
- test_len - test.test_shelve.TestProto3File_sqlite3Shelve.test_len
- test_keys - test.test_shelve.TestProto4File_ndbmShelve.test_keys
- test_UnixDatagramServer - test.test_socketserver.SocketServerTest.test_UnixDatagramServer
- testMethods - test.test_file.CAutoFileTests.testMethods
- test_pop - test.test_mailbox.TestMbox.test_pop
- test_open - test.test_builtin.BuiltinTest.test_open
- test_read - test.test_shelve.TestProto0File_dumbShelve.test_read
- test_get_folder - test.test_mailbox.TestMaildir.test_get_folder
- test_get - test.test_shelve.TestProto1File_gnuShelve.test_get
- test_make_bad_fd - test.test_support.TestSupport.test_make_bad_fd
- test_large_fd_transfer - test.test_multiprocessing_fork.test_processes.WithProcessesTestConnection.test_large_fd_transfer
- test_readlines - test.test_univnewlines.CTestCRNewlines.test_readlines
- test_pop - test.test_shelve.TestProto1File_ndbmShelve.test_pop
- testSendmsgAncillaryGenerator - test.test_socket.SendmsgUnixStreamTest.testSendmsgAncillaryGenerator
- testCmsgTruncLen0Minus1 - test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen0Minus1
- test_repr - test.test_zipfile.test_core.Bzip2TestsWithSourceFile.test_repr
- test_no_dot_mh_sequences_file - test.test_mailbox.TestMH.test_no_dot_mh_sequences_file
- test_seek_with_encoder_state - test.test_io.PyTextIOWrapperTest.test_seek_with_encoder_state
- test_add_that_raises_leaves_mailbox_empty - test.test_mailbox.TestMbox.test_add_that_raises_leaves_mailbox_empty
- test_keys - test.test_shelve.TestProto5File_sqlite3Shelve.test_keys
- test_seek_with_encoder_state - test.test_io.CTextIOWrapperTest.test_seek_with_encoder_state
- test_set_flags - test.test_mailbox.TestMaildir.test_set_flags
- test_iterkeys - test.test_mailbox.TestMaildir.test_iterkeys
- test_tofromfile - test.test_array.ShortTest.test_tofromfile
- test_update - test.test_shelve.TestProto1File_sqlite3Shelve.test_update
- test_filewrite - test.test_array.DoubleTest.test_filewrite
- testWritelinesList - test.test_fileio.CAutoFileTests.testWritelinesList
- test_items - test.test_shelve.TestProto0File_gnuShelve.test_items
- test_listdir - test.test_unicode_file_functions.UnicodeNFCFileTests.test_listdir
- test_read_return_size - test.test_zipfile.test_core.StoredTestsWithSourceFile.test_read_return_size
- testCmsgTruncLen0 - test.test_socket.RecvmsgIntoSCMRightsStreamTest.testCmsgTruncLen0
- test_filewrite - test.test_array.UnsignedByteTest.test_filewrite
- test_compresslevel_basic - test.test_zipfile.test_core.DeflateTestsWithSourceFile.test_compresslevel_basic
- test_update - test.test_shelve.TestProto5File_ndbmShelve.test_update
- testRecvmsgEOF - test.test_socket.RecvmsgUnixStreamTest.testRecvmsgEOF
- test_update - test.test_shelve.TestProto4File_gnuShelve.test_update
- test_iteritems - test.test_mailbox.TestMMDF.test_iteritems
- test_unseekable_overflowed_write - test.test_wave.WavePCM16Test.test_unseekable_overflowed_write
- test_close - test.test_mailbox.TestBabyl.test_close
- test_contains - test.test_mailbox.TestMaildir.test_contains
- test_add_doesnt_rewrite - test.test_mailbox.TestMbox.test_add_doesnt_rewrite
- test_UnixStreamServer - test.test_socketserver.SocketServerTest.test_UnixStreamServer
- test_issue26053 - test.test_pdb.PdbTestCase.test_issue26053
- test_constructor - test.test_shelve.TestProto0File_sqlite3Shelve.test_constructor
- test_items - test.test_shelve.TestProto0File_ndbmShelve.test_items
- test_write_readonly_file - test.test_dbm_gnu.TestGdbm.test_write_readonly_file
- test_reporthook_5_bytes - test.test_urllib.urlretrieve_FileTests.test_reporthook_5_bytes
- test_issue36250 - test.test_pdb.PdbTestCase.test_issue36250
- test_update - test.test_shelve.TestProto2File_sqlite3Shelve.test_update
- test_seek_bom - test.test_io.CTextIOWrapperTest.test_seek_bom
- test_write_bytearray - test.test_wave.WavePCM16Test.test_write_bytearray
- test_find_function_empty_file - test.test_pdb.PdbTestCase.test_find_function_empty_file
- test_set_item - test.test_mailbox.TestMbox.test_set_item
- testCmsgTruncLen2Minus1 - test.test_socket.RecvmsgSCMRightsStreamTest.testCmsgTruncLen2Minus1
- test_invalid_nonascii_header_as_string - test.test_mailbox.TestBabyl.test_invalid_nonascii_header_as_string
- test_open_with_pathlike - test.test_zipfile.test_core.LzmaTestsWithSourceFile.test_open_with_pathlike
- test_get_file_can_be_closed_twice - test.test_mailbox.TestMbox.test_get_file_can_be_closed_twice
- testWritelinesIntegers - test.test_file.CAutoFileTests.testWritelinesIntegers
- test_delitem - test.test_mailbox.TestMbox.test_delitem
- test_stderr_flush - test.test_multiprocessing_fork.test_processes.WithProcessesTestSubclassingProcess.test_stderr_flush
- test_add_from_string - test.test_mailbox.TestMMDF.test_add_from_string
- test_path_samefile - test.test_genericpath.PathLikeTests.test_path_samefile
- testTruncateOnWindows - test.test_file.PyOtherFileTests.testTruncateOnWindows
Test leaking resources:
- test_threading: memory blocks
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed compile (failure) (3.14)
by buildbot@python.org Aug. 30, 2026
by buildbot@python.org Aug. 30, 2026
Aug. 30, 2026
The Buildbot has detected a new failure on builder aarch64 Fedora Stable Refleaks 3.14 while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/1710/builds/820
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Miss Islington (bot) <31488909+miss-islington(a)users.noreply.github.com>
BUILD FAILED: failed compile (failure)
Summary of the results of the build (if available):
===================================================
Captured traceback
==================
Note: switching to 'aa24c20526472822c733eef4ac0f9464f83f9861'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:
git switch -c <new-branch-name>
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at aa24c20526472 [3.14] gh-142414: Isolate reloading modules in test_interpreters (GH-144096) (#156618)
Switched to and reset branch '3.14'
ar: unable to copy file 'libpython3.14d.a'; reason: No space left on device
make: *** [Makefile:1180: libpython3.14d.a] Error 1
Test report
===========
Sincerely,
-The Buildbot
1
0
☠ Buildbot (Python): python/cpython - failed test (failure) (main)
by buildbot@python.org Aug. 30, 2026
by buildbot@python.org Aug. 30, 2026
Aug. 30, 2026
The Buildbot has detected a new failure on builder aarch64 Fedora Stable Refleaks 3.x while building python/cpython.
Full details are available at:
https://buildbot.python.org/#/builders/123/builds/2317
Buildbot URL: https://buildbot.python.org/
Worker for this Build: cstratak-fedora-stable-aarch64
Build Reason: <unknown>
Blamelist: Eugene Amirov <2597566+Allactaga(a)users.noreply.github.com>
BUILD FAILED: failed test (failure)
Summary of the results of the build (if available):
===================================================
==
Captured traceback
==================
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2343293æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2337259æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 146, in test_addpackage_import_bad_syntax
pth_dir, pth_fn = self.make_pth("import bad-syntax\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2305716_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 331, in test_run_interactiveoneflags
self.check_run_interactive(run, True)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 318, in check_run_interactive
self._check_run_interactive(run, encode_filename, use_loop)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 268, in _check_run_interactive
create_text_file(open_filename, 'print("hello REPL")')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 34, in create_text_file
with open(filename, 'w', encoding='utf8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4450, in test_write_to_text_file
with open(TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358456_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2586 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2587 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2588 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2589 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2590 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2591 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2592 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2593 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2594 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2595 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2596 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2597 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2598 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2599 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2600 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2601 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2602 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2603 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2604 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2605 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2606 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2607 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2608 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2609 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2610 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2611 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2612 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2613 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2614 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2615 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2616 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2617 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2618 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2619 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2620 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2621 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2622 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2623 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2624 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2625 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2626 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2627 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2628 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2629 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2630 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2631 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2632 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2633 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2634 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2635 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2636 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2637 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2638 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2639 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2640 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2641 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2642 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2643 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2644 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2645 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2646 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2647 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2648 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2649 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2650 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2651 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2652 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2653 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2654 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2655 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2656 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2657 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2658 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2659 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2660 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2661 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2662 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2663 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2664 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2665 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2666 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2667 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2668 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2669 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2670 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2671 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2672 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2673 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2674 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2675 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2676 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2677 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2678 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2679 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2680 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2681 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2682 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2683 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2684 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 814, in test_read_short_from_file
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
TracebackLegacyErrorCaretTests.test_decorator_application_lineno_correct) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tcl.py", line 250, in testEvalFile
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2337169_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4276, in test_file_modified_after_execution
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 331, in test_forking_handled
self.check_result(handled=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 340, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2358437_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 681, in testBytes
self.helper(bytesobj)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_logging.py", line 5823, in test_encoding_errors
logging.basicConfig(filename='test.log', encoding=encoding,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors='ignore',
^^^^^^^^^^^^^^^^
format='%(message)s', level=logging.DEBUG)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 2132, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 1222, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 1251, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/test.log'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2328406æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_support.py", line 149, in test_forget
with open(mod_filename, 'w', encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358371_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358657æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 107, in test_runctx
self.profilermodule.runctx("testfunc()", globals(), locals(),
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
filename=TESTFN)
^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 109, in runctx
return _Utils(Profile).runctx(statement, globals, locals, filename, sort)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 76, in runctx
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 80, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 403, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358480_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 165, in test_incompleted_write
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1505, in test_remove_by_name
zinfos = self._prepare_zip_from_test_files(TESTFN, self.test_files)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 608, in test_seeking
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1692, in test_remove_zip64
zinfos = self._prepare_zip_from_test_files(TESTFN, self.test_files, force_zip64=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 261, in test_fullname_variable
pth_dir, pth_fn = self.make_pth(code)
~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2358319_tmp-9ob.pth'
TracebackLegacyErrorCaretTests.test_traceback_very_long_line)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 1296, in test_traceback_very_long_line
with open(TESTFN, "w") as file:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358418_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fileinput.py", line 306, in test_readline_binary_mode
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358267_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2234, in test_repack_removed_partial
self._prepare_zip_from_test_files(TESTFN, test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358364æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_eintr.py", line 17, in test_all
script_helper.run_test_script(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/script_helper.py", line 322, in run_test_script
raise AssertionError(f"{name} failed")
AssertionError: script _test_eintr.py failed
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2322413æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2161, in test_remote_exec_with_self_process
with open(file, 'w') as f:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358253_tmpæ_remote_self.py'
TracebackErrorCaretTests.test_traceback_very_long_line)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 1296, in test_traceback_very_long_line
with open(TESTFN, "w") as file:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358418_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2332397æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2151, in test_remote_exec_undecodable
returncode, stdout, stderr = self._run_remote_exec_test(script,
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
script_path=script_path)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2358253_tmp\xe7w\xf0_undecodable_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_logging.py", line 5884, in test_encoding_errors_none
handler.close()
^^^^^^^
UnboundLocalError: cannot access local variable 'handler' where it is not associated with a value
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 259, in test_run_anyfileflags
self.check_run_simplefile('run_anyfileflags', True)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 193, in check_run_simplefile
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1616, in test_rerun_success
output = self.run_tests("--rerun", testname, exitcode=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1046, in run_tests
return self.run_python(cmdargs, **kw)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 893, in run_python
proc = self.run_command(cmd, **kw)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 881, in run_command
self.fail(msg)
~~~~~~~~~^^^^^
AssertionError: Command ['/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_y9j5s51p/tmph17febpe', '--rerun', 'test_regrtest_noop9'] failed with exit code 2, but exit code 0 expected!
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_gc.py", line 847, in test_global_del_SystemExit
with open(TESTFN, 'w', encoding="utf-8") as script:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2321958_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2323425æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 717, in testFrozenDict
self.helper(dictobj)
~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 86, in test_pathlib_path_file_shelf
self.test_open_template(filename=os_helper.FakePath(self.fn))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 66, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358610_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_support.py", line 126, in test_rmtree
os.mkdir(dirpath)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358371_tmpæd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 705, in testFrozenSet
self.helper(frozensetobj)
~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 177, in test_sort_keys_flag
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 103, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358261_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_warnings/__init__.py", line 1315, in test_tracemalloc
with open(os_helper.TESTFN, 'w', encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2308421_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358318æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_fork.test_threads in verbose mode (matching: test_no_import_lock_contention)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3690, in test_write_python_directory
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_stat.py", line 13, in <module>
class TestFilemode:
...<311 lines>...
self.assertEqual(self.statmod.S_IEXEC, self.statmod.S_IXUSR)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_stat.py", line 117, in TestFilemode
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358327_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1556, in test_nullpat
self.drive_one(b'\0' * 1000)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1546, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1518, in try_one
f = self.open(os_helper.TESTFN, "wb")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358348_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4185, in test_create_non_existent_file_for_append
with zipfile.ZipFile(TESTFN, 'a') as zf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1360, in test_huntrleaks_mp
self.check_huntrleaks(run_workers=True)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1354, in check_huntrleaks
self.check_leak(code, 'references', run_workers=run_workers)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1330, in check_leak
self.check_executed_tests(output, [test], failed=test, stats=1)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 794, in check_executed_tests
self.check_line(output, line, full=True)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 673, in check_line
self.assertRegex(output, regex)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358409æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackCases.test_format_exception_group_multiple_exceptions) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358322æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2307146æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackException.test_long_context_chain) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4169, in test_exclusive_create_zip_file
with zipfile.ZipFile(TESTFN2, "x", zipfile.ZIP_STORED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 728, in testModule
self.helper(code)
~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358417æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_forkserver.test_misc in verbose mode (matching: test_large_pool)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 193, in _checkBufferSize
f = self.open(TESTFN, 'wb', s)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358290_tmpæ'
TracebackErrorCaretTests.test_many_lines) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4438, in test_write_to_filename_as_unicode
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2323425_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4207, in test_module_without_a_main
os.mkdir(module_name)
~~~~~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 158, in test_addpackage_import_bad_exec
pth_dir, pth_fn = self.make_pth("randompath\nimport nosuchmodule\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2305716_tmp-9ob.pth'
TracebackLegacyErrorCaretTests.test_caret_in_type_annotation) ... ok
TracebackLegacyErrorCaretTests.test_multiline_method_call_c) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 561, in test_init_with_PathLike_filename
with TempFile(filename, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2334871_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358307æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 227, in test_no_ensure_ascii_flag
infile = self._create_infile('{"key":"💩"}')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 103, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2295368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 1750, in test_write_named_fifo_unread_data
os.mkfifo(path)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4589, in test_open_conflicting_handles
with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2311133æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 147, in test_exists
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358551_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_trace.py", line 530, in test_sys_argv_list
with open(TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1150, in test_sys_exit
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2281770_tmpæ'
TracebackCases.test_recursion_error_during_traceback) ... ERROR
TracebackErrorCaretTests.test_multiline_method_call_c) ... ok
TracebackErrorCaretTests.test_byte_offset_multiline) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_os/test_os.py", line 3925, in <module>
@unittest.skipUnless(supports_extended_attributes(),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_os/test_os.py", line 3914, in supports_extended_attributes
with open(os_helper.TESTFN, "xb", 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358599_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 3235, in test_read_fifo
os.mkfifo(path)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_urllib.py", line 646, in setUp
FILE = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_2308749_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2161, in test_remote_exec_with_self_process
with open(file, 'w') as f:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote_self.py'
TracebackLegacyErrorCaretTests.test_caret_multiline_expression_bin_op) ... ok
Traceback.test_colorized_traceback) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 147, in test_exists
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2329023_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 893, in test_seek_append_bom
with self.open(filename, 'w', encoding=charset) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1620, in test_remove_by_zinfo_duplicated
zinfos = self._prepare_zip_from_test_files(TESTFN, test_files)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_dbapi.py", line 655, in test_open_with_path_like_object
with contextlib.closing(sqlite.connect(path)) as cx:
~~~~~~~~~~~~~~^^^^^^
sqlite3.OperationalError: unable to open database file
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ioctl.py", line 208, in test_bad_fd
fd = os_helper.make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 165, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2358433_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_transactions.py", line 38, in setUp
self.con1 = sqlite.connect(TESTFN, timeout=0)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2324806æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2204, in test_repack_removed_basic
expected_zinfos = self._prepare_zip_from_test_files(TESTFN, test_files)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358348æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackLegacyErrorCaretTests.test_caret_for_subscript_multiline) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2313131æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2332355æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 146, in test_addpackage_import_bad_syntax
pth_dir, pth_fn = self.make_pth("import bad-syntax\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2358319_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_poll.py", line 92, in test_poll_unit_tests
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358564_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/mock.py", line 1437, in patched
return func(*newargs, **newkeywargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2384, in test_repack_writing
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358544æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4498, in test_write_to_binary_file_with_bom
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358456_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4724, in test_end_of_options_separator
with open(os_helper.TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335854_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335854æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_codecs.py", line 3013, in test_seek0
with codecs_open_no_warn(os_helper.TESTFN, 'w+', encoding=encoding) as f:
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_codecs.py", line 33, in codecs_open_no_warn
return codecs.open(*args, **kwargs)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2315368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 314, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 297, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358616_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1767, in test_unpickle_module_race
os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358422_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_cmd_line.py", line 671, in test_del___main__
with open(filename, "w", encoding="utf-8") as script:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2309946_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5300, in test_write
with open(TESTFN, 'wb') as f2:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1111, in test_stderr_flush
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2281770_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1972, in test_repack_bytes_before_removed_files
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 2506, in test_xml
output = self.run_tests(testname, "--junit-xml", filename,
exitcode=EXITCODE_BAD_TEST)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1046, in run_tests
return self.run_python(cmdargs, **kw)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 893, in run_python
proc = self.run_command(cmd, **kw)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 881, in run_command
self.fail(msg)
~~~~~~~~~^^^^^
AssertionError: Command ['/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_y9j5s51p/tmp59f89rts', 'test_regrtest_noop10', '--junit-xml', '@test_2358448_tmpæ'] failed with exit code 1, but exit code 2 expected!
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2300430æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3688, in test_find_function_found_with_bom
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
codecs.BOM_UTF8 + """\
^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
('bœr', 2),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3600, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358622_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1200 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1201 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1202 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1203 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1204 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1205 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1206 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1207 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1208 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1209 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1210 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1211 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1212 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1213 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1214 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1215 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1216 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1217 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1218 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1219 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1220 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1221 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1222 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1223 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1224 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1225 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1226 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1227 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1228 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1229 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1230 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1231 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1232 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1233 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1234 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1235 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1236 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1237 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1238 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1239 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1240 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1241 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1242 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1243 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1244 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1245 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1246 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1247 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1248 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1249 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1250 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1251 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1252 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1253 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1254 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1255 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1256 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1257 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1258 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1259 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1260 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1261 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1262 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1263 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1264 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1265 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1266 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1267 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1268 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1269 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1270 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1271 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1272 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1273 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1274 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1275 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1276 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1277 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1278 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1279 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1280 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1281 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1282 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1283 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1284 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1285 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1286 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1287 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1288 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1289 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1290 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1291 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1292 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1293 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1294 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1295 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1296 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1297 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1298 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 147, in test_exists
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335339_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 233, in testTruncateOnWindows
f = self.open(TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_2358290_tmpæ'
TracebackException_ExceptionGroups.test_max_group_width) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 183, in test_run_fileflags
self.check_run_file(_testcapi.run_fileflags, True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 118, in check_run_file
create_text_file(filename, 'a\n')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 34, in create_text_file
with open(filename, 'w', encoding='utf8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2294214_tmp\xc3\xa6'
TracebackCases.test_no_caret_with_no_debug_ranges_flag)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/__init__.py", line 3231, in wrapper
return func(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 162, in test_no_caret_with_no_debug_ranges_flag
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2313131_tmpæ'
TracebackLegacyErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358367æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_platform in verbose mode (matching: test_libc_ver)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pydoc/test_pydoc.py", line 1017, in test_synopsis_sourceless_empty_doc
with os_helper.temp_cwd() as test_dir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2300139æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 132, in test_bool_on_closed_db_raises
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3943, in test_issue26053
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
TracebackCases.test_caret) ... ok
TracebackCases.test_format_exception_group_with_cause) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1116)
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2315903æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358652æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_source_encoding.py", line 223, in test_tokenizer_fstring_warning_in_first_line
with open(TESTFN, "w") as fd:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358646_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 834, in test_truncate
with self.open(os_helper.TESTFN, self.write_mode, buffering=0) as raw:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2306695_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 709, in test_seek_with_encoder_state
f = self.open(os_helper.TESTFN, "w", encoding="euc_jis_2004")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2281659_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 205, in spawn_check_wrapper
return test_item(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 7470, in test_global_named_resource_spawn
with open(testfn, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358652_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 647, in test_1463026_1_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_trace.py", line 530, in test_sys_argv_list
with open(TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2322767_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358522æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358395æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_cmd_line in verbose mode (matching: test_del___main__, test_isolatedmode, test_set_pycache_prefix, test_set_pycache_prefix, test_set_pycache_prefix, test_set_pycache_prefix, test_set_pycache_prefix, test_set_pycache_prefix)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 618, in test_xmlgen_ns_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_urllib.py", line 107, in setUp
f = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_2308749_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 237, in test_unseekable_overflowed_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358601æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_sax in verbose mode (matching: test_expat_binary_file_nonascii, test_expat_inpsource_sysid_nonascii, test_expat_locator_withinfo_nonascii, test_parse_InputSource, test_parse_bytes, test_parse_close_source, test_parse_path_object, test_parse_text, test_binary_file, test_byte_stream, test_character_stream, test_path_objects, test_string, test_system_id, test_text_file, test_1463026_1, test_1463026_1_empty, test_1463026_2, test_1463026_2_empty, test_1463026_3, test_1463026_3_empty, test_5027_1, test_5027_2, test_no_close_file, test_xmlgen_attr_escape, test_xmlgen_basic, test_xmlgen_basic_empty, test_xmlgen_content, test_xmlgen_content_empty, test_xmlgen_content_escape, test_xmlgen_encoding, test_xmlgen_encoding_bytes, test_xmlgen_fragment, test_xmlgen_ignorable, test_xmlgen_ignorable_empty, test_xmlgen_ns, test_xmlgen_ns_empty, test_xmlgen_pi, test_xmlgen_unencodable)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5785, in setUp
with zipfile.ZipFile(TESTFN, mode="w") as tf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 676, in testStr
self.helper(strobj)
~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1212, in test_breakpoints
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358581_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 96, in test_run
self.profilermodule.run("int('1')", filename=TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/__init__.py", line 29, in run
return _Utils(Profile).run(statement, filename, sort)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/_utils.py", line 17, in run
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/_utils.py", line 30, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/__init__.py", line 63, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358480_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_warnings/__init__.py", line 1712, in test_issue_8766
with os_helper.temp_cwd() as cwd, os_helper.temp_cwd('encodings'):
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 585, in test_init_mode
with TempFile(TESTFN):
~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358544_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358364æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_urllib in verbose mode (matching: test_close, test_fileno, test_getcode, test_geturl, test_headers, test_info, test_interface, test_iter, test_read, test_readline, test_readlines, test_relativelocalfile, test_remote_authority, test_status, test_url, test_basic, test_copy, test_reporthook, test_reporthook_0_bytes, test_reporthook_5_bytes, test_reporthook_8193_bytes)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 281, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358483_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 331, in test_forking_handled
self.check_result(handled=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 340, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2322344_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2300329æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 825, in test_countOf
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2330908_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358526æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_netrc in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2197, in test_remote_exec_with_exception
returncode, stdout, stderr = self._run_remote_exec_test(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358253_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lltrace.py", line 67, in test_lltrace_different_module
stdout = self.run_code("""
from test import test_lltrace
test_lltrace.__lltrace__ = 1
test_lltrace.example()
""")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lltrace.py", line 23, in run_code
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358623_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1488, in test_garbage_collection
CBufferedReaderTest.test_garbage_collection(self)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 597, in test_garbage_collection
rawio = self.FileIO(os_helper.TESTFN, "w+b")
OSError: [Errno 28] No space left on device: '@test_2306695_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 185, in test_minimal_linetable_with_no_debug_ranges
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback.test_colorized_traceback_unicode) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358527æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4486, in test_empty_zipfile
zipf = zipfile.ZipFile(TESTFN, mode="w")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 168, in test_addpackage_empty_lines
pth_dir, pth_fn = self.make_pth("\n\n \n\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2358319_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 177, in test_multiple_writes
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1150, in test_sys_exit
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2358421_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 666, in testInt
self.helper(intobj)
~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358563æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 107, in test_runctx
self.profilermodule.runctx("testfunc()", globals(), locals(),
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
filename=TESTFN)
^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 109, in runctx
return _Utils(Profile).runctx(statement, globals, locals, filename, sort)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 76, in runctx
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 80, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 403, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358522_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2321958æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4724, in test_end_of_options_separator
with open(os_helper.TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358622_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 1203, in test_write_to_fileobj_with_int_name
fd = os.open(TESTFN, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_2358544_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358273æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_unicode_file.py", line 123, in test_single_files
self._test_single(TESTFN_UNICODE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_unicode_file.py", line 106, in _test_single
create_empty_file(filename)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 616, in create_empty_file
fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_2302385_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 545, in test_xmlgen_unencodable
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 109, in test_unicode
self.helper(marshal.loads(marshal.dumps(s)))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2337169æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 4943, in test_dump_text_file
f = open(TESTFN, "w")
OSError: [Errno 28] No space left on device: '@test_2315976_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1127, in _test_sys_exit
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_2281770_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2305554æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1382, in test_close_after_close
with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
TracebackErrorCaretTests.test_caret_for_binary_operators_multiline) ... ok
TracebackException.test_no_refs_to_exception_and_traceback_objects) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 255, in test_run_anyfileex
self.check_run_simplefile('run_anyfileex', True)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 193, in check_run_simplefile
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 141, in test_write_bytearray
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 60, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2336766æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1200 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1201 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1202 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1203 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1204 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1205 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1206 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1207 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1208 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1209 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1210 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1211 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1212 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1213 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1214 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1215 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1216 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1217 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1218 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1219 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1220 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1221 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1222 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1223 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1224 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1225 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1226 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1227 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1228 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1229 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1230 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1231 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1232 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1233 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1234 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1235 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1236 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1237 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1238 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1239 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1240 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1241 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1242 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1243 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1244 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1245 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1246 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1247 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1248 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1249 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1250 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1251 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1252 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1253 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1254 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1255 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1256 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1257 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1258 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1259 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1260 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1261 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1262 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1263 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1264 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1265 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1266 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1267 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1268 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1269 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1270 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1271 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1272 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1273 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1274 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1275 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1276 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1277 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1278 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1279 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1280 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1281 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1282 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1283 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1284 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1285 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1286 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1287 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1288 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1289 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1290 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1291 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1292 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1293 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1294 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1295 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1296 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1297 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1298 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_codecs.py", line 1948, in test_open
with codecs.open(os_helper.TESTFN, mode, 'ascii') as file:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358410_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_support.py", line 343, in test_temp_cwd
with os_helper.temp_cwd(name=TESTFN):
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358371_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 726, in test_5027_1
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 99, in test_fcntl_file_descriptor
self.f = open(TESTFN, 'wb')
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358502_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_codecs.py", line 728, in test_bug691291
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358410_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_support.py", line 250, in test_temp_dir__forked_child
script_helper.assert_python_ok("-c", textwrap.dedent("""
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
import os
^^^^^^^^^
...<15 lines>...
raise AssertionError("Child removed temp_path.")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"""))
^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/script_helper.py", line 182, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/script_helper.py", line 167, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/script_helper.py", line 80, in fail
raise AssertionError(f"Process return code is {exitcode}\n"
...<10 lines>...
f"---")
AssertionError: Process return code is 1
command line: ['/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/python', '-X', 'faulthandler', '-I', '-c', '\nimport os\nfrom test import support\nfrom test.support import os_helper\nwith os_helper.temp_cwd() as temp_path:\n pid = os.fork()\n if pid != 0:\n # parent process\n\n # wait for the child to terminate\n support.wait_process(pid, exitcode=0)\n\n # Make sure that temp_path is still present. When the child\n # process leaves the \'temp_cwd\'-context, the __exit__()-\n # method of the context must not remove the temporary\n # directory.\n if not os.path.isdir(temp_path):\n raise AssertionError("Child removed temp_path.")\n']
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358327æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_stat in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358533æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2307368æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1809, in test_repack_basic
expected_zinfos = self._prepare_zip_from_test_files(TESTFN, test_files)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 1280, in test_create_unix_server_ssl_verified
server, path = self._make_ssl_unix_server(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
lambda: proto, test_utils.SIGNED_CERTFILE)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 1118, in _make_ssl_unix_server
return self._make_unix_server(factory, ssl=sslcontext)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 1056, in _make_unix_server
server = self.loop.run_until_complete(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/asyncio/base_events.py", line 725, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/asyncio/unix_events.py", line 315, in create_unix_server
sock.bind(path)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1566, in test_remove_by_name_duplicated
zinfos = self._prepare_zip_from_test_files(TESTFN, test_files)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_gettext.py", line 179, in setUpClass
os.makedirs(LOCALEDIR)
~~~~~~~~~~~^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/os.py", line 244, in makedirs
makedirs(head, exist_ok=exist_ok)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/os.py", line 254, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'xx'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4633, in test_gh_93696_frozen_list
with open('gh93696.py', 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'gh93696.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 145, in test_unicode
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2358328_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fstring.py", line 1787, in test_debug_in_file
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358456æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_xml_etree_c in verbose mode (matching: test_write_to_binary_file, test_write_to_binary_file_with_bom, test_write_to_binary_file_with_encoding, test_write_to_filename, test_write_to_filename_as_unicode, test_write_to_filename_with_encoding, test_write_to_text_file, test_resource_warnings_failed_iteration)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2301463æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2308749æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackErrorCaretTests.test_multiline_method_call_a) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2318, in test_remote_exec_deleted_static_executable
self._run_remote_exec_with_deleted_mapping(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
copied_python, python_args=['-S'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
python_executable=copied_python)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2122, in _run_remote_exec_with_deleted_mapping
returncode, stdout, stderr = self._run_remote_exec_test(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
script, after_ready=delete_loaded_mapping, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358253_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2311133æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 274, in test_close
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 106, in setUp
os.mkdir(self.test_dir)
~~~~~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1834, in test_repack_propagation
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 337, in test_forking_not_handled
self.check_result(handled=False)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 340, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2358437_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1353, in test_prompt_with_interactive_terminal
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2336766_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 482, in test_xmlgen_pi
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 231, in test_bytearray
self.helper(b)
~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 89, in test_bytes_path_file_shelf
self.test_open_template(filename=os.fsencode(self.fn))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 66, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358610_tmpæ'
TracebackErrorCaretTests.test_multiline_method_call_b) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 737, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 2506, in test_xml
output = self.run_tests(testname, "--junit-xml", filename,
exitcode=EXITCODE_BAD_TEST)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1046, in run_tests
return self.run_python(cmdargs, **kw)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 893, in run_python
proc = self.run_command(cmd, **kw)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 881, in run_command
self.fail(msg)
~~~~~~~~~^^^^^
AssertionError: Command ['/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_usukpjxy/tmpz2nbh8yu', 'test_regrtest_noop58', '--junit-xml', '@test_2302467_tmpæ'] failed with exit code 1, but exit code 2 expected!
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 609, in test_init_with_x_mode
with LZMAFile(TESTFN, mode) as f:
~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/lzma.py", line 121, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358544_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 281, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358616_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 261, in test_fullname_variable
pth_dir, pth_fn = self.make_pth(code)
~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2305716_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tracemalloc.py", line 337, in test_snapshot_save_attr
snapshot.dump(os_helper.TESTFN)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/tracemalloc.py", line 430, in dump
with open(filename, "wb") as fp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2336434_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2299959æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 834, in test_truncate
with self.open(os_helper.TESTFN, self.write_mode, buffering=0) as raw:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358348_tmpæ'
TracebackLegacyErrorCaretTests.test_byte_offset_multiline) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 157, in test_write_readonly_file
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2358328_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 133, in test_infile_outfile
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 103, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358261_tmpæ'
TracebackCases.test_format_exception_group_nested_with_notes) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 647, in test_1463026_1_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 470, in test_xmlgen_content_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5347, in test_same_file
self.make_test_archive(f)
~~~~~~~~~~~~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5339, in make_test_archive
with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 357, in setUp
with open(self.file, "w") as tmp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2342682æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 1165, in test_write_to_file_with_bytes_filename
with LZMAFile(bytes_filename, "w") as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/lzma.py", line 121, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2334871_tmp\xc3\xa6'
TracebackCases.test_nocaret) ... ok
TracebackLegacyErrorCaretTests.test_specialization_variations) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_logging.py", line 5435, in test_logging_at_shutdown_open
assert_python_ok("-c", code)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/script_helper.py", line 182, in assert_python_ok
return _assert_python(True, *args, **env_vars)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/script_helper.py", line 167, in _assert_python
res.fail(cmd_line)
~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/script_helper.py", line 80, in fail
raise AssertionError(f"Process return code is {exitcode}\n"
...<10 lines>...
f"---")
AssertionError: Process return code is 1
command line: ['/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/python', '-X', 'faulthandler', '-I', '-c', '\nimport builtins\nimport logging\n\nclass A:\n def __del__(self):\n logging.error("log in __del__")\n\n# basicConfig() opens the file, but logging.shutdown() closes\n# it at Python exit. When A.__del__() is called,\n# FileHandler._open() must be called again to re-open the file.\nlogging.basicConfig(filename=\'@test_2358509_tmpæ\', encoding="utf-8")\n\na = A()\n\n# Simulate the Python finalization which removes the builtin\n# open() function.\ndel builtins.open\n']
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 130, in test_addpackage
with pth_file.create():
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 455, in create
with open(self.file_path, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2358319_tmp-9ob.pth'
TracebackCases.test_encoded_file)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/__init__.py", line 3231, in wrapper
return func(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 480, in test_encoded_file
do_test("", "foo", "ascii", 3)
~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 453, in do_test
with open(TESTFN, "w", encoding=charset) as output:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358418_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 323, in test_threading_not_handled
self.check_result(handled=False)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 340, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2358437_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_support.py", line 117, in test_unlink
with open(TESTFN, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2307146_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2311234æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358417æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lltrace.py", line 99, in test_lltrace_does_not_crash_on_subscript_operator
stdout = self.run_code("""
import code
...<5 lines>...
print('unreachable if bug exists')
""")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lltrace.py", line 23, in run_code
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358623_tmpæ'
TracebackErrorCaretTests.test_specialization_variations) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_http_cookiejar.py", line 344, in <module>
class FileCookieJarTests(unittest.TestCase):
...<139 lines>...
self.assertRaises(LoadError, MozillaCookieJar().load, filename)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_http_cookiejar.py", line 384, in FileCookieJarTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358374_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 205, in spawn_check_wrapper
return test_item(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 7470, in test_global_named_resource_spawn
with open(testfn, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335668_tmpæ'
TracebackErrorCaretTests.test_secondary_caret_not_elided) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2315976æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358599æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_urllib2net.py", line 189, in test_file
f = open(TESTFN, 'w')
OSError: [Errno 28] No space left on device: '@test_2358394_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4064, in test_close_on_exception
with zipfile.ZipFile(TESTFN2, "w") as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2309289æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358536æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_dbm_sqlite3 in verbose mode (matching: test_corrupt_force_new, test_corrupt_readwrite, test_datatypes_keys, test_datatypes_replace_coerced, test_datatypes_values, test_misuse_double_close, test_misuse_double_create, test_misuse_double_delete, test_misuse_empty_filename, test_misuse_invalid_flag, test_misuse_invalid_key, test_misuse_iter_close1, test_misuse_iter_close2, test_misuse_reinit, test_misuse_use_after_close, test_readonly_delete, test_readonly_iter, test_readonly_keys, test_readonly_read, test_readonly_write, test_readonly_dir_read, test_readonly_dir_write, test_readonly_file_read, test_readonly_file_write, test_readwrite_delete, test_readwrite_null_key, test_readwrite_null_value, test_readwrite_unique_key)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_cli.py", line 195, in test_interact_on_disk_file
out, err = self.run_cli(TESTFN, commands=("CREATE TABLE t(t);",))
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_cli.py", line 96, in run_cli
cli(args)
~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/sqlite3/__main__.py", line 139, in main
con = sqlite3.connect(args.filename, isolation_level=None)
sqlite3.OperationalError: unable to open database file
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4419, in test_write_to_filename
tree.write(TESTFN)
~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/xml/etree/ElementTree.py", line 734, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/xml/etree/ElementTree.py", line 763, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358456_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 3285, in test_write_regular_file
open(os_helper.TESTFN, 'wb', 0))
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2291544_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1179, in test_truncated_large_long4
self._test_truncated_data(data(size))
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1132, in _test_truncated_data
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2315976_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 20, in setUp
self.f = self.open(TESTFN, 'wb')
~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2304058_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2315779æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358409æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_fork.test_processes in verbose mode (matching: test_fd_transfer, test_large_fd_transfer, test_no_import_lock_contention, test_stderr_flush, test_sys_exit)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 177, in test_multiple_writes
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3777, in test_issue7964
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358622_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 214, in test_dict
self.helper(self.d)
~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 222, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2339501_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_trace.py", line 568, in test_count_no_report_accumulates_counts
with open(filename, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2322767_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_signal.py", line 244, in test_invalid_fd
fd = os_helper.make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 165, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2358282_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_plistlib.py", line 449, in test_io
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358416_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358274æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 133, in test_write
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 60, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2306695æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_urllib2.py", line 1435, in test_cookie_redirect
from test.test_http_cookiejar import interact_netscape
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_http_cookiejar.py", line 344, in <module>
class FileCookieJarTests(unittest.TestCase):
...<139 lines>...
self.assertRaises(LoadError, MozillaCookieJar().load, filename)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_http_cookiejar.py", line 384, in FileCookieJarTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2310330_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 122, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2329023_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2312983æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 847, in test_truncate_after_write
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358348_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 308, in test_sync_handled
BaseErrorTestServer(ValueError)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 352, in __init__
self.handle_request()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 295, in handle_request
return self._handle_request_noblock()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 317, in _handle_request_noblock
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 358, in handle_error
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2322344_tmpæ'
TracebackCases.test_print_last) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2358520æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Using random seed: 1929785027
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ioctl.py", line 208, in test_bad_fd
fd = os_helper.make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 165, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2322004_tmpæ'
TracebackErrorCaretTests.test_decorator_application_lineno_correct) ... ok
TracebackLegacyErrorCaretTests.test_caret_for_subscript_unicode) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 1176, in test_write_to_fileobj
with open(TESTFN, "wb") as raw:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2334871_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358631æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 597, in test_garbage_collection
rawio = self.FileIO(os_helper.TESTFN, "w+b")
OSError: [Errno 28] No space left on device: '@test_2306695_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 97, in test_context_manager_with_open_file
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1116)
connection timeout TimeoutError('timed out')
connection timeout TimeoutError('timed out')
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2487, in test_full_overlap_different_names
self.assertEqual(fz.read(), expected)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
AssertionError: b'PK\[156 chars]1\x02-\x00-\x00\x00\x00\x08\x00\xa0lH\x05\xe2\[263 chars]\x00' != b'PK\[156 chars]1\x02\x14\x00\x14\x00\x00\x00\x08\x00\xa0lH\x0[189 chars]\x00'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2336195æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 314, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 297, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358551_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 7625, in test_large_pool
with open(testfn, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335668_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 350, in test_run_anyfileexflags
self.check_run_simplefile('run_anyfileexflags', True)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 193, in check_run_simplefile
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358287_tmpæ'
TracebackErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 693, in test_tell_after_readline_with_cr
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2337169æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2330908æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/loader.py", line 433, in _find_test_path
module = self._get_module_from_name(name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/loader.py", line 374, in _get_module_from_name
__import__(name)
~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_importlib/import_/test_path.py", line 16, in <module>
class FinderTests:
...<196 lines>...
self.assertEqual(cache, {})
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_importlib/import_/test_path.py", line 157, in FinderTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358309_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 321, in test_sameopenfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335339_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_object.py", line 126, in testPyObjectPrintNULL
_testcapi.pyobject_print_null(output_filename)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358564æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_poll in verbose mode (matching: test_poll_unit_tests)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2359015æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 573, in test_init_with_filename
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2334871_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 1569, in test_resource_warnings_failed_iteration
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358456_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 866, in test_bp_condition
with create_modules(modules):
~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 540, in create_modules
with os_helper.temp_cwd():
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4188, in test_breakpoint
stdout, stderr = self.run_pdb_module(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3591, in run_pdb_module
os.mkdir(self.module_name)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1459, in test_multi_line_commands
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2336766_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_dbapi.py", line 683, in test_open_uri
with contextlib.closing(sqlite.connect(uri, uri=True)) as cx:
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
sqlite3.OperationalError: unable to open database file
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 586, in test_xmlgen_encoding_bytes
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2334871æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/tmp/test_python_usukpjxy/tmpqso_zjx3/test_regrtest_noop40.py", line 13, in test_fail_once
open(marker_filename, "w").close()
~~~~^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/regrtest_marker_filename'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 1176, in test_write_to_fileobj
with open(TESTFN, "wb") as raw:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358544_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 736, in test_unicode_join_endcase
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2358504_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2328, in test_repack_removed_bad_non_removed
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 191, in test_overflowed_write
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 109, in test_infile_stdout
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 103, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358261_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2298166æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 96, in test_run
self.profilermodule.run("int('1')", filename=TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 101, in run
return _Utils(Profile).run(statement, filename, sort)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 67, in run
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 80, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 403, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358522_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4618, in test_seek_tell
with zipfile.ZipFile(TESTFN, "w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4160, in test_read_after_write_unicode_filenames
with zipfile.ZipFile(TESTFN2, 'w') as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358290æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_io.test_file in verbose mode (matching: testAttributes, testErrors, testMethods, testReadWhenWriting, testReadinto, testReadinto_text, testWeakRefs, testWritelinesIntegers, testWritelinesIntegersUserList, testWritelinesNonString, testWritelinesUserList, testDefaultBufferSize, testIteration, testModeStrings, testTruncateOnWindows, testAttributes, testErrors, testMethods, testReadWhenWriting, testReadinto, testReadinto_text, testWeakRefs, testWritelinesIntegers, testWritelinesIntegersUserList, testWritelinesNonString, testWritelinesUserList, testDefaultBufferSize, testIteration, testModeStrings, testTruncateOnWindows, testSetBufferSize, testSetBufferSize)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5690, in test_create_command
with open(TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 321, in test_sameopenfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358483_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358657æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_threading in verbose mode
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 80, in test_binary_file_shelf
self.test_open_template(protocol=1)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 66, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358610_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 4181, in test_large_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2311947_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2336434æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4802, in test_checkline_after_reset
with open(os_helper.TESTFN, "w") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335854_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 106, in setUp
os.mkdir(self.test_dir)
~~~~~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2334869_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1858, in test_repack_bytes_before_first_file
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 217, in test_list
self.helper(list(self.d.items()))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 4137, in _writefd
fd = reduction.recv_handle(conn)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle
return recvfds(s, 1)[0]
~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/reduction.py", line 156, in recvfds
raise EOFError
EOFError
Process Process-3:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1120, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_2358558_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4392, in test_null_byte_in_filename
with zipfile.ZipFile(TESTFN, mode="w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tokenize.py", line 1703, in test_open
with open(filename, 'w', encoding=encoding) as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2302449_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4426, in test_write_to_filename_with_encoding
tree.write(TESTFN, encoding='utf-8')
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/xml/etree/ElementTree.py", line 734, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/xml/etree/ElementTree.py", line 763, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358456_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358555æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/case.py", line 690, in run
with outcome.testPartExecutor(self):
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
ResourceWarning: unclosed <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 36715), raddr=('127.0.0.1', 60204)>
TracebackException.test_smoke_user_exception) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 313, in test_sync_not_handled
BaseErrorTestServer(SystemExit)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 352, in __init__
self.handle_request()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 295, in handle_request
return self._handle_request_noblock()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 317, in _handle_request_noblock
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 358, in handle_error
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2322344_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358395æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_source_encoding.py", line 210, in test_file_parse_error_multiline
with open(TESTFN, "wb") as fd:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2342682_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2197, in test_remote_exec_with_exception
returncode, stdout, stderr = self._run_remote_exec_test(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 67, in test_error_conditions
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2358328_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358545æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_bool in verbose mode (matching: test_fileclosed)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/__init__.py", line 1462, in trace_wrapper
return func(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 913, in test_threads_write
with self.open(os_helper.TESTFN, "w", encoding="utf-8", buffering=1) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
TracebackLegacyErrorCaretTests.test_anchors_for_simple_assign_statements_are_elided) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 259, in test_run_anyfileflags
self.check_run_simplefile('run_anyfileflags', True)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 193, in check_run_simplefile
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358287_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358258æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_spawn.test_threads in verbose mode (matching: test_no_import_lock_contention)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2337407æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackLegacyErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2332397æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pydoc/test_pydoc.py", line 1360, in setUp
self.test_dir = os.mkdir(TESTFN)
~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358299_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358374æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1212, in test_truncated_large_binbytes8
self._test_truncated_data(data(size))
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1132, in _test_truncated_data
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358422_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 281, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358551_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1158, in test_connect_and_basic_commands
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358581_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1120, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_2311947_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4462, in test_unicode_comment
with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2305525æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1116)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 326, in test_read_not_from_start
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 77, in test_bool
self.helper(b)
~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358483æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_posixpath in verbose mode (matching: test_path_abspath, test_path_basename, test_path_commonpath, test_path_dirname, test_path_expanduser, test_path_expandvars, test_path_isabs, test_path_islink, test_path_ismount, test_path_join, test_path_lexists, test_path_normcase, test_path_normpath, test_path_realpath, test_path_relpath, test_path_split, test_path_splitdrive, test_path_splitext, test_path_splitroot, test_abspath_issue3426, test_exists, test_filetime, test_getsize, test_isdir, test_isfile, test_nonascii_abspath, test_samefile, test_samefile_on_link, test_sameopenfile, test_samestat, test_samestat_on_link, test_islink, test_ismount_non_existent, test_realpath_nonterminal_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 161, in test_flock
self.f = open(TESTFN, 'wb+')
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358502_tmpæ'
TracebackCases.test_format_exception_group_explicit_class) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1282, in test_keyboard_interrupt
self._create_script(script=script)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2336766_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3804, in test_issue46434
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358630æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1551, in test_env_changed
output = self.run_tests(testname)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1046, in run_tests
return self.run_python(cmdargs, **kw)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 893, in run_python
proc = self.run_command(cmd, **kw)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 881, in run_command
self.fail(msg)
~~~~~~~~~^^^^^
AssertionError: Command ['/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/python', '-X', 'faulthandler', '-I', '-m', 'test', '--testdir=/tmp/test_python_usukpjxy/tmppa1p__7d', 'test_regrtest_noop4'] failed with exit code 2, but exit code 0 expected!
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358327æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/tmp/test_python_y9j5s51p/tmpqtoed5gc/test_regrtest_noop1.py", line 6, in test_env_changed
open("env_changed", "w").close()
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'env_changed'
TracebackFormat.test_print_stack) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 219, in test_unseekable_incompleted_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4221, in test_package_without_a_main
os.makedirs(modpath)
~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/os.py", line 244, in makedirs
makedirs(head, exist_ok=exist_ok)
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/os.py", line 254, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_pkg'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 1165, in test_write_to_file_with_bytes_filename
with LZMAFile(bytes_filename, "w") as f:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/lzma.py", line 121, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2358544_tmp\xc3\xa6'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1190, in test_truncated_large_frame
self._test_truncated_data(data(size))
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1132, in _test_truncated_data
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2315976_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1488, in test_garbage_collection
CBufferedReaderTest.test_garbage_collection(self)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 597, in test_garbage_collection
rawio = self.FileIO(os_helper.TESTFN, "w+b")
OSError: [Errno 28] No space left on device: '@test_2358348_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358307æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_gettext in verbose mode (matching: FallbackTestCase, test_find_all, test_find_deduplication, test_find_with_c, test_find_with_env_vars, test_find_with_languages, test_find_with_no_lang, GNUTranslationParsingTest, GNUTranslationsClassPluralFormsTestCase, GNUTranslationsPluralFormsTestCase, GNUTranslationsWithDomainPluralFormsTestCase, GettextCacheTestCase, GettextTestCase1, GettextTestCase2, test_translation_fallback, UnicodeTranslationsPluralTest, UnicodeTranslationsTest, WeirdMetadataTest)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_with_unicode) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pydoc/test_pydoc.py", line 1032, in test_html_doc_undecodable_path
with os_helper.temp_cwd() as test_dir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_logging.py", line 5833, in test_encoding_errors
handler.close()
^^^^^^^
UnboundLocalError: cannot access local variable 'handler' where it is not associated with a value
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_logging.py", line 5677, in test_filename
logging.basicConfig(filename='test.log', encoding='utf-8')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 2132, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 1222, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 1251, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/test.log'
TracebackFormat.test_print_exception_bad_type_capi) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2300139æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1520, in test_exec_in_closure_result_uses_pdb_stdout
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358581_tmpæ_connect_test.py'
TracebackCases.test_clear) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ntpath.py", line 1693, in setUp
with open(self.file_name, 'xb', 0) as file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335339_tmpæ'
TracebackFormat.test_traceback_format_with_cleared_frames) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 175, in test_run_file
self.check_run_file(_testcapi.run_file, False)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 118, in check_run_file
create_text_file(filename, 'a\n')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 34, in create_text_file
with open(filename, 'w', encoding='utf8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2294214_tmp\xc3\xa6'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358480æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4116, in test_write_unicode_filenames
with zipfile.ZipFile(TESTFN, "w") as zf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 694, in process_request_thread
self.finish_request(request, client_address)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 359, in finish_request
self.RequestHandlerClass(request, client_address, self)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 763, in __init__
self.handle()
~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 367, in handle
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2322344_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tcl.py", line 281, in test_evalfile_surrogates_in_result
with open(filename, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2337169_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_source_encoding.py", line 210, in test_file_parse_error_multiline
with open(TESTFN, "wb") as fd:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358646_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4160, in test_read_after_write_unicode_filenames
with zipfile.ZipFile(TESTFN2, 'w') as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4542, in test_safe_path
with os_helper.temp_cwd() as cwd:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2326357æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 281, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2339501_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/__init__.py", line 1121, in wrapper
func(self, *args, **kwargs, **subtest_kwargs)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 230, in test_custom_invalid_serializer
os.mkdir(test_dir)
~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358610_tmpæ_281473341030256'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_readline.py", line 135, in test_nonascii_history
readline.write_history_file(TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3839, in test_issue13183
with open('bar.py', 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'bar.py'
TracebackException.test_comparison_params_variations) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_univnewlines.py", line 50, in setUp
with self.open(os_helper.TESTFN, self.WRITEMODE) as fp:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2324474_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 96, in test_run
self.profilermodule.run("int('1')", filename=TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 101, in run
return _Utils(Profile).run(statement, filename, sort)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 67, in run
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 80, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 403, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358480_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1150, in test_sys_exit
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2311947_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1972, in test_repack_bytes_before_removed_files
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_netrc.py", line 10, in <module>
class NetrcTestCase(unittest.TestCase):
...<337 lines>...
mock.assert_called_once()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_netrc.py", line 294, in NetrcTestCase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2333382_tmpæ'
TracebackErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2298166æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2300773æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_posixpath.py", line 899, in test_realpath_nonterminal_file
with open(ABSTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/@test_2358483_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 3518, in test_summary_should_show_carets
with open(TESTFN, "w") as file:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2313131_tmpæ'
TracebackErrorCaretTests.test_basic_caret) ... ok
TracebackCases.test_recursion_error_during_traceback)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 218, in test_recursion_error_during_traceback
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2313131_tmpæ'
TracebackException.test_unhashable) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 549, in test_nonascii_abspath
with os_helper.temp_cwd(name):
~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2335339_tmp\xe7w\xf0'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1725, in test_remove_mode_r
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335012æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File [35m"/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py"[0m, line [35m320[0m, in [35mtest_colors[0m
with [31mopen[0m[1;31m(infile, "w", encoding="utf-8")[0m as fp:
[31m~~~~[0m[1;31m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m
[1;35mOSError[0m: [35m[Errno 28] No space left on device: '@test_2358261_tmpæ'[0m
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 174, in test_addpackage_import_bad_pth_file
pth_dir, pth_fn = self.make_pth("abc\x00def\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2305716_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 247, in test_run_simplefileexflags
self.check_run_simplefile('run_simplefileexflags', True)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 193, in check_run_simplefile
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fstring.py", line 1800, in test_syntax_warning_infinite_recursion_in_file
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4174, in test_run_script_with_args
stdout, stderr = self.run_pdb_script(script, commands, script_args=["--bar", "foo"])
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 170, in test_custom_serializer_and_deserializer
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2338423_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2315368æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackFormat.test_exception_group_deep_recursion_traceback) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 244, in test_sitedir_variable
pth_dir, pth_fn = self.make_pth(code)
~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2358319_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 461, in _setUp
self.__setUp()
~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 3539, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 3356, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 778, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 734, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 718, in setUp
self.bindServer()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 726, in bindServer
self.bindSock(self.serv)
~~~~~~~~~~~~~^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 815, in bindSock
socket_helper.bind_unix_socket(sock, path)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/socket_helper.py", line 124, in bind_unix_socket
sock.bind(addr)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4042, in test_pdbrc_alias
stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback.test_colorized_traceback_is_the_default) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4672, in test_uncompressed_interleaved_seek_read
with zipfile.ZipFile(TESTFN, "w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2336841æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 816, in wrapper
return fxn(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/mock.py", line 1437, in patched
return func(*newargs, **newkeywargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2059, in test_repack_bytes_between_removed_files
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2315801æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Using random seed: 160978961
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 20, in setUp
self.f = self.open(TESTFN, 'wb')
~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2304058_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/xml/etree/ElementTree.py", line 758, in _get_writer
write = file_or_filename.write
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'write'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1111, in test_stderr_flush
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2358421_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2139, in test_remote_exec_bytes
returncode, stdout, stderr = self._run_remote_exec_test(script,
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
script_path=script_path)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2280664_tmp\xc3\xa6_bytes_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 4137, in _writefd
fd = reduction.recv_handle(conn)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle
return recvfds(s, 1)[0]
~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/reduction.py", line 156, in recvfds
raise EOFError
EOFError
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1692, in test_remove_zip64
zinfos = self._prepare_zip_from_test_files(TESTFN, self.test_files, force_zip64=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 222, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358483_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3641, in test_find_function_found
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
"""\
^^^^
...<10 lines>...
('bœr', 5),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3600, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335854_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358394æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_urllib2net in verbose mode (matching: test_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackLegacyErrorCaretTests.test_caret_exception_group) ... ok
TracebackCases.test_caret_wide_char) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 580, in test_telling
f = self.open(os_helper.TESTFN, "w+", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2324605æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358643æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_fstring in verbose mode (matching: test_debug_in_file, test_filename_in_syntaxerror, test_gh139516, test_syntax_warning_infinite_recursion_in_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackErrorCaretTests.test_many_lines_no_caret) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 815, in test_temporary_bp
with create_modules(modules):
~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 540, in create_modules
with os_helper.temp_cwd():
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 272, in test_fcntl_small_buffer
self._check_fcntl_not_mutate_len()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 234, in _check_fcntl_not_mutate_len
self.f = open(TESTFN, 'wb')
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358502_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4462, in test_unicode_comment
with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 79, in test_flags
self.g = gdbm.open(filename, mode)
~~~~~~~~~^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
TracebackErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 878, in test_seek_bom
with self.open(filename, 'w', encoding=charset) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4426, in test_write_to_filename_with_encoding
tree.write(TESTFN, encoding='utf-8')
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/xml/etree/ElementTree.py", line 734, in write
with _get_writer(file_or_filename, encoding) as (write, declared_encoding):
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/xml/etree/ElementTree.py", line 763, in _get_writer
with open(file_or_filename, "w", encoding=encoding,
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors="xmlcharrefreplace") as file:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2323425_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 847, in test_truncate_after_write
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2306695_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_dbapi.py", line 2036, in test_ctx_mgr_rollback_if_commit_failed
self.assertEqual("started", proc.stdout.readline().strip())
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: 'started' != ''
- started
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358309æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1120, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_2358421_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 860, in test_indexOf
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2358504_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 107, in test_runctx
self.profilermodule.runctx("testfunc()", globals(), locals(),
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
filename=TESTFN)
^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 109, in runctx
return _Utils(Profile).runctx(statement, globals, locals, filename, sort)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 76, in runctx
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 80, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 403, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2315779_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5142, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_multibytecodec.py", line 330, in test_bug1728403
f = open(TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_2358427_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-276 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-277 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-278 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-279 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-280 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-281 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-282 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-283 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-284 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-285 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-286 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-287 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-288 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-289 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-290 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-291 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-292 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-293 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-294 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-295 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-296 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-297 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-298 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-299 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-300 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-301 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-302 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-303 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-304 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-305 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-306 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-307 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-308 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-309 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-310 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-311 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-312 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-313 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-314 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-315 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-316 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-317 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-318 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-319 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-320 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-321 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-322 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-323 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-324 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-325 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-326 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-327 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-328 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-329 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-330 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-331 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-332 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-333 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-334 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-335 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-336 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-337 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-338 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-339 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-340 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-341 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-342 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-343 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-344 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-345 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-346 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-347 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-348 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-349 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-350 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-351 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-352 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-353 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-354 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-355 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-356 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-357 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-358 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-359 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-360 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-361 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-362 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-363 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-364 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-365 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-366 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-367 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-368 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-369 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-370 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-371 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-372 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-373 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-374 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2103, in test_repack_prepended_bytes
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4064, in test_close_on_exception
with zipfile.ZipFile(TESTFN2, "w") as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2625, in test_non_utf8
err = run_script(b"\x89")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2355, in run_script
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358274_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358260æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3857, in test_extract_all_with_target
self._test_extract_all_with_target(extdir)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3842, in _test_extract_all_with_target
self.make_test_file()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3778, in make_test_file
with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2304548æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2244, in test_remote_exec_syntax_error
returncode, stdout, stderr = self._run_remote_exec_test(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4480, in test_write_to_binary_file_with_encoding
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2323425_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4471, in test_write_to_binary_file
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2323425_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 96, in test_run
self.profilermodule.run("int('1')", filename=TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 101, in run
return _Utils(Profile).run(statement, filename, sort)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 67, in run
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 80, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 403, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2315779_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358448æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_regrtest in verbose mode (matching: test_fromfile, test_ignorefile, test_matchfile, test_match, test_coverage, test_env_changed, test_huntrleaks, test_huntrleaks_fd_leak, test_huntrleaks_mp, test_rerun_success, test_xml)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1357, in test_huntrleaks
self.check_huntrleaks(run_workers=False)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1354, in check_huntrleaks
self.check_leak(code, 'references', run_workers=run_workers)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1330, in check_leak
self.check_executed_tests(output, [test], failed=test, stats=1)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 794, in check_executed_tests
self.check_line(output, line, full=True)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 673, in check_line
self.assertRegex(output, regex)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
AssertionError: Regex didn't match: '^Total tests: run=1\n' not found in 'tests may fail, unable to create temporary directory \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2358649æ\': [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2358649æ\'\nTraceback (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir\n os.mkdir(path)\n ~~~~~~~~^^^^^^\nOSError: [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2358649æ\'\nStack (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fe
dora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code\n exec(code, run_globals)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>\n main(_add_python_opts=True)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main\n Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main\n exitcode = self.run_tests(selected, tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-st
able-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests\n with os_helper.temp_cwd(work_dir, quiet=True):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__\n for once in self.gen:\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd\n with temp_dir(path=name, quiet=qu
k-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main\n Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main\n exitcode = self.run_tests(selected, tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests\n with os_helper.temp_cwd(work_dir, quiet=True):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__\n for once in self.gen:\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd\n with change_cwd(t
emp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 2067233844\n0:00:00 load avg: 3.89 mem: 16.0 MiB Run 1 test sequentially in a single process\n0:00:00 load avg: 3.89 mem: 16.0 MiB [1/1] test_regrtest_huntrleaks\nbeginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)\n123:456\nXX1 111\ntest_regrtest_huntrleaks leaked [1, 1, 1] references, sum=3\ntest test_regrtest_huntrleaks crashed -- Traceback (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc\n _load_run_test(result, runtests)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 165, in _load_run_test\n regrtest_runner(result, test_func, runtests)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 114, in regrtest_runner\n refleak, test_result = runtest_refleak(result.test_name, test_func,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n runtests.hunt_refleak,\n ^^^^^^^^^^^^^^^^^^^^^^\n runtests.quiet)\n ^^^^^^^^^^^^^^^\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/refleak.py", line 230, in runtest_refleak\n with open(filename, "a", encoding="utf-8") as refrep:\n ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nOSError: [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.
refleak/build/reflog.txt\'\n\n0:00:00 load avg: 4.38 mem: 16.0 MiB [1/1/1] test_regrtest_huntrleaks failed (uncaught exception)\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 818 ms\nTotal tests: run=0\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2225, in test_remote_exec_disabled_by_xoption
self._run_remote_exec_test("print('should not run')", python_args=['-Xdisable-remote-debug'])
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358253_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2322767æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackException.test_dont_swallow_cause_or_context_of_falsey_exception) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 549, in test_nonascii_abspath
with os_helper.temp_cwd(name):
~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2329023_tmp\xe7w\xf0'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/mock.py", line 1437, in patched
return func(*newargs, **newkeywargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2375, in test_repack_closed
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2334869æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackErrorCaretTests.test_caret_for_call_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_ndbm.py", line 13, in setUp
self.d = dbm.ndbm.open(self.filename, 'c')
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
_dbm.error: [Errno 28] No space left on device: '@test_2311234_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 598, in setUp
create_file(self.file_name, b"test_genericpath.PathLikeTests")
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358616_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358427æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_multibytecodec in verbose mode (matching: test_bug1728403)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackErrorCaretTests.test_caret_in_type_annotation) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_object.py", line 112, in testPyObjectPrintObject
_testcapi.call_pyobject_print(obj, output_filename, False)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358287_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 149, in testModeStrings
self.open(TESTFN, 'wb').close()
~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358290_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358255æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_io.test_textio in verbose mode (matching: test_seek_and_tell, test_seek_append_bom, test_seek_bom, test_seek_with_encoder_state, test_seeking, test_seeking_too, test_tell_after_readline_with_cr, test_telling, test_threads_write)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_clinic.py", line 749, in test_cloned_forced_text_signature
self.clinic.parse(block)
~~~~~~~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Tools/clinic/libclinic/app.py", line 218, in parse
self.writer.makedirs(dirname)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Tools/clinic/libclinic/utils.py", line 63, in makedirs
os.makedirs(dirname)
~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/os.py", line 254, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: './clinic'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2336434æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 277, in testIteration
bag = self.open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2304058_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 149, in testModeStrings
self.open(TESTFN, 'wb').close()
~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2304058_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2334863æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358578æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 346, in test_run_interactiveloopflags
self.check_run_interactive(run, True, use_loop=True)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 318, in check_run_interactive
self._check_run_interactive(run, encode_filename, use_loop)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 264, in _check_run_interactive
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 580, in test_telling
f = self.open(os_helper.TESTFN, "w+", encoding="utf-8")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2281659_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 197, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358551_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2312375æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2304058æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 66, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2338423_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2359035æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358325æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_asyncio.test_events in verbose mode (matching: test_create_ssl_unix_connection, test_create_unix_connection, test_create_unix_server, test_create_unix_server_ssl, test_create_unix_server_ssl_verified, test_create_unix_server_ssl_verify_failed, test_write_named_fifo_unread_data, test_create_ssl_unix_connection, test_create_unix_connection, test_create_unix_server, test_create_unix_server_ssl, test_create_unix_server_ssl_verified, test_create_unix_server_ssl_verify_failed, test_write_named_fifo_unread_data, test_read_fifo, test_read_regular_file, test_write_fifo, test_write_regular_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5361, in test_different_file
self.make_test_archive(f)
~~~~~~~~~~~~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5339, in make_test_archive
with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 191, in test_open_with_bytes_path
gdbm.open(os.fsencode(filename), "c").close()
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4084, in test_readrc_kwarg
stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc='invalid', remove_home=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358631æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_sqlite3 in verbose mode (matching: test_cli_on_disk_db, test_interact_on_disk_file, test_open_unquoted_uri, test_open_uri, test_open_uri_readonly, test_open_with_bytes_path, test_open_with_path_like_object, test_trace_callback_content, test_delete_starts_transaction, test_dml_does_not_auto_commit_before, test_insert_starts_transaction, test_locking, test_multiple_cursors_and_iternext, test_raise_timeout, test_replace_starts_transaction, test_rollback_cursor_consistency, test_toggle_auto_commit, test_update_starts_transaction, test_ctx_mgr_rollback_if_commit_failed)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_object.py", line 143, in testPyObjectPrintOSError
open(output_filename, "w+").close()
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358287_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2586 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2587 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2588 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2589 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2590 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2591 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2592 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2593 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2594 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2595 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2596 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2597 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2598 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2599 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2600 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2601 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2602 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2603 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2604 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2605 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2606 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2607 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2608 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2609 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2610 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2611 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2612 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2613 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2614 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2615 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2616 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2617 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2618 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2619 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2620 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2621 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2622 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2623 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2624 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2625 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2626 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2627 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2628 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2629 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2630 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2631 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2632 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2633 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2634 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2635 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2636 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2637 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2638 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2639 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2640 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2641 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2642 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2643 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2644 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2645 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2646 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2647 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2648 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2649 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2650 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2651 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2652 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2653 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2654 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2655 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2656 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2657 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2658 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2659 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2660 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2661 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2662 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2663 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2664 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2665 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2666 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2667 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2668 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2669 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2670 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2671 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2672 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2673 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2674 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2675 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2676 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2677 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2678 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2679 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2680 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2681 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2682 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2683 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2684 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4051, in test_close
with zipfile.ZipFile(TESTFN2, "w") as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 122, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358616_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 341, in test_run_interactiveloop
self.check_run_interactive(run, True, use_loop=True)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 318, in check_run_interactive
self._check_run_interactive(run, encode_filename, use_loop)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 264, in _check_run_interactive
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 273, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 28, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 148, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 51, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/pathlib/__init__.py", line 1204, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_2358536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 4943, in test_dump_text_file
f = open(TESTFN, "w")
OSError: [Errno 28] No space left on device: '@test_2358422_tmpæ'
TracebackLegacyErrorCaretTests.test_caret_multiline_expression_syntax_error) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 220, in test_tuple
self.helper(tuple(self.d.keys()))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2333957æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358256æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_logging.py", line 5813, in test_encoding
handler.close()
^^^^^^^
UnboundLocalError: cannot access local variable 'handler' where it is not associated with a value
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fileinput.py", line 984, in test_modes
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358267_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5690, in test_create_command
with open(TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_object.py", line 126, in testPyObjectPrintNULL
_testcapi.pyobject_print_null(output_filename)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358287_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 189, in test_lockf_share
self.f = open(TESTFN, 'wb+')
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358502_tmpæ'
TracebackErrorCaretTests.test_caret_for_binary_operators_two_char) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 1206, in test_return_command_in_generator_with_subiterator
with create_modules(modules):
~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 540, in create_modules
with os_helper.temp_cwd():
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335672æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (test.test_exceptions.ExceptionTests.testInvalidTraceback) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/case.py", line 690, in run
with outcome.testPartExecutor(self):
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
ResourceWarning: unclosed <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 49059), raddr=('127.0.0.1', 51556)>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 141, in test_parse_text
make_xml_file(self.data, encoding)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2210, in test_new_namespace_for_each_remote_exec
returncode, stdout, stderr = self._run_remote_exec_test(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_sendfile.py", line 148, in setUpClass
super().setUpClass()
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_sendfile.py", line 113, in setUpClass
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358381_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2302385æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2359015æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_regrtest_noop9 in verbose mode (matching: test_fail_once)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 89, in test_write_context_manager_calls_close
with self.module.open(TESTFN, 'wb'):
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 7625, in test_large_pool
with open(testfn, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358652_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358504æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_iter in verbose mode (matching: test_builtin_list, test_builtin_map, test_builtin_max_min, test_builtin_tuple, test_builtin_zip, test_countOf, test_in_and_not_in, test_indexOf, test_iter_file, test_unicode_join_endcase, test_unpack_iter, test_writelines)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5142, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2334869æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 511, in test_builtin_tuple
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2358504_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2314208æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358425æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_subprocess in verbose mode (matching: test_cwd_with_relative_arg, test_cwd_with_relative_executable, test_cwd_with_relative_arg, test_cwd_with_relative_executable)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3671, in test_find_function_found_with_encoding_cookie
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
"""\
^^^^
...<11 lines>...
('bœr', 6),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3600, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358622_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 99, in test_fcntl_file_descriptor
self.f = open(TESTFN, 'wb')
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2330799_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2333382æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 222, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358616_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2358977æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_urllib2.py", line 890, in test_file
f = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2358380_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2313131æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 736, in test_unicode_join_endcase
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2330908_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 954, in test_clear_two_bp_on_same_line
with create_modules(modules):
~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 540, in create_modules
with os_helper.temp_cwd():
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2225, in test_remote_exec_disabled_by_xoption
self._run_remote_exec_test("print('should not run')", python_args=['-Xdisable-remote-debug'])
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_object.py", line 325, in test_pyobject_dump
output = self.pyobject_dump(str_obj)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_object.py", line 309, in pyobject_dump
with open(filename, "wb") as fp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 588, in test_builtin_max_min
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2330908_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 745, in test_5027_2
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 212, in testSetBufferSize
self._checkBufferSize(s)
~~~~~~~~~~~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 202, in _checkBufferSize
self.fail('error setting buffer size %d: %s' % (s, str(msg)))
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: error setting buffer size -1: [Errno 28] No space left on device: '@test_2358290_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4357, in test_file_modified_after_execution_with_restart
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 619, in test_seeking_too
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2281659_tmpæ'
TracebackCases.test_extract_stack) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358410æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 155, in test_parse_bytes
make_xml_file(self.data, encoding)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1397, in test_protocol_version
self._create_script(script=script)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358581_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1556, in test_nullpat
self.drive_one(b'\0' * 1000)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1546, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1518, in try_one
f = self.open(os_helper.TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2358348_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_support.py", line 362, in test_make_bad_fd
fd = os_helper.make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 165, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2358371_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358276æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4407, in test_comments
with zipfile.ZipFile(TESTFN, mode="w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipapp.py", line 16, in <module>
class ZipAppTest(unittest.TestCase):
...<361 lines>...
self.assertFalse(target.stat().st_mode & stat.S_IEXEC)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipapp.py", line 359, in ZipAppTest
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358527_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 222, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358551_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 580, in test_telling
f = self.open(os_helper.TESTFN, "w+", encoding="utf-8")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 241, in test_samefile
create_file(file1)
~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358616_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 911, in test_read_from_file_with_bytes_filename
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2334871_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2304, in test_repack_removed_bad_header_offset
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_gettext.py", line 864, in setUp
self.tempdir = self.enterContext(os_helper.temp_cwd())
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/case.py", line 503, in enterContext
return _enter_context(cm, self.addCleanup)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/case.py", line 125, in _enter_context
result = enter(cm)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2332470æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2322413æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 130, in test_addpackage
with pth_file.create():
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 455, in create
with open(self.file_path, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2305716_tmp-9ob.pth'
TracebackErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 1146, in test_expat_inpsource_sysid_nonascii
shutil.copyfile(TEST_XMLFILE, fname)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/shutil.py", line 331, in copyfile
with open(dst, 'wb') as fdst:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358601_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 1298, in test_expat_locator_withinfo_nonascii
shutil.copyfile(TEST_XMLFILE, fname)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/shutil.py", line 331, in copyfile
with open(dst, 'wb') as fdst:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358601_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4315, in test_file_modified_after_execution_with_multiple_instances
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1353, in test_prompt_with_interactive_terminal
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358581_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358622æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_pdb in verbose mode (matching: test_checkline_after_reset, test_checkline_before_debugging, test_checkline_is_not_executable, test_async_break, test_blocks_at_first_code_line, test_breakpoint, test_empty_file, test_end_of_options_separator, test_errors_in_command, test_file_modified_after_execution, test_file_modified_after_execution_with_multiple_instances, test_file_modified_after_execution_with_restart, test_file_modified_and_immediately_restarted, test_find_function_empty_file, test_find_function_first_executable_line, test_find_function_found, test_find_function_found_with_bom, test_find_function_found_with_encoding_cookie, test_gh_93696_frozen_list, test_gh_94215_crash, test_issue13120, test_issue13183, test_issue16180, test_issue26053, test_issue34266, test_issue36250, test_issue42383, test_issue42384, test_issue46434, test_issue58956, test_issue7964, test_issue84583, test_issue_59000, test_module_is_run_as_main, test_module_without_a_main, test_package_without
_a_main, test_pdbrc_alias, test_pdbrc_basic, test_pdbrc_commands, test_pdbrc_empty_line, test_pdbrc_semicolon, test_post_mortem_restart, test_readrc_current_dir, test_readrc_cwd_is_home, test_readrc_kwarg, test_relative_imports, test_relative_imports_on_plain_module, test_run_module, test_run_script_with_args, test_safe_path, test_spec, test_step_into_botframe, test_alternate_stdin, test_quit, test_quit_after_interact, test_readline_not_imported, test_set_trace_with_skip)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358544æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_lzma in verbose mode (matching: test_close, test_fileno, test_init_mode, test_init_with_PathLike_filename, test_init_with_filename, test_init_with_x_mode, test_read_from_file, test_read_from_file_with_bytes_filename, test_read_from_fileobj, test_read_from_fileobj_with_int_name, test_write_append_to_file, test_write_to_file, test_write_to_file_with_bytes_filename, test_write_to_fileobj, test_write_to_fileobj_with_int_name, test_filename, test_with_pathlike_filename, test_x_mode)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 442, in setUp
os.mkdir(dirname)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358610_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 878, in test_seek_bom
with self.open(filename, 'w', encoding=charset) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2281659_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/mock.py", line 1437, in patched
return func(*newargs, **newkeywargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2413, in test_repack_mode_w
with zipfile.ZipFile(TESTFN, 'w') as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2309848æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4468, in test_change_comment_in_empty_archive
with zipfile.ZipFile(TESTFN, "a", zipfile.ZIP_STORED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tcl.py", line 281, in test_evalfile_surrogates_in_result
with open(filename, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358577_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 310, in test_copy
fout = self.fout = self.module.open(TESTFN, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 20, in setUp
self.f = self.open(TESTFN, 'wb')
~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358290_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2321794æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Using random seed: 1595001873
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_subprocess.py", line 490, in test_cwd_with_relative_executable
with os_helper.temp_cwd() as wrong_dir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
TracebackCases.test_format_exception_group_with_note) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 149, in test_write_array
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 60, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358281æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_univnewlines.py", line 50, in setUp
with self.open(os_helper.TESTFN, self.WRITEMODE) as fp:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358460_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_poll.py", line 92, in test_poll_unit_tests
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2334863_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 636, in test_1463026_1
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 3518, in test_summary_should_show_carets
with open(TESTFN, "w") as file:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358418_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 831, in wrapper
return fxn(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4026, in test_write_with_source_date_epoch
with zipfile.ZipFile(TESTFN, "w") as zf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2326176æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1111, in test_stderr_flush
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2358409_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 187, in test_run_fileexflags
self.check_run_file(_testcapi.run_fileexflags, True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 118, in check_run_file
create_text_file(filename, 'a\n')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 34, in create_text_file
with open(filename, 'w', encoding='utf8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2358287_tmp\xc3\xa6'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 350, in test_run_anyfileexflags
self.check_run_simplefile('run_anyfileexflags', True)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 193, in check_run_simplefile
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4023, in test_pdbrc_empty_line
stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2332558æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 165, in _load_run_test
regrtest_runner(result, test_func, runtests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 114, in regrtest_runner
refleak, test_result = runtest_refleak(result.test_name, test_func,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
runtests.hunt_refleak,
^^^^^^^^^^^^^^^^^^^^^^
runtests.quiet)
^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/refleak.py", line 145, in runtest_refleak
result = test_func()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 162, in test_func
return run_unittest(test_mod, runtests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 38, in run_unittest
raise Exception("errors while loading tests")
Exception: errors while loading tests
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 438, in test_xmlgen_basic
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358599æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_os.test_os in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335439æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 92, in test_pathlib_bytes_path_file_shelf
self.test_open_template(filename=os_helper.FakePath(os.fsencode(self.fn)))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 66, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2338423_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 198, in test_clear
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1711, in test_remove_closed
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2308421æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1382, in test_close_after_close
with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1393, in test_write_after_close
with zipfile.ZipFile(TESTFN2, "w", self.compression) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_eintr.py", line 374, in test_open
self._test_open("fp = open(path, 'r')\nfp.close()",
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.python_open)
^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_eintr.py", line 345, in _test_open
os.mkfifo(filename)
~~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4358, in test_read0
with zipfile.ZipFile(TESTFN, mode="w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358651æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_fork.test_misc in verbose mode (matching: test_large_pool)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_codecs.py", line 1948, in test_open
with codecs.open(os_helper.TESTFN, mode, 'ascii') as file:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '@test_2315368_tmpæ'
TracebackErrorCaretTests.test_caret_for_subscript_with_spaces_and_parenthesis) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4450, in test_write_to_text_file
with open(TESTFN, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2323425_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2326176æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4471, in test_write_to_binary_file
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358456_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 1298, in test_expat_locator_withinfo_nonascii
shutil.copyfile(TEST_XMLFILE, fname)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/shutil.py", line 331, in copyfile
with open(dst, 'wb') as fdst:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2337488_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358311æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 4154, in test_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358558_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2326168æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_eintr.py", line 547, in test_lockf
self._lock(fcntl.lockf, "lockf")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_eintr.py", line 525, in _lock
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358317_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 38, in test_key_methods
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_trace.py", line 520, in test_listfuncs_flag_success
with open(filename, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358454_tmpæ.py'
TracebackAttr (test.test_exceptions.ExceptionTests.testNoneClearsTracebackAttr) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358652æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_spawn.test_misc in verbose mode (matching: test_large_pool, test_global_named_resource_spawn)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358646æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_source_encoding in verbose mode (matching: test_file_parse, test_file_parse_error_multiline, test_tokenizer_fstring_warning_in_first_line)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 698, in test_1463026_3_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2611, in test_encodings
err = run_script(source.encode('cp437'))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2355, in run_script
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2298166_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4475, in test_change_comment_in_nonempty_archive
with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2358602æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Using random seed: 4093002873
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4816, in test_checkline_is_not_executable
with open(os_helper.TESTFN, "w") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358622_tmpæ'
TracebackErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 87, in test_fcntl_fileno
self.f = open(TESTFN, 'wb')
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358502_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_cmd_line_script.py", line 593, in test_non_ascii
script_name = _make_test_script(os.getcwd(), name, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_cmd_line_script.py", line 78, in _make_test_script
to_return = make_script(script_dir, script_basename, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/script_helper.py", line 239, in make_script
with open(script_name, 'w', encoding='utf-8') as script_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)test_2358534_tmp\udce7w\udcf0.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2332355æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358533æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_httpservers in verbose mode (matching: test_http_client, test_https_client)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:1116)
connection timeout TimeoutError('timed out')
k
TracebackLegacyErrorCaretTests.test_byte_offset_with_wide_characters_term_highlight) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5361, in test_different_file
self.make_test_archive(f)
~~~~~~~~~~~~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5339, in make_test_archive
with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2324806æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2329197æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_argparse.py", line 237, in <module>
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2304726_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_trace.py", line 458, in setUp
with open(self.codefile, 'w', encoding='iso-8859-15') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'tmp.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 357, in setUp
with open(self.file, "w") as tmp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2334871æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 193, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 28, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 148, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 51, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/pathlib/__init__.py", line 1204, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_2358536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2300773æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4155, in test_read_zipfile_error
self.create_zipfile_with_extra_data("이름.txt", b"\xff")
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4126, in create_zipfile_with_extra_data
with zipfile.ZipFile(TESTFN, mode='w') as zf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tools/test_msgfmt.py", line 48, in test_binary_header
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
TracebackErrorCaretTests.test_memory_error) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1662 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1663 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1664 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1665 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1666 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1667 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1668 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1669 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1670 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1671 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1672 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1673 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1674 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1675 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1676 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1677 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1678 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1679 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1680 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1681 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1682 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1683 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1684 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1685 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1686 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1687 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1688 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1689 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1690 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1691 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1692 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1693 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1694 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1695 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1696 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1697 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1698 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1699 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1700 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1701 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1702 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1703 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1704 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1705 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1706 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1707 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1708 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1709 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1710 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1711 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1712 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1713 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1714 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1715 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1716 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1717 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1718 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1719 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1720 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1721 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1722 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1723 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1724 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1725 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1726 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1727 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1728 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1729 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1730 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1731 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1732 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1733 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1734 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1735 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1736 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1737 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1738 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1739 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1740 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1741 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1742 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1743 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1744 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1745 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1746 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1747 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1748 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1749 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1750 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1751 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1752 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1753 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1754 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1755 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1756 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1757 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1758 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1759 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-1760 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
k
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_unicode) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_logging.py", line 5863, in test_encoding_errors_none
logging.basicConfig(filename='test.log', encoding=encoding,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
errors=None,
^^^^^^^^^^^^
format='%(message)s', level=logging.DEBUG)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 2132, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 1222, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 1251, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/test.log'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358328æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5440, in test_write_while_reading
with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_DEFLATED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358278æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_audit in verbose mode (matching: test_marshal)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 96, in test_run
self.profilermodule.run("int('1')", filename=TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/__init__.py", line 29, in run
return _Utils(Profile).run(statement, filename, sort)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/_utils.py", line 17, in run
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/_utils.py", line 30, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/__init__.py", line 63, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2315779_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3770, in test_find_function_first_executable_line
self._assert_find_function(code, 'foo', ('foo', 1))
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3600, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335854_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/__init__.py", line 1121, in wrapper
func(self, *args, **kwargs, **subtest_kwargs)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 230, in test_custom_invalid_serializer
os.mkdir(test_dir)
~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2338423_tmpæ_281473192006976'
TracebackCases.test_format_exception_group_without_show_group) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5416, in test_write_after_read
with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 579, in _sleep_some_event
time.sleep(100)
~~~~~~~~~~^^^^^
KeyboardInterrupt
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/__init__.py", line 1121, in wrapper
func(self, *args, **kwargs, **subtest_kwargs)
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 230, in test_custom_invalid_serializer
os.mkdir(test_dir)
~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2338423_tmpæ_10584824'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 709, in test_seek_with_encoder_state
f = self.open(os_helper.TESTFN, "w", encoding="euc_jis_2004")
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 271, in test_samefile_on_link
self._test_samefile_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 255, in _test_samefile_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358483_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ntpath.py", line 1283, in test_relpath
with os_helper.temp_cwd(os_helper.TESTFN) as cwd_dir:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358551_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 141, in test_parse_text
make_xml_file(self.data, encoding)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358278æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4427, in test_relative_imports_on_plain_module
os.mkdir(self.module_name)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2326, in test_remote_exec_in_process_without_debug_fails_envvar
with open(script, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tools/test_msgfmt.py", line 137, in test_generic_syntax_error
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358509æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 191, in test_overflowed_write
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 321, in test_sameopenfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2329023_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358522æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_profile in verbose mode (matching: test_run, test_runctx)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4672, in test_uncompressed_interleaved_seek_read
with zipfile.ZipFile(TESTFN, "w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4295, in test_file_modified_and_immediately_restarted
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 193, in _checkBufferSize
f = self.open(TESTFN, 'wb', s)
OSError: [Errno 28] No space left on device: '@test_2358290_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2131, in test_remote_exec
returncode, stdout, stderr = self._run_remote_exec_test(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 705, in testFrozenSet
self.helper(frozensetobj)
~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 141, in test_write_bytearray
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 60, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 658, in test_1463026_2
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 786, in test_slice
self.helper(obj)
~~~~~~~~~~~^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 175, in test_run_file
self.check_run_file(_testcapi.run_file, False)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 118, in check_run_file
create_text_file(filename, 'a\n')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 34, in create_text_file
with open(filename, 'w', encoding='utf8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2358287_tmp\xc3\xa6'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 470, in test_xmlgen_content_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1711, in test_remove_closed
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 122, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358483_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_source_encoding.py", line 180, in test_file_parse
f = open(filename, "w", encoding="cp1252")
OSError: [Errno 28] No space left on device: '@test_2342682_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2315779æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4407, in test_comments
with zipfile.ZipFile(TESTFN, mode="w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3999, in test_open_via_zip_info
with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_support.py", line 362, in test_make_bad_fd
fd = os_helper.make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 165, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2307146_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4438, in test_write_to_filename_as_unicode
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358456_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1222, in test_truncated_large_bytearray8
self._test_truncated_data(data(size))
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1132, in _test_truncated_data
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358422_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_dbapi.py", line 645, in test_open_with_bytes_path
with contextlib.closing(sqlite.connect(path)) as cx:
~~~~~~~~~~~~~~^^^^^^
sqlite3.OperationalError: unable to open database file
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 203, in test_unseekable_read
with self.create_file(TESTFN) as f:
~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 60, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1411, in test_zipwritefile_attrs
with zipfile.ZipFile(TESTFN2, mode="w", compression=self.compression) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
TracebackErrorCaretTests.test_traceback_very_long_line) ... ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 111, in test_getsize
create_file(filename, b'Hello')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2329023_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335668æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_codecs.py", line 1948, in test_open
with codecs.open(os_helper.TESTFN, mode, 'ascii') as file:
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
FileNotFoundError: [Errno 2] No such file or directory: '@test_2358410_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 197, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358616_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: NO_SUITABLE_KEY_SHARE] no suitable key share (_ssl.c:1116)
connection timeout TimeoutError('timed out')
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2308182æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3822, in test_extract_with_target
self._test_extract_with_target(extdir)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3802, in _test_extract_with_target
self.make_test_file()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3778, in make_test_file
with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 671, in testFloat
self.helper(floatobj)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
TracebackLegacyErrorCaretTests.test_wide_characters_unicode_with_problematic_byte_offset) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 4883, in test_sendfile
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2283533_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tracemalloc.py", line 318, in test_snapshot
snapshot.dump(os_helper.TESTFN)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/tracemalloc.py", line 430, in dump
with open(filename, "wb") as fp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358578_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358448æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2182, in test_remote_exec_raises_audit_event
returncode, stdout, stderr = self._run_remote_exec_test(script, prologue=prologue)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 212, in testSetBufferSize
self._checkBufferSize(s)
~~~~~~~~~~~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 202, in _checkBufferSize
self.fail('error setting buffer size %d: %s' % (s, str(msg)))
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: error setting buffer size -1: [Errno 28] No space left on device: '@test_2304058_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2309848æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4757, in test_async_break
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2311947æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 306, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 28, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 148, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 51, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/pathlib/__init__.py", line 1204, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_2334869_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tcl.py", line 250, in testEvalFile
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358577_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1360, in test_huntrleaks_mp
self.check_huntrleaks(run_workers=True)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1354, in check_huntrleaks
self.check_leak(code, 'references', run_workers=run_workers)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1330, in check_leak
self.check_executed_tests(output, [test], failed=test, stats=1)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 794, in check_executed_tests
self.check_line(output, line, full=True)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 673, in check_line
self.assertRegex(output, regex)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
AssertionError: Regex didn't match: '^Total tests: run=1\n' not found in 'tests may fail, unable to create temporary directory \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2308046æ\': [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2308046æ\'\nTraceback (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir\n os.mkdir(path)\n ~~~~~~~~^^^^^^\nOSError: [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2308046æ\'\nStack (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fe
dora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code\n exec(code, run_globals)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>\n main(_add_python_opts=True)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main\n Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main\n exitcode = self.run_tests(selected, tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-st
able-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests\n with os_helper.temp_cwd(work_dir, quiet=True):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__\n for once in self.gen:\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd\n with temp_dir(path=name, quiet=quiet) as temp_path:\ntests may fail, unable to change the current working directory to \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2308046æ\': [Errno 2] No such file or directory: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2308046æ\'\nTraceback (most recent cal
l last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd\n os.chdir(os.path.realpath(path))\n ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^\nFileNotFoundError: [Errno 2] No such file or directory: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2308046æ\'\nStack (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code\n exec(code, run_globals)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/t
est/__main__.py", line 2, in <module>\n main(_add_python_opts=True)\n File "/var/lib/buildbot/worker/cstrata
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 237, in test_ThreadingUnixDatagramServer
self.run_server(socketserver.ThreadingUnixDatagramServer,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socketserver.DatagramRequestHandler,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.dgram_examine)
^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 114, in run_server
server = self.make_server(self.pickaddr(svrcls.address_family),
svrcls, hdlrbase)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 104, in make_server
server = MyServer(addr, MyHandler)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 454, in __init__
self.server_bind()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 475, in server_bind
self.socket.bind(self.server_address)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
TracebackLegacyErrorCaretTests.test_traceback_specialization_with_syntax_error) ... ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_clinic.py", line 3203, in test_external
out = self.expect_success("-f", "-o", TESTFN, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_clinic.py", line 3184, in expect_success
out, err, code = self.run_clinic(*args)
~~~~~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_clinic.py", line 3180, in run_clinic
clinic.main(args)
~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Tools/clinic/libclinic/cli.py", line 344, in main
run_clinic(parser, args)
~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Tools/clinic/libclinic/cli.py", line 325, in run_clinic
clinic = parse_file(filename, output=ns.output,
verify=not ns.force, limited_capi=ns.limited_capi,
writer=writer)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Tools/clinic/libclinic/cli.py", line 97, in parse_file
writer.write(output, cooked)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Tools/clinic/libclinic/utils.py", line 71, in write
changed = write_file(filename, new_contents)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Tools/clinic/libclinic/utils.py", line 31, in write_file
with open(filename_new, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2297821_tmpæ.new'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3999, in test_open_via_zip_info
with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1116)
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_plistlib.py", line 449, in test_io
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2319418_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1420, in test_help_system
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358581_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_xml_etree.py", line 4480, in test_write_to_binary_file_with_encoding
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358456_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2770, in run
msg = self.read()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2747, in read
return self.sslconn.read()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1159, in read
return self._sslobj.read(len)
~~~~~~~~~~~~~~~~~^^^^^
ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:3002)
TLS: (<ssl.SSLSocket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 58992)>, 'read', <TLSVersion.TLSv1_3: 772>, <_TLSContentType.ALERT: 21>, <_TLSAlertType.CERTIFICATE_REQUIRED: 116>, b'\x02t')
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_readline.py", line 157, in test_write_read_limited_history
readline.write_history_file(TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2300329æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fstring.py", line 1889, in test_gh139516
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2329023æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 238, in _runtest_env_changed_exc
return
ResourceWarning: unclosed <socket.socket fd=5, family=2, type=1, proto=0, laddr=('127.0.0.1', 54435)>
Warning -- Unraisable exception
Exception ignored while finalizing socket <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34049)>:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 238, in _runtest_env_changed_exc
return
ResourceWarning: unclosed <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 34049)>
Warning -- Unraisable exception
Exception ignored while finalizing socket <socket.socket fd=3, family=2, type=1, proto=0, laddr=('127.0.0.1', 43155)>:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 238, in _runtest_env_changed_exc
return
ResourceWarning: unclosed <socket.socket fd=3, family=2, type=1, proto=0, laddr=('127.0.0.1', 43155)>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1505, in test_remove_by_name
zinfos = self._prepare_zip_from_test_files(TESTFN, self.test_files)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 174, in test_addpackage_import_bad_pth_file
pth_dir, pth_fn = self.make_pth("abc\x00def\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2358319_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1150, in test_sys_exit
with open(testfn, encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2307368_tmpæ'
TracebackException_ExceptionGroups.test_comparison) ... ok
TracebackCases.test_no_caret_with_no_debug_ranges_flag)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/__init__.py", line 3231, in wrapper
return func(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 162, in test_no_caret_with_no_debug_ranges_flag
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358418_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2304726æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358526æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-738 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-739 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-740 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-741 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-742 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-743 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-744 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-745 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-746 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-747 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-748 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-749 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-750 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-751 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-752 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-753 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-754 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-755 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-756 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-757 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-758 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-759 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-760 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-761 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-762 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-763 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-764 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-765 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-766 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-767 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-768 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-769 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-770 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-771 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-772 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-773 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-774 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-775 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-776 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-777 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-778 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-779 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-780 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-781 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-782 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-783 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-784 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-785 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-786 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-787 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-788 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-789 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-790 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-791 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-792 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-793 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-794 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-795 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-796 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-797 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-798 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-799 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-800 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-801 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-802 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-803 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-804 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-805 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-806 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-807 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-808 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-809 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-810 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-811 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-812 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-813 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-814 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-815 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-816 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-817 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-818 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-819 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-820 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-821 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-822 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-823 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-824 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-825 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-826 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-827 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-828 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-829 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-830 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-831 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-832 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-833 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-834 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-835 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-836 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 449, in raise_queued_exception
raise self.queue.get()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 473, in clientRun
self.clientSetUp()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 791, in clientSetUp
super().clientSetUp()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 751, in clientSetUp
self.bindClient()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 759, in bindClient
self.bindSock(self.cli)
~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 815, in bindSock
socket_helper.bind_unix_socket(sock, path)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/socket_helper.py", line 124, in bind_unix_socket
sock.bind(addr)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 3285, in test_write_regular_file
open(os_helper.TESTFN, 'wb', 0))
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358325_tmpæ'
TracebackException_ExceptionGroups.test_exception_group_construction) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3638, in test_find_function_empty_file
self._assert_find_function(b'', 'foo', None)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3600, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358622_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2339501æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackException.test_no_save_exc_type) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 83, in test_proto2_file_shelf
self.test_open_template(protocol=2)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 66, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2338423_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3762, in test_write_pathlike
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
TracebackErrorCaretTests.test_traceback_specialization_with_syntax_error)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 1272, in test_traceback_specialization_with_syntax_error
with open(TESTFN, "w") as file:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2313131_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358410æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_codecs in verbose mode (matching: test_seek0, test_open, test_open, test_open, test_open, test_open, test_open, test_bug691291)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/mock.py", line 1437, in patched
return func(*newargs, **newkeywargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2420, in test_repack_mode_x
with zipfile.ZipFile(TESTFN, 'x') as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
TracebackLegacyErrorCaretTests.test_secondary_caret_not_elided) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358461æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_gc in verbose mode (matching: test_global_del_SystemExit)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358468æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 118, in test_context_manager_with_filename
with self.module.open(TESTFN, 'wb') as f:
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 969, in test_unpack_iter
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2330908_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 124, in test_non_ascii_infile
infile = self._create_infile(data)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 103, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2295368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335665æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 118, in test_context_manager_with_filename
with self.module.open(TESTFN, 'wb') as f:
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2324605æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358274æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_exceptions in verbose mode (matching: test_assertion_error_location, test_assertion_error_location, test_assertion_error_location, test_assertion_error_location, test_assertion_error_location, test_assertion_error_location, test_assertion_error_location, test_assertion_error_location, test_assertion_error_location, test_assertion_error_location, test_assertion_error_location, test_multiline_not_highlighted, test_multiline_not_highlighted, testRaising, test_encodings, test_file_source, test_non_utf8)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackCases.test_format_exception_only_exc) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 38, in test_key_methods
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2358328_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4018, in test_writestr_extended_local_header_issue1202
with zipfile.ZipFile(TESTFN2, 'w') as orig_zip:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 107, in test_runctx
self.profilermodule.runctx("testfunc()", globals(), locals(),
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
filename=TESTFN)
^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/__init__.py", line 37, in runctx
return _Utils(Profile).runctx(statement, globals, locals,
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
filename, sort)
^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/_utils.py", line 26, in runctx
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/_utils.py", line 30, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/__init__.py", line 63, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358480_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 233, in testTruncateOnWindows
f = self.open(TESTFN, 'wb')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358290_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2291544æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2017, in test_repack_bytes_after_removed_files
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2304548æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4185, in test_create_non_existent_file_for_append
with zipfile.ZipFile(TESTFN, 'a') as zf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
TracebackLegacyErrorCaretTests.test_memory_error) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4076, in test_pdbrc_commands
stdout, stderr = self.run_pdb_script(script, 'q\n', pdbrc=pdbrc, remove_home=True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 113, in test_string
self.helper(s)
~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2459, in test_assertion_error_location
result = run_script(source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2355, in run_script
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358274_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tcl.py", line 264, in test_evalfile_null_in_result
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2337169_tmp'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 845, in test_read_last_object_from_file
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2333926æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
TracebackCases.test_format_exception_group_syntax_error_with_custom_values) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 197, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335339_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4392, in test_null_byte_in_filename
with zipfile.ZipFile(TESTFN, mode="w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File [35m"/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py"[0m, line [35m320[0m, in [35mtest_colors[0m
with [31mopen[0m[1;31m(infile, "w", encoding="utf-8")[0m as fp:
[31m~~~~[0m[1;31m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m
[1;35mOSError[0m: [35m[Errno 28] No space left on device: '@test_2295368_tmpæ'[0m
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 687, in testList
self.helper(listobj)
~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 448, in test_xmlgen_basic_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1892, in test_repack_magic_before_first_file
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2315976æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 78, in test_write_params
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 60, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 847, in test_truncate_after_write
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2306695_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2302385æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_os/test_posix.py", line 57, in <module>
class PosixTester(unittest.TestCase):
...<1632 lines>...
self.assertEqual(posix.lstat(link), posix.lstat(orig))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_os/test_posix.py", line 936, in PosixTester
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2299959_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2318, in test_remote_exec_deleted_static_executable
self._run_remote_exec_with_deleted_mapping(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
copied_python, python_args=['-S'],
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
python_executable=copied_python)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2122, in _run_remote_exec_with_deleted_mapping
returncode, stdout, stderr = self._run_remote_exec_test(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
script, after_ready=delete_loaded_mapping, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 207, in test_addsitedir_dotfile
with pth_file.create():
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 455, in create
with open(self.file_path, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/.dotfile.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_optparse.py", line 1062, in test_filetype_notfile
os.mkdir(os_helper.TESTFN)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2326168_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 631, in test_read1_error_does_not_cause_reentrant_failure
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2306695_tmpæ'
TracebackErrorCaretTests.test_caret_for_binary_operators) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 133, in test_write
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 60, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipapp.py", line 16, in <module>
class ZipAppTest(unittest.TestCase):
...<361 lines>...
self.assertFalse(target.stat().st_mode & stat.S_IEXEC)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipapp.py", line 359, in ZipAppTest
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2333926_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1116)
connection timeout TimeoutError('timed out')
server: new connection from ('127.0.0.1', 45742)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
Connection reset by peer: ('127.0.0.1', 45742)
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358646æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3822, in test_extract_with_target
self._test_extract_with_target(extdir)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3802, in _test_extract_with_target
self.make_test_file()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3778, in make_test_file
with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 4137, in _writefd
fd = reduction.recv_handle(conn)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/reduction.py", line 189, in recv_handle
return recvfds(s, 1)[0]
~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/reduction.py", line 156, in recvfds
raise EOFError
EOFError
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fileinput.py", line 984, in test_modes
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2300139_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358290æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc\n _load_run_test(result, runtests)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 165, in _load_run_test\n regrtest_runner(result, test_func, runtests)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 114, in regrtest_runner\n refleak, test_result = runtest_refleak(result.test_name, test_func,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n runtests.hunt_refleak,\n
^^^^^^^^^^^^^^^^^^^^^^\n runtests.quiet)\n ^^^^^^^^^^^^^^^\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/refleak.py", line 230, in runtest_refleak\n with open(filename, "a", encoding="utf-8") as refrep:\n ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nOSError: [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/reflog.txt\'\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 1.4 sec\nTotal tests: run=0\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1212, in test_truncated_large_binbytes8
self._test_truncated_data(data(size))
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1132, in _test_truncated_data
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2315976_tmpæ'
TracebackLegacyErrorCaretTests.test_byte_offset_with_emojis_term_highlight) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_httpservers.py", line 1688, in setUp
server_dir = self.enterContext(server_dir_context)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/case.py", line 503, in enterContext
return _enter_context(cm, self.addCleanup)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/case.py", line 125, in _enter_context
result = enter(cm)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2625, in test_non_utf8
err = run_script(b"\x89")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2355, in run_script
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2298166_tmpæ'
TracebackCases.test_format_exception_group) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2306739æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 600, in test_xmlgen_ns
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 249, in test_custom_incomplete_deserializer
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2338423_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2490, in test_multiline_not_highlighted
result = run_script(source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2352, in run_script
with open(TESTFN, 'w', encoding='utf-8') as testfile:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358274_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 197, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2329023_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 3277, in test_read_regular_file
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358325_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 696, in process_request_thread
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 358, in handle_error
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2322344_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 619, in test_seeking_too
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 711, in testDict
self.helper(dictobj)
~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2358602æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 4883, in test_sendfile
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358310_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 926, in test_ignore_count_on_disabled_bp
with create_modules(modules):
~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 540, in create_modules
with os_helper.temp_cwd():
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 277, in testIteration
bag = self.open(TESTFN, "wb")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2304058_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4657, in test_read_after_seek
with zipfile.ZipFile(TESTFN, "w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2314208æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackException_ExceptionGroups.test_exception_group_format_exception_only) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 71, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 28, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 148, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 51, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/pathlib/__init__.py", line 1204, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_2358536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 271, in test_samefile_on_link
self._test_samefile_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 255, in _test_samefile_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358551_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 788, in test_in_and_not_in
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2358504_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2329197æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2342, in test_repack_removed_prepended_bytes
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1858, in test_repack_bytes_before_first_file
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2309027æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2309989æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1411, in test_zipwritefile_attrs
with zipfile.ZipFile(TESTFN2, mode="w", compression=self.compression) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 107, in test_runctx
self.profilermodule.runctx("testfunc()", globals(), locals(),
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
filename=TESTFN)
^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/__init__.py", line 37, in runctx
return _Utils(Profile).runctx(statement, globals, locals,
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
filename, sort)
^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/_utils.py", line 26, in runctx
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/_utils.py", line 30, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profiling/tracing/__init__.py", line 63, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2315779_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2220, in test_remote_exec_disabled_by_env
self._run_remote_exec_test("print('should not run')", env=env)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 239, in test_run_simplefile
self.check_run_simplefile('run_simplefile', False)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 193, in check_run_simplefile
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358287_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 220, in testDefaultBufferSize
with self.open(TESTFN, 'wb') as f:
~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2304058_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3888, in test_extract_hackers_arcnames_common_cases
self._test_extract_hackers_arcnames(common_hacknames)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3928, in _test_extract_hackers_arcnames
with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_STORED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1809, in test_repack_basic
expected_zinfos = self._prepare_zip_from_test_files(TESTFN, test_files)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358267æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_fileinput in verbose mode (matching: test_readline, test_readline_binary_mode, test_errors, test_modes)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_netrc.py", line 10, in <module>
class NetrcTestCase(unittest.TestCase):
...<337 lines>...
mock.assert_called_once()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_netrc.py", line 294, in NetrcTestCase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358526_tmpæ'
TracebackErrorCaretTests.test_line_with_unicode) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4655, in test_empty_file
stdout, _ = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358328æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_dbm_gnu in verbose mode (matching: test_bool_empty, test_bool_not_empty, test_bool_on_closed_db_raises, test_bytes, test_clear, test_context_manager, test_disallow_instantiation, test_error_conditions, test_flags, test_key_methods, test_nonascii_filename, test_open_with_bytes_path, test_open_with_pathlib_bytes_path, test_open_with_pathlib_path, test_reorganize, test_unicode, test_write_readonly_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_urllib2.py", line 1435, in test_cookie_redirect
from test.test_http_cookiejar import interact_netscape
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_http_cookiejar.py", line 344, in <module>
class FileCookieJarTests(unittest.TestCase):
...<139 lines>...
self.assertRaises(LoadError, MozillaCookieJar().load, filename)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_http_cookiejar.py", line 384, in FileCookieJarTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358380_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 237, in test_memoryview
self.helper(b)
~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358319æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_site in verbose mode (matching: test_addpackage, test_addpackage_empty_lines, test_addpackage_import_bad_exec, test_addpackage_import_bad_pth_file, test_addpackage_import_bad_syntax, test_addsitedir, test_addsitedir_dotfile, test_addsitedir_explicit_flush, test_fullname_variable, test_sitedir_variable)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358527æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_zipapp in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 495, in test_xmlgen_content_escape
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358418æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_traceback in verbose mode (matching: test_traceback_specialization_with_syntax_error, test_traceback_very_long_line, test_traceback_specialization_with_syntax_error, test_traceback_very_long_line, test_traceback_specialization_with_syntax_error, test_traceback_very_long_line, test_summary_should_show_carets, test_encoded_file, test_no_caret_with_no_debug_ranges_flag, test_no_caret_with_no_debug_ranges_flag_python_traceback, test_recursion_error_during_traceback)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_cmd_line.py", line 706, in test_isolatedmode
with os_helper.temp_cwd() as tmpdir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358322æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_dbm in verbose mode (matching: test_anydbm_access, test_anydbm_creation, test_anydbm_creation_n_file_exists_with_invalid_contents, test_anydbm_keys, test_anydbm_modification, test_anydbm_not_existing, test_anydbm_read, test_anydbm_readonly_reorganize, test_anydbm_reorganize_decreased_size, test_anydbm_reorganize_not_changed_content, test_clear, test_empty_value, test_error, test_keys, test_open_with_bytes, test_open_with_pathlib_path, test_open_with_pathlib_path_bytes, test_anydbm_access, test_anydbm_creation, test_anydbm_creation_n_file_exists_with_invalid_contents, test_anydbm_keys, test_anydbm_modification, test_anydbm_not_existing, test_anydbm_read, test_anydbm_readonly_reorganize, test_anydbm_reorganize_decreased_size, test_anydbm_reorganize_not_changed_content, test_clear, test_empty_value, test_error, test_keys, test_open_with_bytes, test_open_with_pathlib_path, test_open_with_pathlib_path_bytes, test_anydbm_access, test_anydbm_creation, test_anydbm_creation_n_
file_exists_with_invalid_contents, test_anydbm_keys, test_anydbm_modification, test_anydbm_not_existing, test_anydbm_read, test_anydbm_readonly_reorganize, test_anydbm_reorganize_decreased_size, test_anydbm_reorganize_not_changed_content, test_clear, test_empty_value, test_error, test_keys, test_open_with_bytes, test_open_with_pathlib_path, test_open_with_pathlib_path_bytes, test_anydbm_access, test_anydbm_creation, test_anydbm_creation_n_file_exists_with_invalid_contents, test_anydbm_keys, test_anydbm_modification, test_anydbm_not_existing, test_anydbm_read, test_anydbm_readonly_reorganize, test_anydbm_reorganize_decreased_size, test_anydbm_reorganize_not_changed_content, test_clear, test_empty_value, test_error, test_keys, test_open_with_bytes, test_open_with_pathlib_path, test_open_with_pathlib_path_bytes, test_whichdb, test_whichdb_ndbm, test_whichdb_sqlite3, test_whichdb_sqlite3_existing_db)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358422æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_argparse.py", line 237, in <module>
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358295_tmpæ'
TracebackLegacyErrorCaretTests.test_many_lines_no_caret) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1127, in _test_sys_exit
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_2307368_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 682, in test_create_unix_connection
with test_utils.run_test_unix_server() as httpd:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/utils.py", line 259, in run_test_unix_server
yield from _run_test_server(address=path, use_ssl=use_ssl,
server_cls=SilentUnixWSGIServer,
server_ssl_cls=UnixSSLWSGIServer)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/utils.py", line 186, in _run_test_server
httpd = server_class(address, SilentWSGIRequestHandler)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 454, in __init__
self.server_bind()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/utils.py", line 215, in server_bind
UnixHTTPServer.server_bind(self)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/utils.py", line 205, in server_bind
socketserver.UnixStreamServer.server_bind(self)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 475, in server_bind
self.socket.bind(self.server_address)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 442, in setUp
os.mkdir(dirname)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2338423_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_logging.py", line 2126, in test_udp_reconnection
self.sl_hdlr.close()
^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'close'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358512æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_configparser in verbose mode (matching: test_any_delimiter, test_basic, test_basic_from_dict, test_boolean, test_case_sensitivity, test_case_sensitivity_mapping_access, test_clear, test_crlf_normalization, test_default_case_sensitivity, test_dominating_multiline_values, test_get_after_duplicate_option_error, test_invalid_multiline_value, test_parse_errors, test_popitem, test_query_errors, test_read_returns_file_list, test_read_returns_file_list_with_bytestring_path, test_set_string_types, test_setitem, test_space_delimiter, test_weird_errors, test_write)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358437æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 92, in test_pathlib_bytes_path_file_shelf
self.test_open_template(filename=os_helper.FakePath(os.fsencode(self.fn)))
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 66, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358610_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2337754æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 78, in test_write_params
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 60, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1553, in test_primepat
self.drive_one(b"1234567890\00\01\02\03\04\05\06")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1546, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1518, in try_one
f = self.open(os_helper.TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2306695_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2299959æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1357, in test_huntrleaks
self.check_huntrleaks(run_workers=False)
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1354, in check_huntrleaks
self.check_leak(code, 'references', run_workers=run_workers)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1330, in check_leak
self.check_executed_tests(output, [test], failed=test, stats=1)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 794, in check_executed_tests
self.check_line(output, line, full=True)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 673, in check_line
self.assertRegex(output, regex)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
AssertionError: Regex didn't match: '^Total tests: run=1\n' not found in 'tests may fail, unable to create temporary directory \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2306039æ\': [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2306039æ\'\nTraceback (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir\n os.mkdir(path)\n ~~~~~~~~^^^^^^\nOSError: [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2306039æ\'\nStack (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fe
dora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code\n exec(code, run_globals)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>\n main(_add_python_opts=True)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main\n Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main\n exitcode = self.run_tests(selected, tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-st
able-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests\n with os_helper.temp_cwd(work_dir, quiet=True):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__\n for once in self.gen:\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd\n with temp_dir(path=name, quiet=quiet) as temp_path:\ntests may fail, unable to change the current working directory to \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2306039æ\': [Errno 2] No such file or directory: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2306039æ\'\nTraceback (most recent cal
l last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd\n os.chdir(os.path.realpath(path))\n ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^\nFileNotFoundError: [Errno 2] No such file or directory: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2306039æ\'\nStack (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code\n exec(code, run_globals)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/t
est/__main__.py", line 2, in <module>\n main(_add_python_opts=True)\n File "/var/lib/buildbot/worker/cstrata
-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main\n Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main\n exitcode = self.run_tests(selected, tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests\n with os_helper.temp_cwd(work_dir, quiet=True):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__\n for once in self.gen:\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd\n with change_cwd(te
mp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 4076501194\n0:00:00 load avg: 27.76 mem: 16.0 MiB Run 1 test sequentially in a single process\n0:00:00 load avg: 27.76 mem: 16.0 MiB [1/1] test_regrtest_huntrleaks\nbeginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)\n123:456\nXX1 111\ntest_regrtest_huntrleaks leaked [1, 1, 1] references, sum=3\ntest test_regrtest_huntrleaks crashed -- Traceback (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc\n _load_run_test(result, runtests)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 165, in _load_run_test\n regrtest_runner(result, test_func, runtests)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 114, in regrtest_runner\n refleak, test_result = runtest_refleak(result.test_name, test_func,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n runtests.hunt_refleak,\n ^^^^^^^^^^^^^^^^^^^^^^\n runtests.quiet)\n ^^^^^^^^^^^^^^^\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/refleak.py", line 230, in runtest_refleak\n with open(filename, "a", encoding="utf-8") as refrep:\n ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nOSError: [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64
.refleak/build/reflog.txt\'\n\n0:00:00 load avg: 27.86 mem: 16.0 MiB [1/1/1] test_regrtest_huntrleaks failed (uncaught exception)\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 993 ms\nTotal tests: run=0\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 696, in process_request_thread
self.handle_error(request, client_address)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 358, in handle_error
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358437_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358369æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_email in verbose mode (matching: test_message_from_binary_file)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1116)
server: new connection from ('127.0.0.1', 45164)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
Connection reset by peer: ('127.0.0.1', 45164)
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358309æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_importlib in verbose mode
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358483æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audit-tests.py", line 785, in <module>
globals()[test](*sys.argv[2:])
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audit-tests.py", line 136, in test_marshal
os.unlink("test-marshal.bin")
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'test-marshal.bin'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2337609æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 220, in testDefaultBufferSize
with self.open(TESTFN, 'wb') as f:
~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358290_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_object.py", line 325, in test_pyobject_dump
output = self.pyobject_dump(str_obj)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_object.py", line 309, in pyobject_dump
with open(filename, "wb") as fp:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358287_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 111, in test_context_manager
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2358328_tmpæ'
TracebackCases.test_print_exception_exc) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 279, in test_fcntl_large_buffer
self._check_fcntl_not_mutate_len(2024)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 234, in _check_fcntl_not_mutate_len
self.f = open(TESTFN, 'wb')
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2330799_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 1074, in test_step_at_return_with_no_trace_in_caller
with create_modules(modules):
~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 540, in create_modules
with os_helper.temp_cwd():
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358616æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3783, in test_extract
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_optparse.py", line 1051, in test_filetype_ok
os_helper.create_empty_file(os_helper.TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 616, in create_empty_file
fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_2326168_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 185, in test_addsitedir
with pth_file.create():
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 455, in create
with open(self.file_path, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2305716_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1556, in test_nullpat
self.drive_one(b'\0' * 1000)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1546, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1518, in try_one
f = self.open(os_helper.TESTFN, "wb")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2306695_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 237, in test_unseekable_overflowed_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 127, in test_bool_not_empty
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2358328_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 176, in test_lockf_exclusive
self.f = open(TESTFN, 'wb+')
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2330799_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3851, in test_issue13120
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358622_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4344, in test_bad_open_mode
with zipfile.ZipFile(TESTFN, mode="w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4549, in test_issue42383
with os_helper.temp_cwd() as cwd:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_cmd_line.py", line 767, in test_set_pycache_prefix
with os_helper.temp_cwd():
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 271, in test_samefile_on_link
self._test_samefile_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 255, in _test_samefile_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2329023_tmpæ'
TracebackException.test_lookup_lines) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2329303æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 145, in test_writing_in_place
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 103, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2295368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 346, in test_run_interactiveloopflags
self.check_run_interactive(run, True, use_loop=True)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 318, in check_run_interactive
self._check_run_interactive(run, encode_filename, use_loop)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 264, in _check_run_interactive
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358287_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358509æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_logging in verbose mode (matching: test_encoding, test_encoding_errors, test_encoding_errors_default, test_encoding_errors_none, test_filemode, test_filename, test_should_not_rollover_named_pipe, test_udp_reconnection, test_logging_at_shutdown_open)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackException.test_limit) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 192, in test_parse_path_object
make_xml_file(self.data, 'utf-8', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2338423æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_unicode_file.py", line 132, in test_directories
self._do_directory(TESTFN_UNICODE+ext, TESTFN_UNICODE+ext)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_unicode_file.py", line 89, in _do_directory
os.mkdir(make_name)
~~~~~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2302385_tmp-àòɘŁğ.dir'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358418æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 449, in test_iter_file
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2358504_tmpæ'
TracebackLegacyErrorCaretTests.test_byte_offset_wide_chars_subscript) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 828, in test_read_long_from_file
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358368æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_warnings in verbose mode (matching: test_issue_8766, test_tracemalloc)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/__init__.py", line 1462, in trace_wrapper
return func(*args, **kwargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 913, in test_threads_write
with self.open(os_helper.TESTFN, "w", encoding="utf-8", buffering=1) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2321792æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3706, in test_spec
stdout, _ = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 825, in test_countOf
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2358504_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 69, in testRaising
fp = open(TESTFN, 'w', encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2358274_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 263, in test_match
with open(os_helper.TESTFN, "w") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2302467_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 699, in testSet
self.helper(setobj)
~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 67, in test_error_conditions
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1127, in _test_sys_exit
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_2311947_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1120, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_2307368_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tempfile.py", line 385, in <module>
class TestMkstempInner(TestBadTempdir, BaseTestCase):
...<175 lines>...
self.assertEndsWith(name, 'bbb')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tempfile.py", line 465, in TestMkstempInner
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2302467æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1194, in test_fromfile
with open(filename, "w") as fp:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2302467_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4213, in test_is_zip_erroneous_file
with open(TESTFN, "w", encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 1063, in test_create_unix_server
server, path = self._make_unix_server(lambda: proto)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 1056, in _make_unix_server
server = self.loop.run_until_complete(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/asyncio/base_events.py", line 725, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/asyncio/unix_events.py", line 315, in create_unix_server
sock.bind(path)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
TracebackCases.test_print_exception) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4264, in test_is_zip_valid_file
with zipfile.ZipFile(TESTFN, mode="w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 315, in _handle_request_noblock
self.process_request(request, client_address)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 346, in process_request
self.finish_request(request, client_address)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 359, in finish_request
self.RequestHandlerClass(request, client_address, self)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 763, in __init__
self.handle()
~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 367, in handle
with open(os_helper.TESTFN, 'a') as log:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358437_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_inspect/test_inspect.py", line 1307, in setUp
os.mkdir(self.tempdir)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2293865_tmpæ_dir'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 828, in test_read_long_from_file
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1930, in test_repack_file_entry_before_first_file
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2320031æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 177, in test_sort_keys_flag
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 103, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2295368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: SSLV3_ALERT_CERTIFICATE_UNKNOWN] ssl/tls alert certificate unknown (_ssl.c:1116)
server: new connection from ('127.0.0.1', 51860)
server: connection cipher is now ('TLS_AES_256_GCM_SHA384', 'TLSv1.3', 256)
Connection reset by peer: ('127.0.0.1', 51860)
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358601æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_unicode_file.py", line 123, in test_single_files
self._test_single(TESTFN_UNICODE)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_unicode_file.py", line 106, in _test_single
create_empty_file(filename)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 616, in create_empty_file
fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_2358281_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 687, in testList
self.helper(listobj)
~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 889, in test_read_from_file
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358544_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4051, in test_close
with zipfile.ZipFile(TESTFN2, "w") as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358266æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_os.test_posix in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 188, in test_open_with_pathlib_path
gdbm.open(FakePath(filename), "c").close()
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
"__main__", mod_spec)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
~~~~^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 624, in run_tests
return self._run_tests(selected, tests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 604, in _run_tests
self.finalize_tests(coverage)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 482, in finalize_tests
self.results.write_junit(self.junit_filename)
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/results.py", line 206, in write_junit
with open(filename, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/@test_2302467_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_eintr.py", line 550, in test_flock
self._lock(fcntl.flock, "flock")
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_eintr.py", line 525, in _lock
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358317_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 526, in test_abspath_issue3426
with os_helper.temp_cwd(unicwd):
~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'çwð'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358501æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback.test_repr) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 189, in test_lockf_share
self.f = open(TESTFN, 'wb+')
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2330799_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/case.py", line 690, in run
with outcome.testPartExecutor(self):
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
ResourceWarning: unclosed <socket.socket fd=4, family=2, type=1, proto=0, laddr=('127.0.0.1', 51543), raddr=('127.0.0.1', 54838)>
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 87, in test_fcntl_fileno
self.f = open(TESTFN, 'wb')
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2330799_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 482, in test_xmlgen_pi
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1116)
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 886, in test_writelines
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2330908_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2312983æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358422æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_pickle in verbose mode (matching: test_dump_closed_file, test_dump_text_file, test_load_closed_file, test_truncated_large_binbytes, test_truncated_large_binbytes8, test_truncated_large_binstring, test_truncated_large_binunicode, test_truncated_large_binunicode8, test_truncated_large_bytearray8, test_truncated_large_frame, test_truncated_large_long4, test_unpickle_module_race, test_unpickle_module_race, test_dump_closed_file, test_dump_text_file, test_load_closed_file, test_truncated_large_binbytes, test_truncated_large_binbytes8, test_truncated_large_binstring, test_truncated_large_binunicode, test_truncated_large_binunicode8, test_truncated_large_bytearray8, test_truncated_large_frame, test_truncated_large_long4, test_unpickle_module_race)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "<string>", line 12, in <module>
logging.basicConfig(filename='@test_2358509_tmpæ', encoding="utf-8")
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 2132, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 1222, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 1251, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/@test_2358509_tmpæ'
---
TracebackLegacyErrorCaretTests.test_many_lines_binary_op) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: RECORD_LAYER_FAILURE] record layer failure (_ssl.c:1116)
server: new connection from ('127.0.0.1', 53486)
server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)
server: new connection from ('127.0.0.1', 49014)
server: connection cipher is now ('ECDHE-PSK-CHACHA20-POLY1305', 'TLSv1.2', 256)
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tools/test_i18n.py", line 167, in test_output_option
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4876, in test_quit
stdout, stderr = self._run_script(script, commands, expected_returncode=1)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4834, in _run_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 197, in test_parse_InputSource
make_xml_file(self.data, 'iso-8859-1', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 893, in test_seek_append_bom
with self.open(filename, 'w', encoding=charset) as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_configparser.py", line 1101, in setUp
with open(os_helper.TESTFN, 'w', encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358512_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 90, in test_reorganize
self.g = gdbm.open(filename, 'c')
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2358328_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3671, in test_find_function_found_with_encoding_cookie
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
"""\
^^^^
...<11 lines>...
('bœr', 6),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3600, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335854_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 113, in test_string
self.helper(s)
~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ntpath.py", line 1283, in test_relpath
with os_helper.temp_cwd(os_helper.TESTFN) as cwd_dir:
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335339_tmpæ'
TracebackCases.test_format_exception_exc) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335339æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358299æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_stat.py", line 13, in <module>
class TestFilemode:
...<311 lines>...
self.assertEqual(self.statmod.S_IEXEC, self.statmod.S_IXUSR)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_stat.py", line 117, in TestFilemode
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2306976_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358276æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_dbm_dumb in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358260æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_clinic in verbose mode (matching: test_external, test_cloned_forced_text_signature)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 77, in test_ascii_file_shelf
self.test_open_template(protocol=0)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 66, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358610_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audit-tests.py", line 785, in <module>
globals()[test](*sys.argv[2:])
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audit-tests.py", line 136, in test_marshal
os.unlink("test-marshal.bin")
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: 'test-marshal.bin'
FAIL
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_trace.py", line 568, in test_count_no_report_accumulates_counts
with open(filename, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358454_tmpæ.py'
Traceback (most recent call last):
File "/tmp/test_python_usukpjxy/tmpz2nbh8yu/test_regrtest_noop58.py", line 7, in test_failed
self.fail()
~~~~~~~~~^^
AssertionError: None
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 194, in test_open_with_pathlib_bytes_path
gdbm.open(FakePath(os.fsencode(filename)), "c").close()
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audit-tests.py", line 785, in <module>
globals()[test](*sys.argv[2:])
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audit-tests.py", line 633, in test_time
time.sleep(0)
~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audit-tests.py", line 630, in hook
raise AssertionError('hook failed')
AssertionError: hook failed
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fileinput.py", line 967, in test_errors
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2300139_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2330908æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 214, in test_parse_close_source
make_xml_file(self.data, 'iso-8859-1', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2770, in run
msg = self.read()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2747, in read
return self.sslconn.read()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1159, in read
return self._sslobj.read(len)
~~~~~~~~~~~~~~~~~^^^^^
ssl.SSLError: [SSL: PEER_DID_NOT_RETURN_A_CERTIFICATE] peer did not return a certificate (_ssl.c:3002)
connection timeout TimeoutError('timed out')
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2322004æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_runpy.py", line 805, in test_run_module_filter_syntax_warnings_by_module
ns = run_module('test.test_import.data.syntax_warnings')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 225, in run_module
mod_name, mod_spec, code = _get_module_details(mod_name)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 113, in _get_module_details
__import__(pkg_name)
~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_import/__init__.py", line 1307, in <module>
class FilePermissionTests(unittest.TestCase):
...<85 lines>...
self.assertEqual(m.x, 'rewritten')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_import/__init__.py", line 1333, in FilePermissionTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358594_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 658, in test_1463026_2
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 220, in test_tuple
self.helper(tuple(self.d.keys()))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4506, in test_open_empty_file
f = open(TESTFN, 'w', encoding='utf-8')
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pydoc/test_pydoc.py", line 1059, in test_is_package_when_not_package
with os_helper.temp_cwd() as test_dir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
TracebackException.test_compact_no_cause) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1551, in test_remove_by_zinfo_nonexist
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 241, in test_samefile
create_file(file1)
~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335339_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2331603æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackCases.test_bad_indentation) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
"__main__", mod_spec)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
~~~~^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 624, in run_tests
return self._run_tests(selected, tests)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 604, in _run_tests
self.finalize_tests(coverage)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 474, in finalize_tests
coverage.write_results(show_missing=True, summary=True, # type: ignore[call-arg]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
coverdir=self.coverage_dir,
^^^^^^^^^^^^^^^^^^^^^^^^^^^
ignore_missing_files=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/trace.py", line 266, in write_results
os.makedirs(dir, exist_ok=True)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/os.py", line 254, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'coverage'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: NO_SHARED_SIGNATURE_ALGORITHMS] no shared signature algorithms (_ssl.c:1116)
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358416æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_plistlib in verbose mode (matching: test_truncated_large_data, test_io)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-276 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-277 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-278 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-279 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-280 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-281 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-282 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-283 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-284 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-285 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-286 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-287 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-288 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-289 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-290 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-291 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-292 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-293 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-294 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-295 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-296 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-297 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-298 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-299 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-300 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-301 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-302 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-303 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-304 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-305 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-306 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-307 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-308 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-309 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-310 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-311 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-312 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-313 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-314 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-315 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-316 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-317 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-318 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-319 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-320 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-321 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-322 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-323 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-324 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-325 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-326 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-327 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-328 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-329 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-330 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-331 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-332 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-333 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-334 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-335 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-336 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-337 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-338 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-339 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-340 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-341 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-342 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-343 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-344 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-345 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-346 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-347 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-348 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-349 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-350 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-351 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-352 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-353 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-354 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-355 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-356 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-357 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-358 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-359 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-360 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-361 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-362 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-363 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-364 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-365 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-366 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-367 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-368 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-369 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-370 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-371 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-372 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-373 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-374 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358657_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358536æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 918, in test_read_from_fileobj
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2334871_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_support.py", line 149, in test_forget
with open(mod_filename, 'w', encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2307146_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 176, in test_lockf_exclusive
self.f = open(TESTFN, 'wb+')
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358502_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_codecs.py", line 728, in test_bug691291
with open(os_helper.TESTFN, 'wb') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2315368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5347, in test_same_file
self.make_test_archive(f)
~~~~~~~~~~~~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5339, in make_test_archive
with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 693, in testTuple
self.helper(tupleobj)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 671, in test_1463026_2_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5402, in test_read_after_write
with zipfile.ZipFile(f, 'w', zipfile.ZIP_DEFLATED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 676, in testStr
self.helper(strobj)
~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358610æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2459, in test_assertion_error_location
result = run_script(source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2355, in run_script
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2298166_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2308182æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_trace.py", line 415, in test_issue9936
self._coverage(tracer, cmd)
~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_trace.py", line 380, in _coverage
r.write_results(show_missing=True, summary=True, coverdir=TESTFN)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/trace.py", line 266, in write_results
os.makedirs(dir, exist_ok=True)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/os.py", line 254, in makedirs
mkdir(name, mode)
~~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358454_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2323058æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1190, in test_truncated_large_frame
self._test_truncated_data(data(size))
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1132, in _test_truncated_data
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358422_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2333957æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5044, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 123, in test_bool_empty
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2358328_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3877, in test_issue36250
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358622_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 845, in test_read_last_object_from_file
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
TracebackLegacyErrorCaretTests.test_anchors_for_simple_return_statements_are_elided) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 127, in test_bool_not_empty
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 168, in test_addpackage_empty_lines
pth_dir, pth_fn = self.make_pth("\n\n \n\n")
~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 139, in make_pth
with open(pth_fn, 'w', encoding='utf-8') as pth_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2305716_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 122, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335339_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2266, in test_repack_removed_bytes_between_files
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2333926æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_dumb.py", line 26, in <module>
class DumbDBMTestCase(unittest.TestCase):
...<367 lines>...
_delete_files()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_dumb.py", line 45, in DumbDBMTestCase
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358276_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 284, in test_bad_fd
fd = make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 165, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2330799_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2291544æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/mock.py", line 1437, in patched
return func(*newargs, **newkeywargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2384, in test_repack_writing
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 306, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 28, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 148, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 51, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/pathlib/__init__.py", line 1204, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_2358536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 122, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358551_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] ssl/tls alert bad certificate (_ssl.c:1116)
connection timeout TimeoutError('timed out')
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audit-tests.py", line 131, in test_marshal
with open("test-marshal.bin", "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'test-marshal.bin'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 196, in test_addsitedir_explicit_flush
with pth_file.create():
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 455, in create
with open(self.file_path, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2358319_tmp-9ob.pth'
TracebackCases.test_no_caret_with_no_debug_ranges_flag) ... ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 109, in test_unicode
self.helper(marshal.loads(marshal.dumps(s)))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2305965_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2343293æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 668, in test_builtin_zip
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2330908_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 458, in test_xmlgen_content
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 834, in test_truncate
with self.open(os_helper.TESTFN, self.write_mode, buffering=0) as raw:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358348_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2315801æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358283æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_tokenize in verbose mode (matching: test_open)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 4154, in test_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358409_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2337259æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2324474æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 586, in test_xmlgen_encoding_bytes
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 211, in test_unseekable_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358581æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 231, in test_bytearray
self.helper(b)
~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_cmd_line_script.py", line 593, in test_non_ascii
script_name = _make_test_script(os.getcwd(), name, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_cmd_line_script.py", line 78, in _make_test_script
to_return = make_script(script_dir, script_basename, source)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/script_helper.py", line 239, in make_script
with open(script_name, 'w', encoding='utf-8') as script_file:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)test_2331748_tmp\udce7w\udcf0.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 438, in test_xmlgen_basic
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 4154, in test_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2307368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 600, in test_xmlgen_ns
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_http_cookiejar.py", line 344, in <module>
class FileCookieJarTests(unittest.TestCase):
...<139 lines>...
self.assertRaises(LoadError, MozillaCookieJar().load, filename)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_http_cookiejar.py", line 384, in FileCookieJarTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2309848_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2244, in test_remote_exec_syntax_error
returncode, stdout, stderr = self._run_remote_exec_test(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358253_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2322004æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335012æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_eintr.py", line 386, in test_os_open
self._test_open("fd = os.open(path, os.O_RDONLY)\nos.close(fd)",
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.os_open)
^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_eintr.py", line 345, in _test_open
os.mkfifo(filename)
~~~~~~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 83, in test_proto2_file_shelf
self.test_open_template(protocol=2)
~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 66, in test_open_template
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358610_tmpæ'
TracebackLegacyErrorCaretTests.test_basic_caret) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2329303æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2320031æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shutil.py", line 159, in <module>
SUPPORTS_SENDFILE = supports_file2file_sendfile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shutil.py", line 137, in supports_file2file_sendfile
with tempfile.NamedTemporaryFile("wb", dir=os.getcwd(), delete=False) as f:
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/tempfile.py", line 617, in NamedTemporaryFile
file = _io.open(dir, mode, buffering=buffering,
newline=newline, encoding=encoding, errors=errors,
opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/tempfile.py", line 614, in opener
fd, name = _mkstemp_inner(dir, prefix, suffix, flags, output_type)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/tempfile.py", line 256, in _mkstemp_inner
fd = _os.open(file, flags, 0o600)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/tmp1s1c40rt'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/mock.py", line 1437, in patched
return func(*newargs, **newkeywargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2405, in test_repack_mode_r
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358447æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_import in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2305554æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2312375æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_inspect/test_inspect.py", line 6627, in test_details_undecodable_path
with temp_cwd() as test_dir:
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335854æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_profile.py", line 107, in test_runctx
self.profilermodule.runctx("testfunc()", globals(), locals(),
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
filename=TESTFN)
^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 109, in runctx
return _Utils(Profile).runctx(statement, globals, locals, filename, sort)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 76, in runctx
self._show(prof, filename, sort)
~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 80, in _show
prof.dump_stats(filename)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/profile.py", line 403, in dump_stats
with open(file, 'wb') as f:
~~~~^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2332397_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5044, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-738 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-739 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-740 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-741 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-742 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-743 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-744 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-745 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-746 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-747 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-748 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-749 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-750 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-751 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-752 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-753 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-754 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-755 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-756 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-757 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-758 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-759 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-760 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-761 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-762 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-763 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-764 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-765 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-766 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-767 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-768 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-769 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-770 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-771 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-772 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-773 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-774 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-775 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-776 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-777 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-778 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-779 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-780 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-781 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-782 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-783 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-784 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-785 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-786 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-787 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-788 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-789 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-790 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-791 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-792 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-793 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-794 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-795 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-796 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-797 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-798 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-799 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-800 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-801 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-802 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-803 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-804 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-805 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-806 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-807 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-808 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-809 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-810 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-811 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-812 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-813 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-814 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-815 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-816 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-817 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-818 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-819 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-820 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-821 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-822 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-823 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-824 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-825 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-826 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-827 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-828 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-829 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-830 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-831 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-832 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-833 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-834 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-835 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-836 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_optparse.py", line 1051, in test_filetype_ok
os_helper.create_empty_file(os_helper.TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 616, in create_empty_file
fd = os.open(filename, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_2358477_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 111, in test_getsize
create_file(filename, b'Hello')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358483_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1531, in test_matchfile
with open(filename, "w") as fp:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358448_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4145, in test_read_zipfile_containing_unicode_path_extra_field
self.create_zipfile_with_extra_data("이름.txt", "이름.txt".encode("utf-8"))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4126, in create_zipfile_with_extra_data
with zipfile.ZipFile(TESTFN, mode='w') as zf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358287æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackCases.test_format_exception_group_multiline_messages) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 198, in test_clear
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2358328_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: NO_SHARED_SIGNATURE_ALGORITHMS] no shared signature algorithms (_ssl.c:1116)
connection timeout TimeoutError('timed out')
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358269æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_forkserver.test_threads in verbose mode (matching: test_no_import_lock_contention)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
TracebackErrorCaretTests.test_caret_for_binary_operators_multiline_two_char) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2322344æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 222, in test_isfile
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335339_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 239, in test_run_simplefile
self.check_run_simplefile('run_simplefile', False)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 193, in check_run_simplefile
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1163, in test_truncated_large_binunicode
self._test_truncated_data(data(size))
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1132, in _test_truncated_data
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358422_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358594æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2323058æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_readline.py", line 404, in test_write_read_limited_history
readline.write_history_file(TESTFN)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2303814æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>
main(_add_python_opts=True)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main
Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main
exitcode = self.run_tests(selected, tests)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2310272æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback.test_colorized_syntax_error_ascii_display_width)
Caret alignment for ASCII edge cases handled by _wlen. ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 145, in test_writing_in_place
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 103, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358261_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2340079æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4358, in test_read0
with zipfile.ZipFile(TESTFN, mode="w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 4181, in test_large_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358558_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/mock.py", line 1437, in patched
return func(*newargs, **newkeywargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2393, in test_repack_reading
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358581æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_remote_pdb in verbose mode (matching: test_attach_to_non_existent_process, test_attach_to_process_with_colors, test_attach_to_process_without_colors, test_breakpoints, test_connect_and_basic_commands, test_exec_in_closure_result_uses_pdb_stdout, test_handle_eof, test_help_system, test_keyboard_interrupt, test_multi_line_commands, test_prompt_with_interactive_terminal, test_protocol_version)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2337754æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 326, in test_read_not_from_start
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358555_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358610æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_shelve in verbose mode (matchi
uctor, test_get, test_getitem, test_items, test_keys, test_len, test_pop, test_popitem, test_read, test_setdefault, test_update, test_values, test_write, test_bool, test_constructor, test_get, test_getitem, test_items, test_keys, test_len, test_pop, test_popitem, test_read, test_setdefault, test_update, test_values, test_write, test_bool, test_constructor, test_get, test_getitem, test_items, test_keys, test_len, test_pop, test_popitem, test_read, test_setdefault, test_update, test_values, test_write)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358460æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_io.test_univnewlines in verbose mode (matching: test_read, test_readline, test_readlines, test_seek, test_tell, test_read, test_readline, test_readlines, test_seek, test_read, test_readline, test_readlines, test_seek, test_read, test_readline, test_readlines, test_seek, test_read, test_readline, test_readlines, test_seek, test_tell, test_read, test_readline, test_readlines, test_seek, test_read, test_readline, test_readlines, test_seek, test_read, test_readline, test_readlines, test_seek)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 918, in test_read_from_fileobj
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358544_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 314, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 297, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2329023_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 318, in test_threading_handled
self.check_result(handled=True)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 340, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2322344_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm.py", line 245, in setUp
setup_test_dir()
~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm.py", line 44, in setup_test_dir
os.mkdir(dirname)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2306739_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1415, in test_huntrleaks_fd_leak
self.check_leak(code, 'file descriptors')
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 1330, in check_leak
self.check_executed_tests(output, [test], failed=test, stats=1)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 794, in check_executed_tests
self.check_line(output, line, full=True)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_regrtest.py", line 673, in check_line
self.assertRegex(output, regex)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
AssertionError: Regex didn't match: '^Total tests: run=1\n' not found in 'tests may fail, unable to create temporary directory \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2307810æ\': [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2307810æ\'\nTraceback (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir\n os.mkdir(path)\n ~~~~~~~~^^^^^^\nOSError: [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2307810æ\'\nStack (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fe
dora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code\n exec(code, run_globals)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/__main__.py", line 2, in <module>\n main(_add_python_opts=True)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main\n Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main\n exitcode = self.run_tests(selected, tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-st
able-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests\n with os_helper.temp_cwd(work_dir, quiet=True):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__\n for once in self.gen:\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd\n with temp_dir(path=name, quiet=quiet) as temp_path:\ntests may fail, unable to change the current working directory to \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2307810æ\': [Errno 2] No such file or directory: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2307810æ\'\nTraceback (most recent cal
l last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd\n os.chdir(os.path.realpath(path))\n ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^\nFileNotFoundError: [Errno 2] No such file or directory: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_worker_2307810æ\'\nStack (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main\n return _run_code(code, main_globals, None,\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code\n exec(code, run_globals)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/t
est/__main__.py", line 2, in <module>\n main(_add_python_opts=True)\n File "/var/lib/buildbot/worker/cstrata
-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 825, in main\n Regrtest(ns, _add_python_opts=_add_python_opts).main(tests=tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 817, in main\n exitcode = self.run_tests(selected, tests)\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/main.py", line 619, in run_tests\n with os_helper.temp_cwd(work_dir, quiet=True):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__\n for once in self.gen:\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd\n with change_cwd(te
mp_path, quiet=quiet) as cwd_dir:\nUsing random seed: 1866223815\n0:00:00 load avg: 27.71 mem: 16.0 MiB Run 1 test sequentially in a single process\n0:00:00 load avg: 27.71 mem: 16.0 MiB [1/1] test_regrtest_huntrleaks\nbeginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)\n123:456\nXX1 111\ntest_regrtest_huntrleaks leaked [1, 1, 1] file descriptors, sum=3\ntest test_regrtest_huntrleaks crashed -- Traceback (most recent call last):\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc\n _load_run_test(result, runtests)\n ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 165, in _load_run_test\n regrtest_runner(result, test_func, runtests)\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 114, in regrtest_runner\n refleak, test_result = runtest_refleak(result.test_name, test_func,\n ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n runtests.hunt_refleak,\n ^^^^^^^^^^^^^^^^^^^^^^\n runtests.quiet)\n ^^^^^^^^^^^^^^^\n File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/refleak.py", line 230, in runtest_refleak\n with open(filename, "a", encoding="utf-8") as refrep:\n ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\nOSError: [Errno 28] No space left on device: \'/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-a
arch64.refleak/build/reflog.txt\'\n\n0:00:00 load avg: 27.71 mem: 16.0 MiB [1/1/1] test_regrtest_huntrleaks failed (uncaught exception)\n\n== Tests result: FAILURE ==\n\n1 test failed:\n test_regrtest_huntrleaks\n\nTotal duration: 835 ms\nTotal tests: run=0\nTotal test files: run=1/1 failed=1\nResult: FAILURE\n'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1569, in setUp
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1602, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2336766_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_posixpath.py", line 227, in test_ismount_non_existent
os.mkdir(ABSTFN)
~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/@test_2358483_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2309946æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3690, in test_write_python_directory
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1526, in test_remove_by_zinfo
zinfos = self._prepare_zip_from_test_files(TESTFN, self.test_files)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_source_encoding.py", line 180, in test_file_parse
f = open(filename, "w", encoding="cp1252")
OSError: [Errno 28] No space left on device: '@test_2358646_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2337488æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 7625, in test_large_pool
with open(testfn, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2287213_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1930, in test_repack_file_entry_before_first_file
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358325æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_email/test_email.py", line 4441, in test_message_from_binary_file
with open(fn, 'wb') as testfile:
~~~~^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'test.msg'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4301, in test_empty_file_raises_BadZipFile
f = open(TESTFN, 'w', encoding='utf-8')
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
TracebackLegacyErrorCaretTests.test_traceback_very_long_line)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 1296, in test_traceback_very_long_line
with open(TESTFN, "w") as file:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2313131_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 6929, in setUpClass
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2276126_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4370, in test_open_non_existent_item
with zipfile.ZipFile(TESTFN, mode="w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 149, in testModeStrings
self.open(TESTFN, 'wb').close()
~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2304058_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 807, in test_write_object_to_file
_testcapi.pymarshal_write_object_to_file(obj, os_helper.TESTFN, v)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback.test_colorized_traceback_from_exception_group) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tools/test_msgfmt.py", line 125, in test_indexed_msgstr_without_msgid_plural
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2305716æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2611, in test_encodings
err = run_script(source.encode('cp437'))
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_exceptions.py", line 2355, in run_script
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358274_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2339, in test_remote_exec_in_process_without_debug_fails_xoption
with open(script, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2280664_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 7625, in test_large_pool
with open(testfn, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358417_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 2213, in test_socket_fileno
s.bind(unix_name)
~~~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_trace.py", line 544, in test_count_and_summary
with open(filename, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2322767_tmpæ.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3713, in test_write_python_directory_filtered
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2301463æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_tools/test_msgfmt.py", line 95, in test_po_with_bom
with temp_cwd():
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
TracebackFormat.test_exception_group_deep_recursion_capi) ... ok
TracebackCases.test_encoded_file) ... ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 255, in test_run_anyfileex
self.check_run_simplefile('run_anyfileex', True)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 193, in check_run_simplefile
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358287_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1718, in test_remove_writing
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2304058æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 161, in test_flock
self.f = open(TESTFN, 'wb+')
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2330799_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 660, in test_seek_and_tell
test_seek_and_tell_with_data(input)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 635, in test_seek_and_tell_with_data
f = self.open(os_helper.TESTFN, 'wb')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2281659_tmpæ'
TracebackLegacyErrorCaretTests.test_caret_for_binary_operators_with_spaces_and_parenthesis) ... ok
TracebackCases.test_format_exception_group_multiline2_messages) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2308749æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358456æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358295æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_argparse in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 478, in test_builtin_list
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2358504_tmpæ'
TracebackFormat.test_traceback_format) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358468æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test.test_multiprocessing_spawn.test_manager in verbose mode (matching: test_no_import_lock_contention)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_shelve.py", line 170, in test_custom_serializer_and_deserializer
os.mkdir(self.dirname)
~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358610_tmpæ'
TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 186, in test_no_caret_with_no_debug_ranges_flag_python_traceback
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2313131_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3762, in test_write_pathlike
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358379æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_tempfile in verbose mode
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5785, in setUp
with zipfile.ZipFile(TESTFN, mode="w") as tf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3688, in test_find_function_found_with_bom
self._assert_find_function(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
codecs.BOM_UTF8 + """\
^^^^^^^^^^^^^^^^^^^^^^
...<4 lines>...
('bœr', 2),
^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3600, in _assert_find_function
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335854_tmpæ'
TracebackErrorCaretTests.test_many_lines_binary_op) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358425æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 186, in test_no_caret_with_no_debug_ranges_flag_python_traceback
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358418_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1202, in test_truncated_large_binunicode8
self._test_truncated_data(data(size))
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1132, in _test_truncated_data
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2315976_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 834, in test_truncate
with self.open(os_helper.TESTFN, self.write_mode, buffering=0) as raw:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2306695_tmpæ'
TracebackException_ExceptionGroups.test_exception_group_format_exception_onlyi_recursive) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2323425æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 698, in test_1463026_3_empty
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_gc.py", line 847, in test_global_del_SystemExit
with open(TESTFN, 'w', encoding="utf-8") as script:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358461_tmpæ'
TracebackLegacyErrorCaretTests.test_caret_for_subscript) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_inspect/test_inspect.py", line 868, in test_getsource_empty_file
with temp_cwd() as cwd:
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2309989æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1553, in test_primepat
self.drive_one(b"1234567890\00\01\02\03\04\05\06")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1546, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1518, in try_one
f = self.open(os_helper.TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2358348_tmpæ'
TracebackCases.test_no_caret_with_no_debug_ranges_flag_python_traceback) ... ERROR
TracebackException.test_cause) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 179, in test_run_fileex
self.check_run_file(_testcapi.run_fileex, True)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 118, in check_run_file
create_text_file(filename, 'a\n')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 34, in create_text_file
with open(filename, 'w', encoding='utf8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: b'@test_2358287_tmp\xc3\xa6'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 157, in test_write_memoryview
f = self.create_file(TESTFN)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 60, in create_file
f = self.fout = self.module.open(testfile, 'wb')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 702, in open
return Wave_write(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/wave.py", line 459, in __init__
f = builtins.open(f, 'wb')
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 1156, in test_create_unix_server_ssl
server, path = self._make_ssl_unix_server(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
lambda: proto, test_utils.ONLYCERT, test_utils.ONLYKEY)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 1118, in _make_ssl_unix_server
return self._make_unix_server(factory, ssl=sslcontext)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_asyncio/test_events.py", line 1056, in _make_unix_server
server = self.loop.run_until_complete(f)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/asyncio/base_events.py", line 725, in run_until_complete
return future.result()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/asyncio/unix_events.py", line 315, in create_unix_server
sock.bind(path)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
TracebackCases.test_format_exception_group_syntax_error) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2309289æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 241, in test_samefile
create_file(file1)
~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2329023_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358571æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_readline in verbose mode (matching: test_nonascii_history, test_write_read_limited_history, test_write_read_limited_history)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358253æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_sys in verbose mode (matching: test_new_namespace_for_each_remote_exec, test_remote_exec, test_remote_exec_bytes, test_remote_exec_deleted_static_executable, test_remote_exec_disabled_by_env, test_remote_exec_disabled_by_xoption, test_remote_exec_in_process_without_debug_fails_envvar, test_remote_exec_in_process_without_debug_fails_xoption, test_remote_exec_raises_audit_event, test_remote_exec_syntax_error, test_remote_exec_undecodable, test_remote_exec_with_exception, test_remote_exec_with_self_process)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 573, in test_init_with_filename
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358544_tmpæ'
TracebackErrorCaretTests.test_caret_exception_group) ... ok
Traceback.test_colorized_syntax_error) ... ok
TracebackErrorCaretTests.test_caret_for_call_unicode) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 728, in testModule
self.helper(code)
~~~~~~~~~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fileinput.py", line 283, in test_readline
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2300139_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5431, in test_many_opens
self.make_test_archive(TESTFN2)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5339, in make_test_archive
with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 86, in test_floats
self.helper(float(expected))
~~~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5440, in test_write_while_reading
with zipfile.ZipFile(TESTFN2, 'w', zipfile.ZIP_DEFLATED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 123, in test_bool_empty
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1127, in _test_sys_exit
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_2358558_tmpæ'
ERROR
TracebackCases.test_format_exception_group_with_tracebacks) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2131, in test_remote_exec
returncode, stdout, stderr = self._run_remote_exec_test(script)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2019, in _run_remote_exec_test
with open(script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358253_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358623æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_lltrace in verbose mode (matching: test_lltrace, test_lltrace_different_module, test_lltrace_does_not_crash_on_subscript_operator)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 192, in test_parse_path_object
make_xml_file(self.data, 'utf-8', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/mock.py", line 1437, in patched
return func(*newargs, **newkeywargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2420, in test_repack_mode_x
with zipfile.ZipFile(TESTFN, 'x') as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 693, in test_tell_after_readline_with_cr
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2281659_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 449, in test_iter_file
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2330908_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fileinput.py", line 306, in test_readline_binary_mode
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2300139_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4506, in test_open_empty_file
f = open(TESTFN, 'w', encoding='utf-8')
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2103, in test_repack_prepended_bytes
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358502æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_fcntl in verbose mode (matching: test_bad_fd, test_fcntl_file_descriptor, test_fcntl_fileno, test_fcntl_large_buffer, test_fcntl_small_buffer, test_flock, test_lockf_exclusive, test_lockf_share)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_iter.py", line 860, in test_indexOf
f = open(TESTFN, "w", encoding="utf-8")
OSError: [Errno 28] No space left on device: '@test_2330908_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358258æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackCases.test_recursion_error_during_traceback)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_traceback.py", line 218, in test_recursion_error_during_traceback
with open(TESTFN, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358418_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4967, in test_alternate_stdin
stdout, stderr = self._run_script(script, commands)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4834, in _run_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4344, in test_bad_open_mode
with zipfile.ZipFile(TESTFN, mode="w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2340079æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 197, in test_parse_InputSource
make_xml_file(self.data, 'iso-8859-1', None)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 120, in make_xml_file
with open(TESTFN, 'w', encoding=encoding, errors='xmlcharrefreplace') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 233, in testTruncateOnWindows
f = self.open(TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_2304058_tmpæ'
TracebackCases.test_format_exception_only_bad__str__) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2342, in test_repack_removed_prepended_bytes
with open(TESTFN, 'wb') as fh:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358253æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2328406æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_embed.py", line 2084, in test_audit_run_startup
with open(startup, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2358408_tmp-9ob.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358408æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2302467æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 766, in test_no_close_file
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2329023æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 197, in test_isdir
create_file(filename)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358483_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 558, in test_xmlgen_ignorable
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 631, in test_read1_error_does_not_cause_reentrant_failure
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358348_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1420, in test_help_system
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2336766_tmpæ_connect_test.py'
TracebackCases.test_base_exception) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2339, in test_remote_exec_in_process_without_debug_fails_xoption
with open(script, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358253_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358582æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_zipfile in verbose mode (match
_bytes_before_first_file, test_repack_bytes_before_first_file, test_repack_bytes_before_first_file, test_repack_bytes_before_first_file, test_repack_bytes_before_removed_files, test_repack_bytes_before_removed_files, test_repack_bytes_before_removed_files, test_repack_bytes_between_removed_files, test_repack_closed, test_repack_file_entry_before_first_file, test_repack_file_entry_before_first_file, test_repack_file_entry_before_first_file, test_repack_file_entry_before_first_file, test_repack_magic_before_first_file, test_repack_magic_before_first_file, test_repack_magic_before_first_file, test_repack_magic_before_first_file, test_repack_mode_r, test_repack_mode_w, test_repack_mode_x, test_repack_overlapping_blocks, test_repack_overlapping_blocks, test_repack_overlapping_blocks, test_repack_prepended_bytes, test_repack_prepended_bytes, test_repack_prepended_bytes, test_repack_prepended_bytes, test_repack_prepended_bytes, test_repack_propagation, test_repack_reading, test_repack_remov
ed_bad_header_offset, test_repack_removed_bad_header_offset, test_repack_removed_bad_header_offset, test_repack_removed_bad_header_offset2, test_repack_removed_bad_header_offset2, test_repack_removed_bad_non_removed, test_repack_removed_bad_non_removed, test_repack_removed_bad_non_removed, test_repack_removed_basic, test_repack_removed_basic, test_repack_removed_basic, test_repack_removed_basic, test_repack_removed_basic, test_repack_removed_basic, test_repack_removed_basic, test_repack_removed_bytes_between_files, test_repack_removed_bytes_between_files, test_repack_removed_bytes_between_files, test_repack_removed_partial, test_repack_removed_partial, test_repack_removed_partial, test_repack_removed_partial, test_repack_removed_partial, test_repack_removed_partial, test_repack_removed_partial, test_repack_removed_prepended_bytes, test_repack_removed_prepended_bytes, test_repack_removed_prepended_bytes, test_repack_removed_prepended_bytes, test_repack_removed_prepended_bytes, test_r
epack_writing, test_basic, test_too_many_files, test_too_many_files_append, test_open, test_random_open, test_read, test_basic, test_compresslevel_basic, test_iterlines, test_low_compression, test_open, test_open_with_pathlike, test_per_file_compression, test_per_file_compresslevel, test_random_open, test_read1, test_read1_10, test_read_return_size, test_readline, test_readline_read, test_readlines, test_repr, test_truncated_zipfile, test_writestr_compression, test_writestr_compresslevel, test_writing_errors, test_zipextfile_attrs, test_close_after_close, test_write_after_close, test_zipwritefile_attrs, test_add_comment, test_cli_with_metadata_encoding, test_cli_with_metadata_encoding_extract, test_read_after_append, test_read_with_incorrect_metadata_encoding, test_read_with_metadata_encoding, test_read_with_unsuitable_metadata_encoding, test_read_without_metadata_encoding, test_write_with_metadata_encoding, test_extract, test_extract_all, test_extract_all_with_target, test_extract_
all_with_target_pathlike, test_extract_hackers_arcnames_common_cases, test_extract_hackers_arcnames_posix_only, test_extract_with_target, test_extract_with_target_pathlike, test_remove_by_name, test_remove_by_name, test_remove_by_name, test_remove_by_name_duplicated, test_remove_by_name_nonexist, test_remove_by_zinfo, test_remove_by_zinfo, test_remove_by_zinfo, test_remove_by_zinfo_duplicated, test_remove_by_zinfo_nonexist, test_remove_closed, test_remove_mode_r, test_remove_mode_w, test_remove_mode_x, test_remove_writing, test_remove_zip64, test_remove_zip64, test_remove_zip64, test_repack_basic, test_repack_basic, test_repack_basic, test_repack_basic, test_repack_basic, test_repack_basic, test_repack_basic, test_repack_bytes_after_removed_files, test_repack_bytes_after_removed_files, test_repack_bytes_after_removed_files, test_repack_bytes_before_first_file, test_repack_bytes_before_first_file, test_repack_bytes_before_first_file, test_repack_bytes_before_first_file, test_repack_b
ytes_before_removed_files, test_repack_bytes_before_removed_files, test_repack_bytes_before_removed_files,
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 798, in test_write_long_to_file
_testcapi.pymarshal_write_long_to_file(0x12345678, os_helper.TESTFN, v)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 211, in test_unseekable_write
with UnseekableIO(TESTFN, 'wb') as testfile:
~~~~~~~~~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 79, in test_flags
self.g = gdbm.open(filename, mode)
~~~~~~~~~^^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2358328_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358427æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 558, in test_xmlgen_ignorable
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 337, in test_forking_not_handled
self.check_result(handled=False)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 340, in check_result
with open(os_helper.TESTFN) as log:
~~~~^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '@test_2322344_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4618, in test_seek_tell
with zipfile.ZipFile(TESTFN, "w") as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 745, in test_5027_2
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2358601_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2324474æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "<string>", line 5, in <module>
with os_helper.temp_cwd() as temp_path:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
---
TracebackLegacyErrorCaretTests.test_caret_for_call_unicode) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_urllib.py", line 107, in setUp
f = open(os_helper.TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_2358364_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4134, in test_run_module
stdout, stderr = self.run_pdb_module(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3591, in run_pdb_module
os.mkdir(self.module_name)
~~~~~~~~^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 't_main'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 75, in setUp
with open(TESTFN, "wb") as fp:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2306739æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5375, in test_interleaved
self.make_test_archive(f)
~~~~~~~~~~~~~~~~~~~~~~^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 5339, in make_test_archive
with zipfile.ZipFile(f, "w", zipfile.ZIP_DEFLATED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2334771æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 229, in test_UnixDatagramServer
self.run_server(socketserver.UnixDatagramServer,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
socketserver.DatagramRequestHandler,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
self.dgram_examine)
^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/threading_helper.py", line 66, in decorator
return func(*args)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 114, in run_server
server = self.make_server(self.pickaddr(svrcls.address_family),
svrcls, hdlrbase)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socketserver.py", line 104, in make_server
server = MyServer(addr, MyHandler)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 454, in __init__
self.server_bind()
~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/socketserver.py", line 475, in server_bind
self.socket.bind(self.server_address)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1202, in test_truncated_large_binunicode8
self._test_truncated_data(data(size))
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 1132, in _test_truncated_data
with open(TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358422_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 20, in setUp
self.f = self.open(TESTFN, 'wb')
~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358290_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_posixpath.py", line 227, in test_ismount_non_existent
os.mkdir(ABSTFN)
~~~~~~~~^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/@test_2329023_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3877, in test_issue36250
with open(os_helper.TESTFN, 'wb') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335854_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 314, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 297, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358483_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 609, in test_init_with_x_mode
with LZMAFile(TESTFN, mode) as f:
~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/lzma.py", line 121, in __init__
self._fp = builtins.open(filename, mode)
~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2334871_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 147, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_sqlite3.py", line 28, in setUp
db = dbm_sqlite3.open(self.filename, "c")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 148, in open
return _Database(filename, flag=flag, mode=mode)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/dbm/sqlite3.py", line 51, in __init__
Path(path).touch(mode=mode, exist_ok=True)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/pathlib/__init__.py", line 1204, in touch
fd = os.open(self, flags, mode)
OSError: [Errno 28] No space left on device: '@test_2358536_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 1423, in test_filename
with TempFile(TESTFN):
~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2334871_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 1438, in test_with_pathlike_filename
with TempFile(filename):
~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2334871_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 314, in test_samestat_on_link
self._test_samestat_on_link_func(os.link)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 297, in _test_samestat_on_link_func
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2339501_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_posixpath.py", line 198, in test_islink
with open(TESTFN + "1", "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358483_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2319418æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_fcntl.py", line 284, in test_bad_fd
fd = make_bad_fd()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 165, in make_bad_fd
file = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2358502_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358368æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 251, in test_run_anyfile
self.check_run_simplefile('run_anyfile', False)
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 193, in check_run_simplefile
with open(open_filename, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/audiotests.py", line 274, in test_close
with open(TESTFN, 'wb') as testfile:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335379_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 281, in test_samestat
create_file(test_fn1)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2329023_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 44, in test_ints
self.helper(expected)
~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_file.py", line 220, in testDefaultBufferSize
with self.open(TESTFN, 'wb') as f:
~~~~~~~~~^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358290_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4522, in test_for_archive
with zipfile.ZipFile(TESTFN, mode="w", compresslevel=1,
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
compression=zipfile.ZIP_STORED) as zf:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1553, in test_primepat
self.drive_one(b"1234567890\00\01\02\03\04\05\06")
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1546, in drive_one
self.try_one(teststring)
~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_bufferedio.py", line 1518, in try_one
f = self.open(os_helper.TESTFN, "wb")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2306695_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2307249æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 940, in test_read_from_fileobj_with_int_name
with TempFile(TESTFN, COMPRESSED_XZ):
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 536, in __enter__
with open(self.filename, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358544_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1834, in test_repack_propagation
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358534æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1321, in test_handle_eof
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1071, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2336766_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 185, in test_addsitedir
with pth_file.create():
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 455, in create
with open(self.file_path, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2358319_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 7625, in test_large_pool
with open(testfn, 'w', encoding='utf-8') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358651_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358502æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 726, in test_5027_1
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3740, in test_write_pyfile_bad_syntax
os.mkdir(TESTFN2)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_io/test_textio.py", line 619, in test_seeking_too
with self.open(os_helper.TESTFN, "wb") as f:
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 233, in open
raw = FileIO(file,
(creating and "x" or "") +
...<3 lines>...
(updating and "+" or ""),
closefd, opener=opener)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/_pyio.py", line 1616, in __init__
fd = os.open(file, flags, 0o666)
OSError: [Errno 28] No space left on device: '@test_2358255_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335379æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/pickletester.py", line 4905, in test_dump_closed_file
f = open(TESTFN, "wb")
OSError: [Errno 28] No space left on device: '@test_2315976_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 336, in test_run_interactiveoneobject
self.check_run_interactive(run, False)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 318, in check_run_interactive
self._check_run_interactive(run, encode_filename, use_loop)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 268, in _check_run_interactive
create_text_file(open_filename, 'print("hello REPL")')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 34, in create_text_file
with open(filename, 'w', encoding='utf8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2294214_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4301, in test_empty_file_raises_BadZipFile
f = open(TESTFN, 'w', encoding='utf-8')
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 122, in test_filetime
create_file(filename, b'foo')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2339501_tmpæ'
TracebackException_ExceptionGroups.test_dont_swallow_subexceptions_of_falsey_exceptiongroup) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_hooks.py", line 394, in test_trace_callback_content
con1 = sqlite.connect(TESTFN, isolation_level=None)
sqlite3.OperationalError: unable to open database file
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 320, in _bootstrap
self.run()
~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 1120, in _test_stderr_flush
fd = os.open(testfn, os.O_WRONLY | os.O_CREAT | os.O_EXCL)
OSError: [Errno 28] No space left on device: '@test_2358409_tmpæ'
ERROR
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 331, in test_run_interactiveoneflags
self.check_run_interactive(run, True)
~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 318, in check_run_interactive
self._check_run_interactive(run, encode_filename, use_loop)
~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 268, in _check_run_interactive
create_text_file(open_filename, 'print("hello REPL")')
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_capi/test_run.py", line 34, in create_text_file
with open(filename, 'w', encoding='utf8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358287_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_cli.py", line 74, in test_cli_on_disk_db
out = self.expect_success(TESTFN, "create table t(t)")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_cli.py", line 36, in expect_success
out, err, code = self._do_test(*args)
~~~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sqlite3/test_cli.py", line 32, in _do_test
cli(args)
~~~^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/sqlite3/__main__.py", line 139, in main
con = sqlite3.connect(args.filename, isolation_level=None)
sqlite3.OperationalError: unable to open database file
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3826, in test_extract_with_target_pathlike
self._test_extract_with_target(FakePath(extdir))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3802, in _test_extract_with_target
self.make_test_file()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 3778, in make_test_file
with zipfile.ZipFile(TESTFN2, "w", zipfile.ZIP_STORED) as zipfp:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2335665_tmpæ2'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1569, in setUp
self._create_script()
~~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_remote_pdb.py", line 1602, in _create_script
with open(self.script_path, 'w') as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358581_tmpæ_connect_test.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 241, in test_samefile
create_file(file1)
~~~~~~~~~~~^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358483_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2305716æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2334771æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_logging.py", line 5842, in test_encoding_errors_default
logging.basicConfig(filename='test.log', encoding=encoding,
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
format='%(message)s', level=logging.DEBUG)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 2132, in basicConfig
h = FileHandler(filename, mode,
encoding=encoding, errors=errors)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 1222, in __init__
StreamHandler.__init__(self, self._open())
~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/logging/__init__.py", line 1251, in _open
return open_func(self.baseFilename, self.mode,
encoding=self.encoding, errors=self.errors)
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/test.log'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 905, in test_bp_ignore_count
with create_modules(modules):
~~~~~~~~~~~~~~^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_bdb.py", line 540, in create_modules
with os_helper.temp_cwd():
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1116)
connection timeout TimeoutError('timed out')
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lltrace.py", line 39, in test_lltrace
stdout = self.run_code("""
def dont_trace_1():
...<12 lines>...
dont_trace_2()
""")
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lltrace.py", line 23, in run_code
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fd:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358623_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 111, in test_getsize
create_file(filename, b'Hello')
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2339501_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 4587, in test_gh_94215_crash
stdout, stderr = self.run_pdb_script(script, commands)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pdb.py", line 3568, in run_pdb_script
with open(filename, 'w') as f:
~~~~^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: 'main.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358643æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 116, in inner
return func(*args, **kwds)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/_test_multiprocessing.py", line 4181, in test_large_fd_transfer
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2307368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358255æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 598, in setUp
create_file(self.file_name, b"test_genericpath.PathLikeTests")
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_genericpath.py", line 20, in create_file
with open(filename, 'xb', 0) as fp:
~~~~^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2339501_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2311947æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358256æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_eintr in verbose mode (matching: test_all)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_lzma.py", line 1203, in test_write_to_fileobj_with_int_name
fd = os.open(TESTFN, os.O_WRONLY | os.O_CREAT | os.O_TRUNC)
OSError: [Errno 28] No space left on device: '@test_2334871_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 239, in test_ensure_ascii_default
infile = self._create_infile('{"key":"💩"}')
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 103, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358261_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358454æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
TracebackException.test_smoke_builtin) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/unittest/mock.py", line 1437, in patched
return func(*newargs, **newkeywargs)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 2375, in test_repack_closed
self._prepare_zip_from_test_files(TESTFN, self.test_files)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 1488, in _prepare_zip_from_test_files
with zipfile.ZipFile(zfname, 'w', cls.compression) as zh:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 172, in test_nonascii_filename
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_pydoc/test_pydoc.py", line 1065, in test_is_package_when_is_package
with os_helper.temp_cwd() as test_dir:
~~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: 'tempcwd'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2124 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2125 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2126 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2127 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2128 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2129 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2130 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2131 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2132 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2133 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2134 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2135 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2136 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2137 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2138 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2139 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2140 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2141 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2142 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2143 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2144 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2145 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2146 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2147 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2148 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2149 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2150 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2151 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2152 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2153 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2154 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2155 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2156 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2157 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2158 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2159 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2160 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2161 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2162 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2163 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2164 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2165 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2166 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2167 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2168 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2169 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2170 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2171 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2172 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2173 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2174 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2175 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2176 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2177 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2178 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2179 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2180 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2181 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2182 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2183 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2184 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2185 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2186 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2187 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2188 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2189 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2190 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2191 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2192 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2193 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2194 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2195 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2196 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2197 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2198 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2199 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2200 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2201 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2202 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2203 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2204 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2205 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2206 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2207 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2208 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2209 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2210 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2211 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2212 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2213 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2214 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2215 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2216 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2217 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2218 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2219 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2220 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2221 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
Warning -- Uncaught thread exception: OSError
Exception in thread Thread-2222 (modify_file):
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1218, in _bootstrap_inner
self._context.run(self.run)
~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/threading.py", line 1160, in run
self._target(*self._args, **self._kwargs)
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_threading.py", line 2119, in modify_file
with open(os_helper.TESTFN, 'w', encoding='utf-8') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2312375_tmpæ'
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_ssl.py", line 2686, in wrap_conn
self.sslconn = self.server.context.wrap_socket(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
self.sock, server_side=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1095, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/ssl.py", line 1426, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLError: [SSL: NO_SHARED_CIPHER] no shared cipher (_ssl.c:1116)
k
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 133, in test_infile_outfile
infile = self._create_infile()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_json/test_tool.py", line 103, in _create_infile
with open(infile, "w", encoding="utf-8") as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2295368_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sys.py", line 2326, in test_remote_exec_in_process_without_debug_fails_envvar
with open(script, 'w') as f:
~~~~^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358253_tmpæ_remote.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_embed.py", line 2071, in test_audit_run_interactivehook
with open(startup, "w", encoding="utf-8") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2309289_tmp-9ob.py'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_zipfile/test_core.py", line 4475, in test_change_comment_in_nonempty_archive
with zipfile.ZipFile(TESTFN, "w", zipfile.ZIP_STORED) as zipf:
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/zipfile/__init__.py", line 1965, in __init__
self.fp = io.open(file, filemode)
~~~~~~~^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358582_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_multibytecodec.py", line 330, in test_bug1728403
f = open(TESTFN, 'wb')
OSError: [Errno 28] No space left on device: '@test_2321792_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 461, in _setUp
self.__setUp()
~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 3356, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 778, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 734, in setUp
super().setUp()
~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 718, in setUp
self.bindServer()
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 726, in bindServer
self.bindSock(self.serv)
~~~~~~~~~~~~~^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_socket.py", line 815, in bindSock
socket_helper.bind_unix_socket(sock, path)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/socket_helper.py", line 124, in bind_unix_socket
sock.bind(addr)
~~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 196, in test_addsitedir_explicit_flush
with pth_file.create():
~~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_site.py", line 455, in create
with open(self.file_path, 'w') as fp:
~~~~^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/(a)xn--test_2305716_tmp-9ob.pth'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335439æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 508, in test_xmlgen_attr_escape
result = self.ioclass()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 835, in ioclass
writer = codecs.open(self.fname, 'w', encoding='ascii',
errors='xmlcharrefreplace', buffering=0)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/codecs.py", line 925, in open
file = builtins.open(filename, mode, buffering)
OSError: [Errno 28] No space left on device: '@test_2337488_tmpæ-codecs'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_posixpath.py", line 198, in test_islink
with open(TESTFN + "1", "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2329023_tmpæ1'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm_gnu.py", line 111, in test_context_manager
with gdbm.open(filename, 'c') as db:
~~~~~~~~~^^^^^^^^^^^^^^^
_gdbm.error: [Errno 28] No space left on device: '@test_2307249_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 212, in _runtest_env_changed_exc
_load_run_test(result, runtests)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/single.py", line 155, in _load_run_test
test_mod = importlib.import_module(module_name)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/importlib/__init__.py", line 88, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "<frozen importlib._bootstrap>", line 1384, in _gcd_import
File "<frozen importlib._bootstrap>", line 1344, in _find_and_load
File "<frozen importlib._bootstrap>", line 1303, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 909, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 751, in exec_module
File "<frozen importlib._bootstrap>", line 543, in _call_with_frames_removed
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_import/__init__.py", line 1307, in <module>
class FilePermissionTests(unittest.TestCase):
...<85 lines>...
self.assertEqual(m.x, 'rewritten')
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_import/__init__.py", line 1333, in FilePermissionTests
@os_helper.skip_unless_working_chmod
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 294, in skip_unless_working_chmod
ok = can_chmod()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 273, in can_chmod
with open(TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358447_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358558æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 699, in testSet
self.helper(setobj)
~~~~~~~~~~~^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_marshal.py", line 23, in helper
with open(os_helper.TESTFN, "wb") as f:
~~~~^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2358311_tmpæ'
TracebackFormat.test_stack_format) ... ok
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2358438æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 610, in temp_cwd
with change_cwd(temp_path, quiet=quiet) as cwd_dir:
Re-running test_socket in verbose mode (matching: test_socket_fileno, testCmsgTrunc0, testCmsgTrunc0, testCmsgTrunc1, testCmsgTrunc1, testCmsgTrunc2Int, testCmsgTrunc2Int, testCmsgTruncLen0, testCmsgTruncLen0, testCmsgTruncLen0Minus1, testCmsgTruncLen0Minus1, testCmsgTruncLen0Plus1, testCmsgTruncLen0Plus1, testCmsgTruncLen1, testCmsgTruncLen1, testCmsgTruncLen2Minus1, testCmsgTruncLen2Minus1, testCmsgTruncNoBufSize, testCmsgTruncNoBufSize, testFDPassCMSG_LEN, testFDPassCMSG_LEN, testFDPassCMSG_SPACE, testFDPassCMSG_SPACE, testFDPassEmpty, testFDPassEmpty, testFDPassPartialInt, testFDPassPartialInt, testFDPassPartialIntInMiddle, testFDPassPartialIntInMiddle, testFDPassSeparate, testFDPassSeparate, testFDPassSeparateMinSpace, testFDPassSeparateMinSpace, testFDPassSimple, testFDPassSimple, testMultipleFDPass, testMultipleFDPass, testRecvmsg, testRecvmsg, testRecvmsgAfterClose, testRecvmsgAfterClose, testRecvmsgEOF, testRecvmsgEOF, testRecvmsgExplicitDefaults, testRecvmsgExplicitDefaults
, testRecvmsgFromSendmsg, testRecvmsgFromSendmsg, testRecvmsgIntoArray, testRecvmsgIntoArray, testRecvmsgIntoBadArgs, testRecvmsgIntoBadArgs, testRecvmsgIntoGenerator, testRecvmsgIntoGenerator, testRecvmsgIntoScatter, testRecvmsgIntoScatter, testRecvmsgLongAncillaryBuf, testRecvmsgLongAncillaryBuf, testRecvmsgOverflow, testRecvmsgOverflow, testRecvmsgPeek, testRecvmsgPeek, testRecvmsgShortAncillaryBuf, testRecvmsgShortAncillaryBuf, testRecvmsgShorter, testRecvmsgShorter, testRecvmsgTimeout, testRecvmsgTimeout, testRecvmsgTrunc, testRecvmsgTrunc, testCmsgTrunc0, testCmsgTrunc0, testCmsgTrunc1, testCmsgTrunc1, testCmsgTrunc2Int, testCmsgTrunc2Int, testCmsgTruncLen0, testCmsgTruncLen0, testCmsgTruncLen0Minus1, testCmsgTruncLen0Minus1, testCmsgTruncLen0Plus1, testCmsgTruncLen0Plus1, testCmsgTruncLen1, testCmsgTruncLen1, testCmsgTruncLen2Minus1, testCmsgTruncLen2Minus1, testCmsgTruncNoBufSize, testCmsgTruncNoBufSize, testFDPassCMSG_LEN, testFDPassCMSG_LEN, testFDPassCMSG_SPACE, testFDPas
sCMSG_SPACE, testFDPassEmpty, testFDPassEmpty, testFDPassPartialInt, testFDPassPartialInt, testFDPassPartialIntInMiddle, testFDPassPartialIntInMiddle, testFDPassSeparate, testFDPassSeparate, testFDPassSeparateMinSpace, testFDPassSeparateMinSpace, testFDPassSimple, testFDPassSimple, testMultipleFDPass, testMultipleFDPass, testRecvmsg, testRecvmsg, testRecvmsgAfterClose, testRecvmsgAfterClose, testRecvmsgBadArgs, testRecvmsgBadArgs, testRecvmsgEOF, testRecvmsgEOF, testRecvmsgExplicitDefaults, testRecvmsgExplicitDefaults, testRecvmsgFromSendmsg, testRecvmsgFromSendmsg, testRecvmsgLongAncillaryBuf, testRecvmsgLongAncillaryBuf, testRecvmsgOverflow, testRecvmsgOverflow, testRecvmsgPeek, testRecvmsgPeek, testRecvmsgShortAncillaryBuf, testRecvmsgShortAncillaryBuf, testRecvmsgShorter, testRecvmsgShorter, testRecvmsgTimeout, testRecvmsgTimeout, testRecvmsgTrunc, testRecvmsgTrunc, SendfileUsingSendTest, SendfileUsingSendfileTest, testSendmsg, testSendmsg, testSendmsgAfterClose, testSendmsgAfte
rClose, testSendmsgAncillaryGenerator, testSendmsgAncillaryGenerator, testSendmsgArray, testSendmsgArray, testSendmsgBadArgs, testSendmsgBadArgs, testSendmsgBadCmsg, testSendmsgBadCmsg, testSendmsgBadMultiCmsg, testSendmsgBadMultiCmsg, testSendmsgDataGenerator, testSendmsgDataGenerator, testSendmsgDontWait, testSendmsgDontWait, testSendmsgExcessCmsgReject, testSendmsgExcessCmsgReject, testSendmsgExplicitNoneAddr, testSendmsgExplicitNoneAddr, testSendmsgGather, testSendmsgGather, testSendmsgTimeout, testSendmsgTimeout, test_socket_fileno_requires_valid_fd)
beginning 6 repetitions. Showing number of leaks (. for 0 or less, X for 10 or more)
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_sax.py", line 910, in test_expat_binary_file_nonascii
shutil.copyfile(TEST_XMLFILE, fname)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/shutil.py", line 331, in copyfile
with open(dst, 'wb') as fdst:
~~~~^^^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2337488_tmp-àòɘŁğ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 536, in temp_dir
os.mkdir(path)
~~~~~~~~^^^^^^
OSError: [Errno 28] No space left on device: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2321958æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 609, in temp_cwd
with temp_dir(path=name, quiet=quiet) as temp_path:
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm.py", line 308, in setUp
setup_test_dir()
~~~~~~~~~~~~~~^^
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/test_dbm.py", line 44, in setup_test_dir
os.mkdir(dirname)
~~~~~~~~^^^^^^^^^
OSError: [Errno 28] No space left on device: '@test_2306739_tmpæ'
Traceback (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py", line 575, in change_cwd
os.chdir(os.path.realpath(path))
~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/build/test_python_2335379æ'
Stack (most recent call last):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 201, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 141, in <module>
main()
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/libregrtest/worker.py", line 136, in main
with os_helper.temp_cwd(work_dir, quiet=True):
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/contextlib.py", line 203, in __enter__
for once in self.gen:
File "/var/lib/buildbot/worker/cstratak-fedora-stable-aarch64/3.x.cstratak-fedora-stable-aarch64.refleak/build/Lib/test/support/os_helper.py",