agilord / aws_client

High-level APIs for Amazon Web Services (AWS) in Dart
233 stars 104 forks source link

Investigate why the analysis of aws_client is stuck on pub.dev #397

Open xvrh opened 1 year ago

xvrh commented 1 year ago

https://pub.dev/packages/aws_client is stuck on [PENDING ANALYSIS].

My local analysis with pana completed in ~8 minutes. Maybe we are hitting a timeout (15 minutes) here: https://github.com/dart-lang/pub-dev/blob/d611b276e3432da412ee510e09c3cfa06fa13412/pkg/pub_worker/lib/src/analyze.dart#L30 ?

isoos commented 1 year ago

The dartdoc codegen started running and hit the ~2GB limit, that's available in the logs: https://pub.dev/documentation/aws_client/latest/log.txt

Not much insight on the pana report yet. Let's give it a day... though... I think pub.dev should report the timeout in a nice way. I'll investigate it next week.