Reproduction from the regular FastLED checkout on fbuild 2.5.14:
- Run bash compile esp32c6 --examples AutoResearch --no-interactive.
- fbuild successfully links and emits the image.
- The result reports RAM 1.88MB / 320KB (602.5%) and then the FastLED wrapper reports Failed to get metadata for build_info.json (exit code 1).
The image cannot actually consume 602% of the declared RAM and the successful fbuild output is therefore misleading. The metadata failure also leaves no example-scoped build_info file for this target. This needs fbuild-level investigation of ESP32-C6 size-section accounting and/or metadata output so CI does not present a successful build with impossible memory usage.
No deploy or direct flash tool was involved.
Reproduction from the regular FastLED checkout on fbuild 2.5.14:
The image cannot actually consume 602% of the declared RAM and the successful fbuild output is therefore misleading. The metadata failure also leaves no example-scoped build_info file for this target. This needs fbuild-level investigation of ESP32-C6 size-section accounting and/or metadata output so CI does not present a successful build with impossible memory usage.
No deploy or direct flash tool was involved.