This was originally reported by @Aklapper as:
- Go to https://phab.wmflabs.org/
- See Unable to load the "Arcanist" library. Put "arcanist/" next to "phabricator/" on disk.
I've since reproduced it twice after production deploys, and once in devtools. It seems to go away after a PHP restart.
After extensive debugging with @Dzahn and @thcipriani, my belief is that either
- there's a race condition somewhere in the scap deploy setup for this project
- and/or simply that not restarting php-fpm in the deployment scripts is leading to Some Kind of Cache Weirdness
Either way, I think the remedy is probably just to restart PHP, which I'm slightly mystified that we're not already doing.