Daemon crashed!
Traceback (most recent call last):
File "mypy/dmypy_server.py", line 239, in serve
File "mypy/dmypy_server.py", line 288, in run_command
ret = method(self, **data)
File "mypy/dmypy_server.py", line 366, in cmd_check
return self.check(sources, export_types, is_tty, terminal_width)
File "mypy/dmypy_server.py", line 430, in check
res = self.initialize_fine_grained(sources, is_tty, terminal_width)
File "mypy/dmypy_server.py", line 469, in initialize_fine_grained
result = mypy.build.build(sources=sources, options=self.options, fscache=self.fscache)
File "mypy/build.py", line 392, in build
File "<frozen os>", line 236, in makedirs
FileExistsError: [Errno 17] File exists: '/dev/null'
Crash Report
I tried to use
dmypywith both the native parser on and a number of workers greater than 1. As soon as I randmypy check file.pyI got aFileExistsErrorTraceback
To Reproduce
dmypyYour Environment
mypy.ini(and other config files):python_version = "3.14"native_parser = truenum_workers = 8mypy_path = "$MYPY_CONFIG_FILE_DIR/src"ignore_missing_imports = trueimplicit_optional = falsestrict = truestrict_optional = trueimplicit_optional = falsedisallow_untyped_defs = true3.14.4uv0.11.13Linux 7.0.5-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 08 May 2026 09:29:23 +0000 x86_64 GNU/Linux