runtime error
Exit code: 3. Reason: /advanced/events/). @app.on_event("shutdown") INFO: Started server process [1] INFO: Waiting for application startup. 2025-08-23 02:28:14,026 - INFO - VM Configuration: 2025-08-23 02:28:14,026 - INFO - - Total vCPUs: 800 (8 sockets × 50 cores × 2 threads) 2025-08-23 02:28:14,026 - INFO - - Memory: 512G 2025-08-23 02:28:14,026 - INFO - - Disk Size: 100G 2025-08-23 02:28:14,026 - INFO - - VGPU Memory: 32G ERROR: Traceback (most recent call last): File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 571, in __aenter__ await self._router.startup() File "/usr/local/lib/python3.12/site-packages/starlette/routing.py", line 671, in startup await handler() File "/app/qemu/web_interface.py", line 138, in startup_event qemu = QEMUManager() ^^^^^^^^^^^^^ File "/app/qemu/qemu_manager.py", line 43, in __init__ self.con = self._init_db_connection() ^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/app/qemu/qemu_manager.py", line 89, in _init_db_connection con.execute(""" duckdb.duckdb.BinderException: Binder Error: Referenced column "type" not found in FROM clause! Candidate bindings: "json" LINE 10: WHERE type = 'gpu_device'; ^ ERROR: Application startup failed. Exiting. --- Flip-Flop Types and Switching Physics --- SR Flip-Flop: Set-Reset, basic memory, built from NAND/NOR gates. D Flip-Flop: Data/Delay, synchronizes input to clock, used in registers. JK Flip-Flop: Universal, toggles or sets/resets based on inputs. T Flip-Flop: Toggle, divides clock, used in counters. All flip-flops are built from logic gates, so their switching speed is limited by the gate delay (set by electron drift and channel length). Estimated flip-flop delay: 1.02e-15 s (for 4 gates) Max flip-flop switching frequency: 9.80e+14 Hz
Container logs:
Fetching error logs...