Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 852257 - sys-apps/portage-9999 crashes badly in asyncio in /tmp out-of-space condition
Summary: sys-apps/portage-9999 crashes badly in asyncio in /tmp out-of-space condition
Status: CONFIRMED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on: 451158
Blocks:
  Show dependency tree
 
Reported: 2022-06-16 04:23 UTC by Michał Górny
Modified: 2024-08-11 23:14 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,7.54 KB, text/plain)
2022-06-16 04:24 UTC, Michał Górny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-06-16 04:23:58 UTC
>>> Jobs: 4 of 25 complete, 8 running               Load avg: 39.1, 24.9, 14.2ERROR:asyncio:Exception in callback AsynchronousTask._exit_listener_cb(<bound method...7f9cb1a25120>>) 
handle: <Handle AsynchronousTask._exit_listener_cb(<bound method...7f9cb1a25120>>)>
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3.11/asyncio/events.py", line 80, in _run
    self._context.run(self._callback, *self._args)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/AsynchronousTask.py", line 210, in _exit_listener_cb
    listener(self)
    ^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/_emerge/EbuildPhase.py", line 587, in _commands_exit
    _post_src_install_soname_symlinks(self.settings, out)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/portage/package/ebuild/doebuild.py", line 3074, in _post_src_install_soname_symlinks
    needed_file.close()
    ^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/portage/util/__init__.py", line 1511, in close
    f.close()
    ^^^^^^^^^
OSError: [Errno 28] No space left on device
Terminated
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2022-06-16 04:24:41 UTC
Created attachment 785564 [details]
emerge-info.txt