wide-midnight-78598
11/05/2025, 1:25 AMhappy-kitchen-89482
11/05/2025, 2:17 AMwide-midnight-78598
11/05/2025, 2:20 AMException ignored while finalizing file <_io.TextIOWrapper encoding='UTF-8'>:
Traceback (most recent call last):
File "/home/runner/work/pants/pants/src/python/pants/init/logging.py", line 227, in initialize_stdio_raw
sys.__stdin__, sys.__stdout__, sys.__stderr__ = sys.stdin, sys.stdout, sys.stderr # type: ignore[misc,assignment]
AttributeError: 'builtins.PyStdioRead' object has no attribute 'close'
Exception ignored while finalizing file <_io.BufferedReader>:
Traceback (most recent call last):
File "/home/runner/work/pants/pants/src/python/pants/init/logging.py", line 227, in initialize_stdio_raw
sys.__stdin__, sys.__stdout__, sys.__stderr__ = sys.stdin, sys.stdout, sys.stderr # type: ignore[misc,assignment]
AttributeError: 'builtins.PyStdioRead' object has no attribute 'close'wide-midnight-78598
11/05/2025, 2:21 AMwide-midnight-78598
11/05/2025, 3:45 AMhappy-kitchen-89482
11/05/2025, 5:34 AMConsole.drop() was superseded by FileAndCFd.drop() which does the same thing