Skip to content
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

Daily Perf Index is not updating #3278

Closed
LoopedBard3 opened this issue Aug 17, 2023 · 4 comments
Closed

Daily Perf Index is not updating #3278

LoopedBard3 opened this issue Aug 17, 2023 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@LoopedBard3
Copy link
Member

LoopedBard3 commented Aug 17, 2023

The daily perf index appears to not have updated since 08-14, around the time the indexgenerator automatic updating was added. I am taking a look into this.

This does not repro without publishing in VS.

@LoopedBard3 LoopedBard3 added the bug Something isn't working label Aug 17, 2023
@LoopedBard3 LoopedBard3 self-assigned this Aug 17, 2023
@LoopedBard3
Copy link
Member Author

This is the error I got when trying to run the generator locally.
"Unhandled exception. System.AggregateException: One or more errors occurred. (Object reference not set to an instance of an object.)
---> System.NullReferenceException: Object reference not set to an instance of an object.
at RazorLight.Compilation.RoslynCompilationService.CompileAndEmit(IGeneratedRazorTemplate razorTemplate)
at RazorLight.Compilation.RazorTemplateCompiler.CompileAndEmitAsync(RazorLightProjectItem projectItem)
at RazorLight.Compilation.RazorTemplateCompiler.OnCacheMissAsync(String templateKey)
at RazorLight.Compilation.RazorTemplateCompiler.OnCacheMissAsync(String templateKey)
at RazorLight.EngineHandler.CompileTemplateAsync(String key)
at RazorLight.EngineHandler.CompileRenderAsync[T](String key, T model, ExpandoObject viewBag)
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
at IndexGenerator.Program.Main(String[] args)"

The error from the logs is about not being able to get the blob storage so there may be multiple errors.

@LoopedBard3
Copy link
Member Author

This is potentially related to the local error: toddams/RazorLight#429

@LoopedBard3 LoopedBard3 changed the title Daily Perf Index is not updated Daily Perf Index is not updating Aug 17, 2023
@LoopedBard3
Copy link
Member Author

After more looking, the AggregateException may be local to just me. The current error is a 404 Resource does not exist.

@LoopedBard3
Copy link
Member Author

Fix for the 404 error is out: https://dev.azure.com/dnceng/internal/_git/dotnet-performance-infra/pullrequest/33248. Will close this issue if runs work properly tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants