Properties
Properties
- Buildable
- B23466: Diff 49640
- Build Plan
- Plan 3 Run Core Tests
Run "arc unit --everything"
Run "arc unit --everything"
- When
- Completed at Sep 18 2019, 10:25 PM · Built for 1 m, 11 s
- Status
Failed
1 | [2019-09-18 22:24:33] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-89/repo/phabricator/src/aphront/response/AphrontResponse.php:424] |
---|---|
2 | arcanist(head=master, ref.master=3cdfe1fff806), phabricator(head=6516c1b33c6644818e24812f1b2e300565e182c0, ref.master=adc2002d2870), phutil(head=master, ref.master=f51f1b3f72b5) |
3 | #0 ini_set(string, string) called at [<phabricator>/src/aphront/response/AphrontResponse.php:424] |
4 | #1 AphrontResponse::willBeginWrite() called at [<phabricator>/src/aphront/sink/AphrontHTTPSink.php:107] |
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:148] |
10 | #7 ArcanistConfigurationDrivenUnitTestEngine::run() called at [<arcanist>/src/workflow/ArcanistUnitWorkflow.php:170] |
11 | #8 ArcanistUnitWorkflow::run() called at [<arcanist>/scripts/arcanist.php:394] |
12 |
385 | Expected vs Actual Output Diff |
---|---|
386 | --- Old Value |
387 | +++ New Value |
388 | @@ -1,13 +1,13 @@ |
389 | '<ul> |
390 | -<li><a href="#http-www-example-com-lin">link_name</a></li> |
391 | +<li><a href="#http-//www.example.com/-link">link_name</a></li> |
392 | <ul> |
393 | -<li><a href="#bold"><strong>bold</strong></a></li> |
394 | +<li><a href="#**bold**"><strong>bold</strong></a></li> |
395 | </ul> |
396 | -<li><a href="#http-www-example-com">http://www.example.com</a></li> |
397 | +<li><a href="#http-//www.example.com">http://www.example.com</a></li> |
398 | </ul> |
399 | |
400 | -<h2 class="remarkup-header"><a name="http-www-example-com-lin"></a><a href="http://www.example.com/" class="remarkup-link" target="_blank" rel="noreferrer">link_name</a></h2> |
401 | +<h2 class="remarkup-header"><a name="http-//www.example.com/-link"></a><a href="http://www.example.com/" class="remarkup-link" target="_blank" rel="noreferrer">link_name</a></h2> |
402 | |
403 | -<h3 class="remarkup-header"><a name="bold"></a><strong>bold</strong></h3> |
404 | +<h3 class="remarkup-header"><a name="**bold**"></a><strong>bold</strong></h3> |
405 | |
406 | -<h2 class="remarkup-header"><a name="http-www-example-com"></a><a href="http://www.example.com" class="remarkup-link" target="_blank" rel="noreferrer">http://www.example.com</a></h2>' |
407 | +<h2 class="remarkup-header"><a name="http-//www.example.com"></a><a href="http://www.example.com" class="remarkup-link" target="_blank" rel="noreferrer">http://www.example.com</a></h2>' |
408 | |
409 |
Build Working Copy
Build Working Copy
- When
- Completed at Sep 18 2019, 10:23 PM · Built for 20 s
- Status
Passed