I've been noticing a good number of these error messages:
E: BUG {try_gits} empty at
/usr/local/share/perl/5.28.1/PublicInbox/SolverGit.pm line 80.
I think I started seeing it after a recent upgrade. (The last revision
bump on my server was from c9c1aabe2 to 840c1c80c, and the one before
that was from c497e38cf.) It doesn't look like SolverGit.pm has changed
recently, but perhaps some upstream code changed. Or perhaps I'm
completely wrong about it being new.
It doesn't seem to be particular to my server because I was able to
trigger it on <http://public-inbox.org/meta> too. Two examples:
* http://public-inbox.org/meta/5ada1f49e4dc/s/?b=lib/PublicInbox/Fetch.pm#n6
debug log:
solving 5ada1f49e4dc ...
E: BUG {try_gits} empty at
/usr/local/share/perl/5.28.1/PublicInbox/SolverGit.pm line 80.
* http://public-inbox.org/meta/41438cf79b15/s/?b=xt/net_writer-imap.t#n122
debug log:
solving 41438cf79b15 ...
E: BUG {try_gits} empty at
/usr/local/share/perl/5.28.1/PublicInbox/SolverGit.pm line 80.
Both of those recovered after a bit (first hard refresh?).
Any ideas?
Thanks.