Properties
Properties
- Buildable
- B18728: rPe3a48dde1d5b: Correct a method signature in DifferentialDraftField
- Build Plan
- Plan 3 Run Core Tests
- Status
Passed
Run "arc unit --everything"
Run "arc unit --everything"
- When
- Completed at Oct 23 2017, 5:38 PM · Built for 3 m, 12 s
- Status
Passed
1 empty logs are hidden. Show all logs.
| 1 | [2017-10-23 17:37:43] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-75/repo/phabricator/src/aphront/response/AphrontResponse.php:254] |
|---|---|
| 2 | arcanist(head=master, ref.master=0989343a4e0c), phabricator(head=e3a48dde1d5b95df4eb0ea1763a6baa7576e418f, ref.master=cd14194a3297), phutil(head=master, ref.master=a6e490ef7ee0) |
| 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 |
| 316 | PASS 313ms PhabricatorWorkingCopyDiscoveryTestCase::testSubversionCommitDiscovery |
|---|---|
| 317 | PASS 539ms PhabricatorWorkingCopyDiscoveryTestCase::testGitCommitDiscovery |
| 318 | PASS 436ms PhabricatorWorkingCopyPullTestCase::testHgPullBasic |
| 319 | PASS 385ms PhabricatorWorkingCopyPullTestCase::testGitPullBasic |
| 320 | PASS 81ms PhabricatorWorkingCopyPullTestCase::testSVNPullBasic |
| 321 | PASS <1ms★ PhortuneCurrencyTestCase::testAddCurrency |
| 322 | PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFromString |
| 323 | PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFormatBareValue |
| 324 | PASS <1ms★ PhortuneCurrencyTestCase::testInvalidCurrencyFromString |
| 325 | PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFormatForDisplay |
| 326 | PASS 1ms★ PhortuneCurrencyTestCase::testCurrencyRanges |
| 327 | PASS <1ms★ PhortunePaymentProviderTestCase::testGetAllProviders |
| 328 | PASS 1ms★ PhrequentTimeBlockTestCase::testPopAcrossStrata |
| 329 | PASS 1ms★ PhrequentTimeBlockTestCase::testEndDeeperStratum |
| 330 | PASS <1ms★ PhrequentTimeBlockTestCase::testInstantaneousEvent |
| 331 | PASS <1ms★ PhrequentTimeBlockTestCase::testTimelineSort |
| 332 | PASS <1ms★ PhrequentTimeBlockTestCase::testOngoingPreempted |
| 333 | PASS <1ms★ PhrequentTimeBlockTestCase::testSumTimeSlices |
| 334 | PASS <1ms★ PhrequentTimeBlockTestCase::testOngoing |
| 335 | PASS <1ms★ PhrequentTimeBlockTestCase::testOngoingInterrupted |
| 336 | PASS <1ms★ PhrequentTimeBlockTestCase::testMergeTimeRanges |
| 337 | PASS 1ms★ PhrequentTimeBlockTestCase::testPreemptingEvents |
| 338 | PASS 6ms★ ProjectRemarkupRuleTestCase::testProjectObjectRemarkup |
| 339 | PASS 2ms★ QueryFormattingTestCase::testQueryFormatting |
| 340 |
| 1 | [2017-10-23 17:35:23] EXCEPTION: (CommandException) Command failed with error #2! |
|---|---|
| 2 | COMMAND |
| 3 | 'make' -C '/core/data/drydock/workingcopy-75/repo/libphutil/support/xhpast' 'SKIP_PARSER=1' 'SKIP_SCANNER=1' 'clean' 'all' 'install' |
| 4 | |
| 5 | STDOUT |
| 6 | make: Entering directory `/core/data/drydock/workingcopy-75/repo/libphutil/support/xhpast' |
| 7 | rm -f xhpast parser.yacc.output libxhpast.a *.o |
| 8 | g++ -c -fPIC -Wall -O3 -minline-all-stringops -o scanner.lex.o scanner.lex.cpp |
| 9 | g++ -c -fPIC -Wall -O3 -minline-all-stringops -o parser.yacc.o parser.yacc.cpp |
| 10 | ar -crs libxhpast.a scanner.lex.o parser.yacc.o |
| 11 | make: Leaving directory `/core/data/drydock/workingcopy-75/repo/libphutil/support/xhpast' |
| 12 | |
| 13 | |
| 14 | STDERR |
| 15 | ar: scanner.lex.o: No such file or directory |
| 16 | make: *** [libxhpast.a] Error 1 |
| 17 | at [<phutil>/src/future/exec/ExecFuture.php:369] |
| 18 | phutil(head=master, ref.master=a6e490ef7ee0) |
| 19 | #0 ExecFuture::resolvex() called at [<phutil>/src/future/exec/execx.php:17] |
| 20 | #1 execx(string, string, string, array) called at [<phutil>/src/parser/xhpast/bin/PhutilXHPASTBinary.php:43] |
| 21 | #2 PhutilXHPASTBinary::build() called at [<phutil>/scripts/build_xhpast.php:6] |
| 22 |
Build Working Copy
Build Working Copy
- When
- Completed at Oct 23 2017, 5:35 PM · Built instantly
- Status
Passed