/app/vendor/spatialmedia/metadata_utils.py:108: SyntaxWarning: invalid escape sequence '\d' integer_regex_group = "(\d+)" 2026-07-09T12:05:28 - INFO: VideoGen 0.7.1 2026-07-09T12:05:28 - INFO: Deliverables will be output to /working/32e451ca-106b-44ee-ab9b-3e89fd92daa8/deliverables 2026-07-09T12:05:28 - INFO: Loading recording... 2026-07-09T12:05:28 - deployment - INFO: Detected P3D version: P3D_2 2026-07-09T12:05:28 - INFO: Loading disk image... 2026-07-09T12:05:28 - INFO: Mounting disk image: /working/32e451ca-106b-44ee-ab9b-3e89fd92daa8/32e451ca-106b-44ee-ab9b-3e89fd92daa8.iso 2026-07-09T12:05:28 - disk_image - INFO: Current OS is: Linux mount: /working/32e451ca-106b-44ee-ab9b-3e89fd92daa8/processing/data: WARNING: source write-protected, mounted read-only. 2026-07-09T12:05:28 - INFO: Disk image mounted successfully at /working/32e451ca-106b-44ee-ab9b-3e89fd92daa8/processing/data 2026-07-09T12:05:28 - INFO: Distance track used as anchor epoch: 1781484922881999872 2026-07-09T12:05:29 - INFO: Encoding video... libpng warning: eXIf: invalid libpng warning: eXIf: invalid 2026-07-09T12:05:29 - INFO: Calibration resolution is 4033x2016 2026-07-09T12:05:29 - WARNING: NVENC not available, disabling GPU. 2026-07-09T12:05:29 - DEBUG: Using libx264 for video encoding 2026-07-09T12:05:29 - DEBUG: ['ffmpeg', '-loglevel', 'error', '-y', '-r', '10', '-start_number', '0', '-i', '/working/32e451ca-106b-44ee-ab9b-3e89fd92daa8/processing/meshroom/panorama/frames/%06d.png', '-vframes', '66697', '-c:v', 'libx264', '-crf', '18', '-vf', 'eq=brightness=0.15:contrast=1.15:saturation=1.25,hue=h=0:s=1,v360=input=equirect:output=equirect:yaw=0:pitch=0:roll=0', '-metadata:s:v:0', 'spherical=1', '-metadata:s:v:0', 'projection=equirectangular', '-metadata:s:v:0', 'yaw=0', '-metadata:s:v:0', 'pitch=0', '-metadata:s:v:0', 'roll=0', '-map_metadata', '0', '-movflags', 'use_metadata_tags', '/working/32e451ca-106b-44ee-ab9b-3e89fd92daa8/processing/meshroom/panorama/cache/v360.mp4'] [vost#0:0/libx264 @ 0x5a62e0d8e600] Error submitting a packet to the muxer: No space left on device [out#0/mp4 @ 0x5a62e0d8c040] Error muxing a packet [out#0/mp4 @ 0x5a62e0d8c040] Error writing trailer: No space left on device [out#0/mp4 @ 0x5a62e0d8c040] Error closing file: No space left on device Traceback (most recent call last): File "/app/src/videogen/__main__.py", line 172, in main videogen.generate.encode( File "/app/src/videogen/generate.py", line 201, in encode subprocess.run(args, stdout=subprocess.DEVNULL, check=True) File "/usr/lib/python3.12/subprocess.py", line 571, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['ffmpeg', '-loglevel', 'error', '-y', '-r', '10', '-start_number', '0', '-i', '/working/32e451ca-106b-44ee-ab9b-3e89fd92daa8/processing/meshroom/panorama/frames/%06d.png', '-vframes', '66697', '-c:v', 'libx264', '-crf', '18', '-vf', 'eq=brightness=0.15:contrast=1.15:saturation=1.25,hue=h=0:s=1,v360=input=equirect:output=equirect:yaw=0:pitch=0:roll=0', '-metadata:s:v:0', 'spherical=1', '-metadata:s:v:0', 'projection=equirectangular', '-metadata:s:v:0', 'yaw=0', '-metadata:s:v:0', 'pitch=0', '-metadata:s:v:0', 'roll=0', '-map_metadata', '0', '-movflags', 'use_metadata_tags', '/working/32e451ca-106b-44ee-ab9b-3e89fd92daa8/processing/meshroom/panorama/cache/v360.mp4']' returned non-zero exit status 228. During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/app/src/videogen/__main__.py", line 241, in main() File "/app/src/videogen/__main__.py", line 201, in main videogen.result.Result.write_result(result_path, e) File "/app/src/videogen/result.py", line 20, in write_result result.to_file(name) File "/app/src/videogen/result.py", line 23, in to_file with open(name, "w", encoding="utf-8") as file: OSError: [Errno 28] No space left on device