Last lines of compilation output are not printed #1073
Labels
conclusion: resolved
Issue was resolved
criticality: high
Of high impact
status: in progress
Work is in progress on this
topic: CLI
Related to Arduino CLI
topic: code
Related to content of the project itself
type: imperfection
Perceived defect in any part of project
Describe the problem
π The last lines of compilation output are not shown in Output panel
To reproduce
β
compile.β The issue occurs with the verbose output as well. This is done only to produce more simple output for the demo.
β The issue is not specific to this board. A board selection is specified only to ensure the output described here in the demo will be consistent with that seen by those who are reproducing it.
π The memory usage output is not shown:
The output should be:
Expected behavior
All lines of compilation output
Arduino IDE version
2.0.0-rc7-snapshot-94ceefd
Operating system
Windows, Linux
Operating system version
Windows 10, Ubuntu 20.04
Additional context
I bisected the issue to 4c62431 (does not occur when using the build for a804766).
The number of missing lines varies. This is easier to observe with verbose compilation output enabled. Sometimes the line showing the
avr-size
command that would be expected immediately before the memory usage lines is printed:Other times it is not:
More rarely, one or two of the memory usage lines are shown.
Originally reported at https://forum.arduino.cc/t/memory-usage-display-after-compile/1003909
Issue checklist
The text was updated successfully, but these errors were encountered: