calm-ambulance-65371
05/25/2021, 6:11 PMValueError: Failed to begin watching the filesystem: Bad file descriptor (os error 9)
hundreds-father-404
05/25/2021, 6:11 PMcalm-ambulance-65371
05/25/2021, 6:12 PM13:05:26.06 [ERROR] Failed to begin watching the filesystem: Bad file descriptor (os error 9)
Traceback (most recent call last):
File "/home/larry/.cache/pants/setup/bootstrap-Linux-x86_64/2.2.0_py38/lib/python3.8/site-packages/pants/bin/daemon_pants_runner.py", line 157, in single_daemonized_run
scheduler = self._core.prepare_scheduler(options_bootstrapper)
File "/home/larry/.cache/pants/setup/bootstrap-Linux-x86_64/2.2.0_py38/lib/python3.8/site-packages/pants/pantsd/pants_daemon_core.py", line 112, in prepare_scheduler
self._init_scheduler(options_fingerprint, options_bootstrapper)
File "/home/larry/.cache/pants/setup/bootstrap-Linux-x86_64/2.2.0_py38/lib/python3.8/site-packages/pants/pantsd/pants_daemon_core.py", line 90, in _init_scheduler
raise e
File "/home/larry/.cache/pants/setup/bootstrap-Linux-x86_64/2.2.0_py38/lib/python3.8/site-packages/pants/pantsd/pants_daemon_core.py", line 79, in _init_scheduler
self._scheduler = EngineInitializer.setup_graph(
File "/home/larry/.cache/pants/setup/bootstrap-Linux-x86_64/2.2.0_py38/lib/python3.8/site-packages/pants/init/engine_initializer.py", line 177, in setup_graph
return EngineInitializer.setup_graph_extended(
File "/home/larry/.cache/pants/setup/bootstrap-Linux-x86_64/2.2.0_py38/lib/python3.8/site-packages/pants/init/engine_initializer.py", line 282, in setup_graph_extended
scheduler = Scheduler(
File "/home/larry/.cache/pants/setup/bootstrap-Linux-x86_64/2.2.0_py38/lib/python3.8/site-packages/pants/engine/internals/scheduler.py", line 156, in __init__
self._scheduler = native.new_scheduler(
File "/home/larry/.cache/pants/setup/bootstrap-Linux-x86_64/2.2.0_py38/lib/python3.8/site-packages/pants/engine/internals/native.py", line 291, in new_scheduler
self.lib.scheduler_create(
pantsd
process didn't help, clearing out ~/.cache/pants
didn't helphundreds-father-404
05/25/2021, 6:13 PM--no-pantsd
?calm-ambulance-65371
05/25/2021, 6:14 PMhundreds-father-404
05/25/2021, 6:17 PM--no-pantsd
? I'd expect it to be different than above
Note that --no-pantsd
is different than killing Pantsd process - --no-pantsd
means you won't start a new daemon processcalm-ambulance-65371
05/25/2021, 6:19 PMhappy-kitchen-89482
05/25/2021, 8:07 PM