Page MenuHomePhorge

Regression in Config: console generates errors when some libraries are not managed by Git
Closed, ResolvedPublic

Description

On the Phorge of WMGMC, we use a git repository for managing our fork but copy files into a OCI container image before deploying. Thus, .git is not available in our production environment.

However, /config/ generates errors when .git is not available:

Command failed with error #128!
COMMAND
git remote -v

STDOUT
(empty)

STDERR
fatal: not a git repository (or any of the parent directories): .git

Stack trace:
ExecFuture::raiseResultError called at [/opt/arcanist/src/future/exec/ExecFuture.php:341]
ExecFuture::resolvex called at [/opt/phorge/src/applications/config/controller/PhabricatorConfigConsoleController.php:193]
phlog called at [/opt/phorge/src/applications/config/controller/PhabricatorConfigConsoleController.php:373]
PhabricatorConfigConsoleController::logGitErrorWithPotentialTips called at [/opt/phorge/src/applications/config/controller/PhabricatorConfigConsoleController.php:195]
PhabricatorConfigConsoleController::loadVersions called at [/opt/phorge/src/applications/config/controller/PhabricatorConfigConsoleController.php:83]
PhabricatorConfigConsoleController::newLibraryVersionTable called at [/opt/phorge/src/applications/config/controller/PhabricatorConfigConsoleController.php:63]
PhabricatorConfigConsoleController::handleRequest called at [/opt/phorge/src/aphront/configuration/AphrontApplicationConfiguration.php:284]
AphrontApplicationConfiguration::processRequest called at [/opt/phorge/src/aphront/configuration/AphrontApplicationConfiguration.php:203]
AphrontApplicationConfiguration::runHTTPRequest called at [/opt/phorge/webroot/index.php:35]

Event Timeline

Thanks

As said in https://we.phorge.it/D25931#25023 I think this is a sub-task of T15243. And in this specific case, very probably we don't want to log anything. So your report could be considered a regression caused by T15243.

So you may want to hack a bit this thing to completely suppress error logging for that specific exception (with a comment pointing to this task):

https://we.phorge.it/source/phorge/browse/master/src/applications/config/controller/PhabricatorConfigConsoleController.php$350

Well done \o/

Tip: the "Closes T123" automagically closes things from commit message.

Thanks for the hint.

valerio.bozzolan renamed this task from Config console generates errors when some libraries are not managed by Git to Regression in Config: console generates errors when some libraries are not managed by Git.Fri, Mar 28, 16:02
valerio.bozzolan awarded a token.