I'm getting the following error:
[2016-07-07 16:05:20] EXCEPTION: (PhutilProxyException) Error while executing Task ID 2297057. {>} (AphrontQueryException) #1366: Incorrect string value: '\xF0\x9F\x8E\xAA: ...' for column 'summary' at row 1 at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:355]
in my phd.log
Here's the entire trace:
07-Jul-2016 16:05:20] [2016-07-07 16:05:20] EXCEPTION: (PhutilProxyException) Error while executing Task ID 2297057. {>} (AphrontQueryException) #1366: Incorrect string value: '\xF0\x9F\x8E\xAA: ...' for column 'summary' at row 1 at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:355] [07-Jul-2016 16:05:20] arcanist(head=stable, ref.master=9c056c5cc887, ref.stable=f1c45a3323ae), phabricator(head=stable, ref.master=b441e8b81e31, ref.stable=58375fa9e6db), phutil(head=stable, ref.master=c72eb747e706, ref.stable=119e5b12ba06) [07-Jul-2016 16:05:20] #0 <#2> AphrontBaseMySQLDatabaseConnection::throwQueryCodeException(integer, string) called at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:289] [07-Jul-2016 16:05:20] #1 <#2> AphrontBaseMySQLDatabaseConnection::throwQueryException(mysqli) called at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:185] [07-Jul-2016 16:05:20] #2 <#2> AphrontBaseMySQLDatabaseConnection::executeRawQuery(string) called at [<phutil>/src/xsprintf/queryfx.php:6] [07-Jul-2016 16:05:20] #3 <#2> queryfx(AphrontMySQLiDatabaseConnection, string, string, string, string, string) [07-Jul-2016 16:05:20] #4 <#2> call_user_func_array(string, array) called at [<phutil>/src/aphront/storage/connection/AphrontDatabaseConnection.php:32] [07-Jul-2016 16:05:20] #5 <#2> AphrontDatabaseConnection::query(string, string, string, string, string) called at [<phabricator>/src/infrastructure/storage/lisk/LiskDAO.php:1157] [07-Jul-2016 16:05:20] #6 <#2> LiskDAO::update() called at [<phabricator>/src/infrastructure/storage/lisk/LiskDAO.php:1077] [07-Jul-2016 16:05:20] #7 <#2> LiskDAO::save() called at [<phabricator>/src/applications/repository/storage/PhabricatorRepositoryCommit.php:210] [07-Jul-2016 16:05:20] #8 <#2> PhabricatorRepositoryCommit::save() called at [<phabricator>/src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php:129] [07-Jul-2016 16:05:20] #9 <#2> PhabricatorRepositoryCommitMessageParserWorker::updateCommitData(DiffusionCommitRef) called at [<phabricator>/src/applications/repository/worker/commitmessageparser/PhabricatorRepositoryCommitMessageParserWorker.php:42] [07-Jul-2016 16:05:20] #10 <#2> PhabricatorRepositoryCommitMessageParserWorker::parseCommit(PhabricatorRepository, PhabricatorRepositoryCommit) called at [<phabricator>/src/applications/repository/worker/PhabricatorRepositoryCommitParserWorker.php:48] [07-Jul-2016 16:05:20] #11 <#2> PhabricatorRepositoryCommitParserWorker::doWork() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorWorker.php:122] [07-Jul-2016 16:05:20] #12 <#2> PhabricatorWorker::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php:171] [07-Jul-2016 16:05:20] #13 <#2> PhabricatorWorkerActiveTask::executeTask() called at [<phabricator>/src/infrastructure/daemon/workers/PhabricatorTaskmasterDaemon.php:22] [07-Jul-2016 16:05:20] #14 PhabricatorTaskmasterDaemon::run() called at [<phutil>/src/daemon/PhutilDaemon.php:184] [07-Jul-2016 16:05:20] #15 PhutilDaemon::execute() called at [<phutil>/scripts/daemon/exec/exec_daemon.php:127]
Thoughts?