-
Notifications
You must be signed in to change notification settings - Fork 60
Status Stopped prematurely, the output may be incomplete. 210 seconds elapsed. #7
Description
Plan Description.
Make a 64bit x86 OS in Rust. Linux-like but not POSIX-compliant. Monolithic kernel, memory management, process scheduler, shell, utils (ls, cat, rm, mkdir, mv, rmdir, ps). Basic drivers for console, disk, and virtio-net, and include enough network stack do a ping. This is my hobby project for testing LLM coding skills.
Output Files.
001-plan.txt
002-1-plan_type_raw.json
002-2-plan_type.md
002-3-physical_locations_raw.json
002-4-physical_locations.md
002-5-currency_strategy_raw.json
002-6-currency_strategy.md
log.txt
Status
Stopped prematurely, the output may be incomplete. 210 seconds elapsed.
llm config.
{
"ollama-llama3.1": {
"comment": "This runs on your own computer. It's free. Requires Ollama to be installed.",
"class": "Ollama",
"arguments": {
"model": "llama3.1:latest",
"temperature": 0.5,
"request_timeout": 120.0,
"is_function_calling_model": false
}
}
}
Traceback (most recent call last):
File "C:\Users\steve\OneDrive\Desktop\PlanExe-main.venv\lib\site-packages\luigi\worker.py", line 210, in run
new_deps = self._run_get_new_deps()
File "C:\Users\steve\OneDrive\Desktop\PlanExe-main.venv\lib\site-packages\luigi\worker.py", line 138, in _run_get_new_deps
task_gen = self.task.run()
File "C:\Users\steve\OneDrive\Desktop\PlanExe-main\src\plan\run_plan_pipeline.py", line 286, in run
identify_risks = IdentifyRisks.execute(llm, query)
File "C:\Users\steve\OneDrive\Desktop\PlanExe-main\src\assume\identify_risks.py", line 145, in execute
raise ValueError("LLM chat interaction failed.") from e
ValueError: LLM chat interaction failed.
2025-03-26 13:23:40,145 - luigi-interface - DEBUG - 1 running tasks, waiting for next task to finish
2025-03-26 13:23:40,145 - luigi.scheduler - DEBUG - IdentifyRisksTask_ollama_llama3_1_PlanExe_20250326_ALL_DETAILS_BUT__3e44092386 task num failures is 1 and limit is 999999999
2025-03-26 13:23:40,145 - luigi-interface - INFO - Informed scheduler that task IdentifyRisksTask_ollama_llama3_1_PlanExe_20250326_ALL_DETAILS_BUT__3e44092386 has status FAILED
2025-03-26 13:23:40,145 - luigi-interface - DEBUG - Asking scheduler for work...
2025-03-26 13:23:40,145 - luigi.scheduler - DEBUG - Starting pruning of task graph
2025-03-26 13:23:40,145 - luigi.scheduler - DEBUG - Done pruning task graph
2025-03-26 13:23:40,145 - luigi-interface - DEBUG - Done
2025-03-26 13:23:40,145 - luigi-interface - DEBUG - There are no more tasks to run at this time
2025-03-26 13:23:40,145 - luigi-interface - DEBUG - There are 30 pending tasks possibly being run by other workers
2025-03-26 13:23:40,145 - luigi-interface - DEBUG - There are 30 pending tasks unique to this worker
2025-03-26 13:23:40,145 - luigi-interface - DEBUG - There are 30 pending tasks last scheduled by this worker
2025-03-26 13:23:40,145 - luigi-interface - INFO - Worker Worker(salt=3707399544, workers=1, host=DESKTOP-GGG9SQS, username=steve, pid=8352) was stopped. Shutting down Keep-Alive thread
2025-03-26 13:23:40,160 - luigi-interface - INFO -
===== Luigi Execution Summary =====
Scheduled 34 tasks of which:
- 1 complete ones were encountered:
- 1 SetupTask(run_id=PlanExe_20250326_132012, speedvsdetail=ALL_DETAILS_BUT_SLOW)
- 3 ran successfully:
- 1 CurrencyStrategyTask(run_id=PlanExe_20250326_132012, speedvsdetail=ALL_DETAILS_BUT_SLOW, llm_model=ollama-llama3.1)
- 1 PhysicalLocationsTask(run_id=PlanExe_20250326_132012, speedvsdetail=ALL_DETAILS_BUT_SLOW, llm_model=ollama-llama3.1)
- 1 PlanTypeTask(run_id=PlanExe_20250326_132012, speedvsdetail=ALL_DETAILS_BUT_SLOW, llm_model=ollama-llama3.1)
- 1 failed:
- 1 IdentifyRisksTask(run_id=PlanExe_20250326_132012, speedvsdetail=ALL_DETAILS_BUT_SLOW, llm_model=ollama-llama3.1)
- 29 were left pending, among these:
- 29 had failed dependencies:
- 1 ConsolidateAssumptionsMarkdownTask(run_id=PlanExe_20250326_132012, speedvsdetail=ALL_DETAILS_BUT_SLOW, llm_model=ollama-llama3.1)
- 1 ConvertPitchToMarkdownTask(run_id=PlanExe_20250326_132012, speedvsdetail=ALL_DETAILS_BUT_SLOW, llm_model=ollama-llama3.1)
- 1 CreatePitchTask(run_id=PlanExe_20250326_132012, speedvsdetail=ALL_DETAILS_BUT_SLOW, llm_model=ollama-llama3.1)
- 1 CreateWBSLevel1Task(run_id=PlanExe_20250326_132012, speedvsdetail=ALL_DETAILS_BUT_SLOW, llm_model=ollama-llama3.1)
- 1 CreateWBSLevel2Task(run_id=PlanExe_20250326_132012, speedvsdetail=ALL_DETAILS_BUT_SLOW, llm_model=ollama-llama3.1)
...
- 29 had failed dependencies:
This progress looks :( because there were failed tasks
===== Luigi Execution Summary =====