Hello!
I have CentOS 6.5 clean install with all necessary for Phab works.
When phabricator trying to update mercurial repo with over 11k commits, I get an error:
[root@Phabricator ~]# /var/www/html/phabricator/bin/repository refs F
Updating refs in 'F'...
[2014-08-18 11:06:51] EXCEPTION: (CommandException) Command failed with error #1!
COMMAND
hg -v log --template '{node}\n' --rev ''\''bc5dcb8f646d389ea9abaf49eeb91560d8dabc27'\'' - ('\''b6cd88f28626b6a1423132bc97dfc78f0d6dc235'\'' or '\''8a35c2ed530f744b5c6317a1329cd2df57bdf8e0'\'' or '\''2537f9caf097bf7cb81e35f56587250d24a725c1'\'' or '\''7e3331c441cff42b81bbec2d70c2e0a660de9a56'\'' or '\''5e0a4037a8d882a0578a8d66f160eaca47d328ce'\'' or '\''b368bd0d4a31b67fa52f68092f202e3ef22644a8'\'' or '\''f36c30cba31853790c1e8676f281fd06fca23c89'\'' or '\''ad32948904ae2c37702ab1cf143e1b34fa8624c2'\'' or '\''1839a2201de3d3e081f45bd091deeaca3c2cc9f0'\'' or '\''1b440288859b84995a78cd527857a6ab5f5f4044'\'' or '\''b336b09dc811ebca4a6dfa15d25182b60370a4ac'\'' or '\''59052dced4a961c421020710343d67f7b1a4b4be'\'' or '\''9a9272e2d090f6e794636fbfd436c47659713dbc'\'' or '\''9df3208832eadb42eb6cb50ff742efeb9616587a'\'' or '\''14e3d65e8afdce3472207c8551158e0bc8f86a94'\'' or '\''4397c0c356070be9a35304e93d5644b35d951053'\'' or '\''aadfac19bf5567225816ae2a84bfbd3b05ce6ded'\'' or '\''441805e0b5fbb6b9e7111... (54,937 more bytes) ...
STDOUT
(empty)
STDERR
** unknown exception encountered, please report by visiting
** http://mercurial.selenic.com/wiki/BugTracker
** Python 2.6.6 (r266:84292, Jan 22 2014, 09:37:14) [GCC 4.4.7 20120313 (Red Hat 4.4.7-4)]
** Mercurial Distributed SCM (version 3.1+4-aca137619a45)
** Extensions loaded:
Traceback (most recent call last):
File "/usr/bin/hg", line 43, in
mercurial.dispatch.run()
File "/usr/lib/python2.6/site-packages/mercurial/dispatch.py", line 28, in run
sys.exit((dispatch(request(sys.argv[1:])) or 0) & 255)
File "/usr/lib/python2.6/site-packages/mercurial/dispatch.py", line 69, in dispatch
ret = _runcatch(req)
File "/usr/lib/python2.6/site-packages/mercurial/dispatch.py", line 138, in _runcatch
return _dispatch(req)
File "/usr/lib/python2.6/site-packages/mercurial/dispatch.py", line 820, in _dispatch
cmdpats, cmdoptions)
File "/usr/lib/python2.6/site-packages/mercurial/dispatch.py", line 600, in runcommand
ret = _runcommand(ui, options, cmd, d)
F... (120,024 more bytes) ... at [/src/future/exec/ExecFuture.php:397]
#0 ExecFuture::resolvex() called at [/src/applications/repository/storage/PhabricatorRepository.php:294]
#1 PhabricatorRepository::execxLocalCommand(string, string, string) called at [/src/applications/repository/engine/PhabricatorRepositoryRefEngine.php:243]
#2 PhabricatorRepositoryRefEngine::loadNewCommitIdentifiers(string, array) called at [/src/applications/repository/engine/PhabricatorRepositoryRefEngine.php:182]
#3 PhabricatorRepositoryRefEngine::updateCursors(array, array, string, array) called at [/src/applications/repository/engine/PhabricatorRepositoryRefEngine.php:69]
#4 PhabricatorRepositoryRefEngine::updateRefs() called at [/src/applications/repository/management/PhabricatorRepositoryManagementRefsWorkflow.php:41]
#5 PhabricatorRepositoryManagementRefsWorkflow::execute(PhutilArgumentParser) called at [/src/parser/argument/PhutilArgumentParser.php:394]
#6 PhutilArgumentParser::parseWorkflowsFull(array) called at [/src/parser/argument/PhutilArgumentParser.php:290]
#7 PhutilArgumentParser::parseWorkflows(array) called at [/scripts/repository/manage_repositories.php:22]
is there any way to fix it?