Memory usage display after compile

When compiling, with verbose enabled, using the following nightly:

Version: 2.0.0-rc7-nightly-20220610
Date: 2022-06-10T03:28:34.636Z
CLI Version: 0.23.0 [899dc91b]

Copyright © 2022 Arduino SA

the IDE displays the following at the end of the compile (two separate compiles)

Using library SPI at version 1.0 in folder: C:\Users\Willem\AppData\Local\Arduino15\packages\MiniCore\hardware\avr\2.1.3\libraries\SPI 
Using library LiquidCrystal_I2C-master at version 1.1.4 in folder: C:\Users\Willem\Documents\Arduino\libraries\LiquidCrystal_I2C-master 
Using library Wire at version 1.0 in folder: C:\Users\Willem\AppData\Local\Arduino15\packages\MiniCore\hardware\avr\2.1.3\libraries\Wire 
"C:\\Users\\Willem\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-size" -A "C:\\Users\\Willem\\AppData\\Local\\Temp\\arduino-sketch-290FF54C0C4263285D3AA5E61335C346/1614_UNO_SPI.ino.elf"
Sketch uses 7226 bytes (22%) of program storage space. Maximum is 32768 bytes.
Global variables use 522 bytes (25%) of dynamic memory, leaving 1526 bytes for local variables. Maximum is 2048 bytes.

--------------------------
Compilation complete.

Using library Wire at version 2.0.6 in folder: C:\Users\Willem\AppData\Local\Arduino15\packages\megaTinyCore\hardware\megaavr\2.5.11\libraries\Wire 
Using library EEPROM at version 2.1.3 in folder: C:\Users\Willem\AppData\Local\Arduino15\packages\megaTinyCore\hardware\megaavr\2.5.11\libraries\EEPROM 
"C:\\Users\\Willem\\AppData\\Local\\Arduino15\\packages\\DxCore\\tools\\avr-gcc\\7.3.0-atmel3.6.1-azduino4b/bin/avr-size" -A "C:\\Users\\Willem\\AppData\\Local\\Temp\\arduino-sketch-384A7D8EC12911DB1150CD68BDF26096/Interrupt_1614.ino.elf"
Sketch uses 4768 bytes (29%) of program storage space. Maximum is 16384 bytes.
Global variables use 211 bytes (10%) of dynamic memory, leaving 1837 bytes for local variables. Maximum is 2048 bytes.

--------------------------
Compilation complete.

However, when using the latest nightly:

Version: 2.0.0-rc7-nightly-20220617
Date: 2022-06-17T03:30:29.334Z
CLI Version: 0.23.0 [899dc91b]

Copyright © 2022 Arduino SA

we get the following at the end of the same compiles

Using library SPI at version 1.0 in folder: C:\Users\Willem\AppData\Local\Arduino15\packages\MiniCore\hardware\avr\2.1.3\libraries\SPI 
Using library LiquidCrystal_I2C-master at version 1.1.4 in folder: C:\Users\Willem\Documents\Arduino\libraries\LiquidCrystal_I2C-master 
Using library Wire at version 1.0 in folder: C:\Users\Willem\AppData\Local\Arduino15\packages\MiniCore\hardware\avr\2.1.3\libraries\Wire 
"C:\\Users\\Willem\\AppData\\Local\\Arduino15\\packages\\arduino\\tools\\avr-gcc\\7.3.0-atmel3.6.1-arduino7/bin/avr-size" -A "C:\\Users\\Willem\\AppData\\Local\\Temp\\arduino-sketch-290FF54C0C4263285D3AA5E61335C346/1614_UNO_SPI.ino.elf"

--------------------------
Compilation complete.


Using library Wire at version 2.0.6 in folder: C:\Users\Willem\AppData\Local\Arduino15\packages\megaTinyCore\hardware\megaavr\2.5.11\libraries\Wire 
Using library EEPROM at version 2.1.3 in folder: C:\Users\Willem\AppData\Local\Arduino15\packages\megaTinyCore\hardware\megaavr\2.5.11\libraries\EEPROM 
"C:\\Users\\Willem\\AppData\\Local\\Arduino15\\packages\\DxCore\\tools\\avr-gcc\\7.3.0-atmel3.6.1-azduino4b/bin/avr-size" -A "C:\\Users\\Willem\\AppData\\Local\\Temp\\arduino-sketch-384A7D8EC12911DB1150CD68BDF26096/Interrupt_1614.ino.elf"

--------------------------
Compilation complete.

No memory usage information. Can we please have the previous memory usage information displayed again. (Or am I doing something funny?)

Thanks so much for your report @Willem43. I am able to reproduce the bug and have submitted a formal report to the Arduino IDE developers:

If you have a GitHub account, you can subscribe to that issue to get notifications of any new developments related to this subject.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.