alnn_rewrite.log 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. 2026-06-30 18:47:08,175 - ERROR - Pipeline failed: 'NoneType' object is not callable
  2. Traceback (most recent call last):
  3. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/main.py", line 227, in run_background_pipeline
  4. task_func(self.update_progress, config)
  5. ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  6. TypeError: 'NoneType' object is not callable
  7. 2026-06-30 18:47:12,955 - ERROR - Pipeline failed: 'NoneType' object is not callable
  8. Traceback (most recent call last):
  9. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/main.py", line 227, in run_background_pipeline
  10. task_func(self.update_progress, config)
  11. ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  12. TypeError: 'NoneType' object is not callable
  13. 2026-06-30 18:54:45,258 - ERROR - Pipeline failed: 'NoneType' object is not callable
  14. Traceback (most recent call last):
  15. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/main.py", line 227, in run_background_pipeline
  16. task_func(self.update_progress, config)
  17. ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  18. TypeError: 'NoneType' object is not callable
  19. 2026-06-30 19:08:20,961 - ERROR - Pipeline failed: App is not running
  20. Traceback (most recent call last):
  21. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/main.py", line 332, in run_background_pipeline
  22. task_func(self.update_progress, config, pipeline_state)
  23. ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  24. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/main.py", line 66, in dummy_task
  25. progress_callback(advance=1)
  26. ~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  27. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/main.py", line 381, in update_progress
  28. self.call_from_thread(_update)
  29. ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
  30. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/.venv/lib64/python3.14/site-packages/textual/app.py", line 1819, in call_from_thread
  31. raise RuntimeError("App is not running")
  32. RuntimeError: App is not running
  33. 2026-06-30 19:18:14,215 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  34. 2026-06-30 19:22:46,181 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  35. 2026-06-30 21:49:24,173 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  36. 2026-06-30 21:58:23,232 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  37. 2026-06-30 22:02:17,566 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  38. 2026-06-30 22:02:24,454 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  39. 2026-06-30 22:05:28,118 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  40. 2026-06-30 22:06:52,271 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  41. 2026-06-30 22:07:09,800 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  42. 2026-06-30 22:07:16,120 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  43. 2026-06-30 22:07:25,317 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  44. 2026-06-30 22:08:39,971 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  45. 2026-06-30 22:08:44,617 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  46. 2026-06-30 22:09:01,476 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  47. 2026-06-30 22:09:52,766 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  48. 2026-06-30 22:14:38,011 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  49. 2026-06-30 22:15:31,941 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  50. 2026-06-30 22:19:35,748 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  51. 2026-06-30 22:25:58,294 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  52. 2026-06-30 22:26:28,903 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user while paused.
  53. 2026-06-30 22:37:54,542 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user while paused.
  54. 2026-06-30 22:38:05,493 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user while paused.
  55. 2026-06-30 23:00:47,768 - WARNING - Pipeline Interrupted: Pipeline execution stopped by user.
  56. 2026-06-30 23:09:29,204 - INFO - [SYSTEM] Application initialized and ready.
  57. 2026-06-30 23:13:16,084 - INFO - [SYSTEM] Application initialized and ready.
  58. 2026-06-30 23:13:17,733 - ERROR - [SYSTEM] No scenario selected! Please select a scenario from the dropdown.
  59. 2026-06-30 23:13:20,804 - INFO - [SYSTEM] Initiating Scenario: 2. Load, Evaluate, & Noise Analysis
  60. 2026-06-30 23:13:20,805 - INFO - [SYSTEM] Configuration saved to ./outputs/default/config.toml
  61. 2026-06-30 23:13:20,807 - INFO - [SYSTEM] Starting Task 1/3: Load Image and ADNIMERGE
  62. 2026-06-30 23:13:20,807 - ERROR - Pipeline failed: 'log'
  63. Traceback (most recent call last):
  64. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/main.py", line 293, in run_background_pipeline
  65. task_func(task_tracker, config, pipeline_state)
  66. ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  67. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/util/tasks.py", line 10, in dummy_task
  68. log = state["log"]
  69. ~~~~~^^^^^^^
  70. KeyError: 'log'
  71. 2026-06-30 23:13:20,808 - ERROR - [SYSTEM] ERROR: 'log'
  72. 2026-06-30 23:13:33,900 - INFO - [SYSTEM] Initiating Scenario: 2. Load, Evaluate, & Noise Analysis
  73. 2026-06-30 23:13:33,901 - INFO - [SYSTEM] Configuration saved to ./outputs/default/config.toml
  74. 2026-06-30 23:13:33,903 - INFO - [SYSTEM] Starting Task 1/3: Load Image and ADNIMERGE
  75. 2026-06-30 23:13:33,904 - ERROR - Pipeline failed: 'log'
  76. Traceback (most recent call last):
  77. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/main.py", line 293, in run_background_pipeline
  78. task_func(task_tracker, config, pipeline_state)
  79. ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  80. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/util/tasks.py", line 10, in dummy_task
  81. log = state["log"]
  82. ~~~~~^^^^^^^
  83. KeyError: 'log'
  84. 2026-06-30 23:13:33,904 - ERROR - [SYSTEM] ERROR: 'log'
  85. 2026-06-30 23:13:38,868 - INFO - [SYSTEM] Initiating Scenario: 1. Train, Evaluate, & Noise Analysis
  86. 2026-06-30 23:13:38,869 - INFO - [SYSTEM] Configuration saved to ./outputs/default/config.toml
  87. 2026-06-30 23:13:38,871 - INFO - [SYSTEM] Starting Task 1/5: Load Image and ADNIMERGE
  88. 2026-06-30 23:13:38,872 - ERROR - Pipeline failed: 'log'
  89. Traceback (most recent call last):
  90. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/main.py", line 293, in run_background_pipeline
  91. task_func(task_tracker, config, pipeline_state)
  92. ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  93. File "/home/nschense/Documents/Medphys_Research/alnn_rewrite/util/tasks.py", line 10, in dummy_task
  94. log = state["log"]
  95. ~~~~~^^^^^^^
  96. KeyError: 'log'
  97. 2026-06-30 23:13:38,872 - ERROR - [SYSTEM] ERROR: 'log'
  98. 2026-06-30 23:15:39,501 - INFO - [SYSTEM] Application initialized and ready.
  99. 2026-06-30 23:15:42,574 - INFO - [SYSTEM] Initiating Scenario: 1. Train, Evaluate, & Noise Analysis
  100. 2026-06-30 23:15:42,574 - INFO - [SYSTEM] Configuration saved to ./outputs/default/config.toml
  101. 2026-06-30 23:15:42,576 - INFO - [SYSTEM] Starting Task 1/5: Load Image and ADNIMERGE
  102. 2026-06-30 23:15:42,577 - INFO - [Load Image and ADNIMERGE] Initializing process...
  103. 2026-06-30 23:15:44,200 - INFO - [Load Image and ADNIMERGE] Halfway through current task execution...
  104. 2026-06-30 23:15:45,290 - INFO - [Load Image and ADNIMERGE] Task completed.
  105. 2026-06-30 23:15:45,300 - INFO - [SYSTEM] Starting Task 2/5: Train Regular Models
  106. 2026-06-30 23:15:45,302 - INFO - [Train Regular Models] Initializing process...
  107. 2026-06-30 23:15:46,918 - INFO - [Train Regular Models] Halfway through current task execution...
  108. 2026-06-30 23:15:48,003 - INFO - [Train Regular Models] Task completed.
  109. 2026-06-30 23:15:48,004 - INFO - [SYSTEM] Starting Task 3/5: Train Bayesian Models
  110. 2026-06-30 23:15:48,005 - INFO - [Train Bayesian Models] Initializing process...
  111. 2026-06-30 23:15:49,636 - INFO - [Train Bayesian Models] Halfway through current task execution...
  112. 2026-06-30 23:15:50,716 - INFO - [Train Bayesian Models] Task completed.
  113. 2026-06-30 23:15:50,718 - INFO - [SYSTEM] Starting Task 4/5: Evaluate Regular Models
  114. 2026-06-30 23:15:50,719 - INFO - [Evaluate Regular Models] Initializing process...
  115. 2026-06-30 23:15:52,346 - INFO - [Evaluate Regular Models] Halfway through current task execution...
  116. 2026-06-30 23:15:53,414 - INFO - [Evaluate Regular Models] Task completed.
  117. 2026-06-30 23:15:53,416 - INFO - [SYSTEM] Starting Task 5/5: Evaluate Bayesian Models
  118. 2026-06-30 23:15:53,417 - INFO - [Evaluate Bayesian Models] Initializing process...
  119. 2026-06-30 23:15:53,671 - ERROR - [SYSTEM] Stop requested! Terminating gracefully...
  120. 2026-06-30 23:15:53,685 - ERROR - [SYSTEM] STOPPED: Pipeline execution stopped by user.