Properties
Properties
- Buildable
- B15891: Diff 41987
- Build Plan
- Plan 3 Run Core Tests
Run "arc unit --everything"
Run "arc unit --everything"
- When
- Completed at Mar 4 2017, 5:40 AM · Built for 1 m, 28 s
- Status
Failed
| 1 | [2017-03-04 05:39:38] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-70/repo/phabricator/src/aphront/response/AphrontResponse.php:254] |
|---|---|
| 2 | arcanist(head=master, ref.master=3b6b523c2b23), phabricator(head=e3d8d7bf03e2f5ed07169895f62aac0086748317, ref.master=e0cd3062d5ab), phutil(head=master, ref.master=c26f7b429f71) |
| 3 | #0 ini_set(string, string) called at [<phabricator>/src/aphront/response/AphrontResponse.php:254] |
| 4 | #1 AphrontResponse::willBeginWrite() called at [<phabricator>/src/aphront/sink/AphrontHTTPSink.php:99] |
| 5 | #2 AphrontHTTPSink::writeResponse(AphrontJSONResponse) called at [<phabricator>/src/aphront/sink/__tests__/AphrontHTTPSinkTestCase.php:73] |
| 6 | #3 AphrontHTTPSinkTestCase::testJSONContentSniff() |
| 7 | #4 call_user_func_array(array, array) called at [<arcanist>/src/unit/engine/phutil/PhutilTestCase.php:492] |
| 8 | #5 PhutilTestCase::run() called at [<arcanist>/src/unit/engine/PhutilUnitTestEngine.php:69] |
| 9 | #6 PhutilUnitTestEngine::run() called at [<arcanist>/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php:147] |
| 10 | #7 ArcanistConfigurationDrivenUnitTestEngine::run() called at [<arcanist>/src/workflow/ArcanistUnitWorkflow.php:167] |
| 11 | #8 ArcanistUnitWorkflow::run() called at [<arcanist>/scripts/arcanist.php:394] |
| 12 | PHP Fatal error: Uncaught exception 'Exception' with message 'Process exited with an open transaction! The transaction will be implicitly rolled back. Calls to openTransaction() must always be paired with a call to saveTransaction() or killTransaction().' in /core/data/drydock/workingcopy-70/repo/libphutil/src/aphront/storage/connection/AphrontDatabaseTransactionState.php:78 |
| 13 | Stack trace: |
| 14 | #0 /core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php(30): AphrontDatabaseTransactionState->__destruct() |
| 15 | #1 /core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php(30): LiskDAO::closeAllConnections() |
| 16 | #2 [internal function]: PhabricatorStorageFixtureScopeGuard->destroy() |
| 17 | #3 {main} |
| 18 | |
| 19 | Next exception 'Exception' with message 'Process exited with an open transaction! The transaction will be implicitly rolled back. Calls to openTransaction() must always be paired with a call to saveTransaction() or killTran in /core/data/drydock/workingcopy-70/repo/libphutil/src/aphront/storage/connection/AphrontDatabaseTransactionState.php on line 78 |
| 20 |
| 1814 | #0 /core/data/drydock/workingcopy-70/repo/libphutil/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php(289): AphrontBaseMySQLDatabaseConnection->throwQueryCodeException(1048, 'Column 'default...') |
|---|---|
| 1815 | #1 /core/data/drydock/workingcopy-70/repo/libphutil/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php(185): AphrontBaseMySQLDatabaseConnection->throwQueryException(Object(mysqli)) |
| 1816 | #2 /core/data/drydock/workingcopy-70/repo/libphutil/src/xsprintf/queryfx.php(8): AphrontBaseMySQLDatabaseConnection->executeRawQuery('INSERT INTO `us...') |
| 1817 | #3 [internal function]: queryfx(Object(AphrontMySQLiDatabaseConnection), '%Q INTO %T (%LC...', 'INSERT', 'user', Array, ''test2518', 'Te...') |
| 1818 | #4 /core/data/drydock/workingcopy-70/repo/libphutil/src/aphront/storage/connection/AphrontDatabaseConnection.php(58): call_user_func_array('queryfx', Array) |
| 1819 | #5 /core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1262): AphrontDatabaseConnection->query('%Q INTO %T (%LC...', 'INSERT', 'user', Array, ''test2518', 'Te...') |
| 1820 | #6 /core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1106): LiskDAO->insertRecordIntoDatabase('INSERT') |
| 1821 | #7 /core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1075): LiskDAO->insert() |
| 1822 | #8 /core/data/drydock/workingcopy-70/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(299): LiskDAO->save() |
| 1823 | #9 /core/data/drydock/workingcopy-70/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(64): PhabricatorUser->save() |
| 1824 | #10 /core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(203): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail)) |
| 1825 | #11 /core/data/drydock/workingcopy-70/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(63): PhabricatorTestCase->generateNewTestUser() |
| 1826 | #12 /core/data/drydock/workingcopy-70/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('HT') |
| 1827 | #13 /core/data/drydock/workingcopy-70/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyPullTestCase.php(14): PhabricatorWorkingCopyTestCase->buildPulledRepository('HT') |
| 1828 | #14 [internal function]: PhabricatorWorkingCopyPullTestCase->testHgPullBasic() |
| 1829 | #15 /core/data/drydock/workingcopy-70/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array) |
| 1830 | #16 /core/data/drydock/workingcopy-70/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run() |
| 1831 | #17 /core/data/drydock/workingcopy-70/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(147): PhutilUnitTestEngine->run() |
| 1832 | #18 /core/data/drydock/workingcopy-70/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(167): ArcanistConfigurationDrivenUnitTestEngine->run() |
| 1833 | #19 /core/data/drydock/workingcopy-70/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run() |
| 1834 | #20 {main} |
| 1835 | PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFromString |
| 1836 | PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyRanges |
| 1837 | PASS <1ms★ PhortuneCurrencyTestCase::testInvalidCurrencyFromString |
| 1838 | PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFormatForDisplay |
| 1839 | PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFormatBareValue |
| 1840 | PASS <1ms★ PhortuneCurrencyTestCase::testAddCurrency |
| 1841 | PASS <1ms★ PhortunePaymentProviderTestCase::testGetAllProviders |
| 1842 | PASS <1ms★ PhrequentTimeBlockTestCase::testOngoingPreempted |
| 1843 | PASS <1ms★ PhrequentTimeBlockTestCase::testSumTimeSlices |
| 1844 | PASS <1ms★ PhrequentTimeBlockTestCase::testEndDeeperStratum |
| 1845 | PASS <1ms★ PhrequentTimeBlockTestCase::testPopAcrossStrata |
| 1846 | PASS <1ms★ PhrequentTimeBlockTestCase::testOngoing |
| 1847 | PASS <1ms★ PhrequentTimeBlockTestCase::testPreemptingEvents |
| 1848 | PASS <1ms★ PhrequentTimeBlockTestCase::testTimelineSort |
| 1849 | PASS <1ms★ PhrequentTimeBlockTestCase::testInstantaneousEvent |
| 1850 | PASS <1ms★ PhrequentTimeBlockTestCase::testOngoingInterrupted |
| 1851 | PASS <1ms★ PhrequentTimeBlockTestCase::testMergeTimeRanges |
| 1852 | PASS <1ms★ ProjectRemarkupRuleTestCase::testProjectObjectRemarkup |
| 1853 | PASS <1ms★ QueryFormattingTestCase::testQueryFormatting |
| 1854 | |
| 1855 | Fatal error: Uncaught exception 'Exception' with message 'Process exited with an open transaction! The transaction will be implicitly rolled back. Calls to openTransaction() must always be paired with a call to saveTransaction() or killTransaction().' in /core/data/drydock/workingcopy-70/repo/libphutil/src/aphront/storage/connection/AphrontDatabaseTransactionState.php:78 |
| 1856 | Stack trace: |
| 1857 | #0 /core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php(30): AphrontDatabaseTransactionState->__destruct() |
| 1858 | #1 /core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/testing/fixture/PhabricatorStorageFixtureScopeGuard.php(30): LiskDAO::closeAllConnections() |
| 1859 | #2 [internal function]: PhabricatorStorageFixtureScopeGuard->destroy() |
| 1860 | #3 {main} |
| 1861 | |
| 1862 | Next exception 'Exception' with message 'Process exited with an open transaction! The transaction will be implicitly rolled back. Calls to openTransaction() must always be paired with a call to saveTransaction() or killTran in /core/data/drydock/workingcopy-70/repo/libphutil/src/aphront/storage/connection/AphrontDatabaseTransactionState.php on line 78 |
| 1863 |
Build Working Copy
Build Working Copy
- When
- Completed at Mar 4 2017, 5:39 AM · Built instantly
- Status
Passed