Root cause why maestro bot published a Arcade update that deleted a file that's still in use
See original GitHub issueSample PR: https://github.com/aspnet/AspNetCore-Tooling/pull/1257/files.
A recent Maestro update to a host of AspNetCore repos removed the setup-maestro-vars.ps1
file. The file existed in the corresponding commit in dotnet/arcade
: https://github.com/dotnet/arcade/blob/a42a124635ce1a218309ecb31ec59d559cacb886/eng/common/post-build/setup-maestro-vars.ps1. Deleting this file impacted the _internal
build, so it took a fairly long time to identify this was incorrect.
It’s not very clear why this happened, and we’d should understand this to avoid a recurrence.
Issue Analytics
- State:
- Created 4 years ago
- Comments:22 (22 by maintainers)
Top Results From Across the Web
Restore failing intermittently on build · Issue #36255
Restore is failing intermittently F:\workspace\_work\1\s\.dotnet\sdk\5.0.100-preview.5.20251.2\NuGet.targets(128,5): error : Cannot create a ...
Read more >Windows 7 fix for "Cannot connect to the server. Exiting ...
The solution is to force the .NET installation to use OS TLS protocols instead of whatever the game is directing and disable insecure...
Read more >Maestro🤖🤖 (@MaestroBots) / X
Maestro is the #1 #Telegram Trading & Sniping Bot Join us in our ... Through the use of #MaestroBots, their users can now...
Read more >How can I resolve the error "The security token included in ...
It seems that my ~/.aws/credentials file had an additional value: aws_session_token which was causing the error.
Read more >Legends of Idleon - Page 102
Still working. Try verify integrity of game files in Steam and then inject. I've been trying about 100+ times over 2 hours. I've ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This has been rolled out
I was finally able to get a repro locally that I can debug through!!!
https://github.com/maestro-auth-test/maestro-test3/pull/484 is supposed to be bringing in https://github.com/dotnet/arcade/commit/62aff50bfb515b287487f41fccf4d83b8683a57b
but it’s trying to delete two files that are present at that commit:
I believe I can make a lot more progress now that I can see what’s going on under a debugger.