Skip to content

"Archiving built core" message should only be shown in verbose output and in white, not red #238

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
per1234 opened this issue Jun 23, 2017 · 9 comments
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself

Comments

@per1234
Copy link
Contributor

per1234 commented Jun 23, 2017

Using Arduino IDE 1.8.3 on Windows 7 64 bit

The message:

Archiving built core (caching) in: C:\Users\per\AppData\Local\Temp\arduino_cache_659403\core\core_arduino_avr_uno_d0519d097723f7476aa49015be44facf.a

is shown in red in the non-verbose compilation output. It should only be shown in the verbose compilation output and the color should be white as it is not a warning or error.

As demonstrated by:

This message can cause undue concern for users or mislead them from the true cause of their problem, yet it provides no useful information to the vast majority of users.

@facchinm
Copy link
Member

@per1234 I agree with it, thanks for reporting. I probably never noticed it since I always compile with max verbosity 😄 Fixing right now!

@facchinm
Copy link
Member

Fixed by 7883e01

facchinm added a commit to facchinm/arduino-builder that referenced this issue Sep 15, 2017
@matthijskooijman
Copy link
Collaborator

The fix commit made the message only appear in verbose mode, but failed to make it appear in white, so I'm reopening this issue. I just submitted a PR to fix this.

@sanjeewasam
Copy link

What is the status on this

@sanjeewasam
Copy link

So having red without getting an error OK?

@facchinm
Copy link
Member

facchinm commented Apr 3, 2018

@sanjeewasam the line is printed in white in Beta channel at the moment, if you could test it and report if you find any bug it would be awesome!

@narjes1374
Copy link

hello in programing ESP i have error i don t know this error

Archiving built core (caching) in: C:\Users\narjes\AppData\Local\Temp\arduino_cache_348130\core\core_esp8266_esp8266_generic_CpuFrequency_80,FlashFreq_40,FlashMode_dio,UploadSpeed_115200,FlashSize_512K64,ResetMethod_ck,Debug_Disabled,DebugLevel_None_____8f9b38d3d6da3b10a73a5ebc46da2c3b.a
Sketch uses 231953 bytes (53%) of program storage space. Maximum is 434160 bytes.
Global variables use 32312 bytes (39%) of dynamic memory, leaving 49608 bytes for local variables. Maximum is 81920 bytes.
warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
error: espcomm_upload_mem failed

@narjes1374
Copy link

what meaning of verbose mode?

@lprasanth
Copy link

Hello Iam trying hard to solve the error did you find any solutions ?

@per1234 per1234 added conclusion: resolved Issue was resolved topic: code Related to content of the project itself labels Oct 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conclusion: resolved Issue was resolved topic: code Related to content of the project itself
Projects
None yet
Development

No branches or pull requests

6 participants