Page MenuHomePhabricator

Build 31671
PassedPublic

You are viewing an older run of this build. View Current Build

History

Run "arc unit --everything"

When
Completed at Jun 29 2019, 12:44 AM · Built for 5 m, 10 s
Status
Failed

Build Log 29783 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

218COMMAND
219php '/core/data/drydock/workingcopy-86/repo/phabricator/scripts/sql/manage_storage.php' destroy --force --namespace 'phabricator_unittest_zs4yisgcuelqonp3dtnalibg'
220
221STDOUT
222MySQL Credentials Not Configured
223
224Unable to connect to MySQL using the configured credentials. You must
225configure standard credentials before you can upgrade storage. Run these
226commands to set up credentials:
227
228 phabricator/ $ ./bin/config set mysql.host __host__
229 phabricator/ $ ./bin/config set mysql.user __username__
230 phabricator/ $ ./bin/config set mysql.pass __password__
231
232These standard credentials are separate from any administrative credentials
233provided to this command with __--user__ or __--password__, and must be
234configured correctly before you can proceed.
235
236Raw MySQL Error: Attempt to connect to root@localhost failed with error
237#2002: No such file or directory.
238
239
240STDERR
241[2019-06-29 00:44:35] PHLOG: 'Retrying database connection to "localhost in /core/data/drydock/workingcopy-86/repo/libphutil/src/future/exec/ExecFuture.php on line 380
242

Build Log 29782 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

2165COMMAND
2166php '/core/data/drydock/workingcopy-86/repo/phabricator/scripts/sql/manage_storage.php' destroy --force --namespace 'phabricator_unittest_zs4yisgcuelqonp3dtnalibg'
2167
2168STDOUT
2169MySQL Credentials Not Configured
2170
2171Unable to connect to MySQL using the configured credentials. You must
2172configure standard credentials before you can upgrade storage. Run these
2173commands to set up credentials:
2174
2175 phabricator/ $ ./bin/config set mysql.host __host__
2176 phabricator/ $ ./bin/config set mysql.user __username__
2177 phabricator/ $ ./bin/config set mysql.pass __password__
2178
2179These standard credentials are separate from any administrative credentials
2180provided to this command with __--user__ or __--password__, and must be
2181configured correctly before you can proceed.
2182
2183Raw MySQL Error: Attempt to connect to root@localhost failed with error
2184#2002: No such file or directory.
2185
2186
2187STDERR
2188[2019-06-29 00:44:35] PHLOG: 'Retrying database connection to "localhost in /core/data/drydock/workingcopy-86/repo/libphutil/src/future/exec/ExecFuture.php on line 380
2189

Build Log 29781 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1[2019-06-29 00:43:21] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-86/repo/phabricator/src/aphront/response/AphrontResponse.php:424]
2arcanist(head=master, ref.master=d92fa96366c0), phabricator(head=4c242256e490bd9c7e865137dd345287696f0cff, ref.master=2498e373b955), phutil(head=master, ref.master=340e00f6622d)
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

Build Log 29780 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

305 PASS 1ms★ PhabricatorTypeaheadDatasourceTestCase::testFunctionEvaluation
306 PASS <1ms★ PhabricatorUnitsTestCase::testByteParsing
307 PASS <1ms★ PhabricatorUnitsTestCase::testByteFormatting
308 PASS 1ms★ PhabricatorUnitsTestCase::testDetailedDurationFormatting
309 PASS <1ms★ PhabricatorUserEditorTestCase::testRegistrationEmailDomain
310 PASS 15ms★ PhabricatorUserEditorTestCase::testRegistrationEmailOK
311 PASS 20ms★ PhabricatorUserEditorTestCase::testRegistrationEmailApplicationEmailCollide
312 PASS <1ms★ PhabricatorUserEditorTestCase::testRegistrationEmailInvalid
313 PASS <1ms★ PhabricatorUserEmailTestCase::testEmailValidation
314 PASS <1ms★ PhabricatorUserTestCase::testUsernameValidation
315 PASS <1ms★ PhabricatorWorkerBulkJobTestCase::testGetAllBulkJobTypes
316 PASS 28ms★ PhabricatorWorkerTestCase::testTemporaryTaskFailure
317 PASS 38ms★ PhabricatorWorkerTestCase::testLeasedIsOldestFirst
318 PASS 30ms★ PhabricatorWorkerTestCase::testWaitBeforeRetry
319 PASS 28ms★ PhabricatorWorkerTestCase::testMultipleLease
320 PASS 40ms★ PhabricatorWorkerTestCase::testLeasedIsLowestPriority
321 PASS 28ms★ PhabricatorWorkerTestCase::testExecuteTask
322 PASS 36ms★ PhabricatorWorkerTestCase::testNewBeforeLeased
323 PASS 28ms★ PhabricatorWorkerTestCase::testPermanentTaskFailure
324 PASS 29ms★ PhabricatorWorkerTestCase::testRequiredLeaseTime
325 PASS 34ms★ PhabricatorWorkerTestCase::testOldestFirst
326 PASS 50ms PhabricatorWorkerTestCase::testTooManyTaskFailures
327 PASS 26ms★ PhabricatorWorkerTestCase::testLeaseTask
328 PASS 190ms PhabricatorChangeParserTestCase::testSubversionPartialParser
329

Build Log 29779 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1[2019-06-29 00:42:18] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-86/repo/phabricator/src/aphront/response/AphrontResponse.php:424]
2arcanist(head=master, ref.master=d92fa96366c0), phabricator(head=4c242256e490bd9c7e865137dd345287696f0cff, ref.master=2498e373b955), phutil(head=master, ref.master=340e00f6622d)
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

Build Log 29778 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

306 PASS 1ms★ PhabricatorUnitsTestCase::testDetailedDurationFormatting
307 PASS <1ms★ PhabricatorUnitsTestCase::testByteFormatting
308 PASS <1ms★ PhabricatorUnitsTestCase::testByteParsing
309 PASS <1ms★ PhabricatorUserEditorTestCase::testRegistrationEmailInvalid
310 PASS 21ms★ PhabricatorUserEditorTestCase::testRegistrationEmailApplicationEmailCollide
311 PASS 16ms★ PhabricatorUserEditorTestCase::testRegistrationEmailOK
312 PASS <1ms★ PhabricatorUserEditorTestCase::testRegistrationEmailDomain
313 PASS <1ms★ PhabricatorUserEmailTestCase::testEmailValidation
314 PASS <1ms★ PhabricatorUserTestCase::testUsernameValidation
315 PASS <1ms★ PhabricatorWorkerBulkJobTestCase::testGetAllBulkJobTypes
316 PASS 34ms★ PhabricatorWorkerTestCase::testExecuteTask
317 PASS 73ms PhabricatorWorkerTestCase::testTooManyTaskFailures
318 PASS 27ms★ PhabricatorWorkerTestCase::testLeaseTask
319 PASS 31ms★ PhabricatorWorkerTestCase::testWaitBeforeRetry
320 PASS 39ms★ PhabricatorWorkerTestCase::testLeasedIsOldestFirst
321 PASS 30ms★ PhabricatorWorkerTestCase::testRequiredLeaseTime
322 PASS 37ms★ PhabricatorWorkerTestCase::testNewBeforeLeased
323 PASS 27ms★ PhabricatorWorkerTestCase::testTemporaryTaskFailure
324 PASS 28ms★ PhabricatorWorkerTestCase::testPermanentTaskFailure
325 PASS 27ms★ PhabricatorWorkerTestCase::testMultipleLease
326 PASS 33ms★ PhabricatorWorkerTestCase::testOldestFirst
327 PASS 42ms★ PhabricatorWorkerTestCase::testLeasedIsLowestPriority
328 PASS 756ms PhabricatorChangeParserTestCase::testSubversionParser
329 PASS 178ms PhabricatorChangeParserTestCase::testSubversionPartialParser
330

Build Log 29777 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1[2019-06-29 00:41:16] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-86/repo/phabricator/src/aphront/response/AphrontResponse.php:424]
2arcanist(head=master, ref.master=d92fa96366c0), phabricator(head=4c242256e490bd9c7e865137dd345287696f0cff, ref.master=2498e373b955), phutil(head=master, ref.master=340e00f6622d)
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

Build Log 29776 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

306 PASS <1ms★ PhabricatorUnitsTestCase::testByteFormatting
307 PASS <1ms★ PhabricatorUnitsTestCase::testByteParsing
308 PASS 1ms★ PhabricatorUnitsTestCase::testDetailedDurationFormatting
309 PASS <1ms★ PhabricatorUserEditorTestCase::testRegistrationEmailDomain
310 PASS <1ms★ PhabricatorUserEditorTestCase::testRegistrationEmailInvalid
311 PASS 20ms★ PhabricatorUserEditorTestCase::testRegistrationEmailApplicationEmailCollide
312 PASS 15ms★ PhabricatorUserEditorTestCase::testRegistrationEmailOK
313 PASS <1ms★ PhabricatorUserEmailTestCase::testEmailValidation
314 PASS <1ms★ PhabricatorUserTestCase::testUsernameValidation
315 PASS <1ms★ PhabricatorWorkerBulkJobTestCase::testGetAllBulkJobTypes
316 PASS 40ms★ PhabricatorWorkerTestCase::testLeasedIsOldestFirst
317 PASS 52ms PhabricatorWorkerTestCase::testTooManyTaskFailures
318 PASS 42ms★ PhabricatorWorkerTestCase::testLeasedIsLowestPriority
319 PASS 30ms★ PhabricatorWorkerTestCase::testWaitBeforeRetry
320 PASS 26ms★ PhabricatorWorkerTestCase::testLeaseTask
321 PASS 29ms★ PhabricatorWorkerTestCase::testTemporaryTaskFailure
322 PASS 31ms★ PhabricatorWorkerTestCase::testRequiredLeaseTime
323 PASS 29ms★ PhabricatorWorkerTestCase::testPermanentTaskFailure
324 PASS 34ms★ PhabricatorWorkerTestCase::testOldestFirst
325 PASS 27ms★ PhabricatorWorkerTestCase::testMultipleLease
326 PASS 36ms★ PhabricatorWorkerTestCase::testNewBeforeLeased
327 PASS 28ms★ PhabricatorWorkerTestCase::testExecuteTask
328 PASS 605ms PhabricatorChangeParserTestCase::testGitParser
329 PASS 255ms PhabricatorChangeParserTestCase::testSubversionForeignStubsParser
330

Build Log 29773 (remote - stderr)
25 - 50 - 100 - Unlimited Lines

1[2019-06-29 00:40:08] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-86/repo/phabricator/src/aphront/response/AphrontResponse.php:424]
2arcanist(head=master, ref.master=d92fa96366c0), phabricator(head=4c242256e490bd9c7e865137dd345287696f0cff, ref.master=2498e373b955), phutil(head=master, ref.master=340e00f6622d)
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

Build Log 29772 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

179 PASS <1ms★ PhabricatorHMACTestCase::testSHA256Hashing
180 PASS 110ms PhabricatorHandlePoolTestCase::testHandlePools
181 PASS <1ms★ PhabricatorHashTestCase::testHashForIndex
182 PASS <1ms★ PhabricatorHashTestCase::testHashForAnchor
183 PASS 2ms★ PhabricatorInfrastructureTestCase::testRejectMySQLNonUTF8Queries
184 PASS <1ms★ PhabricatorInfrastructureTestCase::testApplicationsInstalled
185 PASS 2ms★ PhabricatorIteratedMD5PasswordHasherTestCase::testHasher
186 PASS 29ms★ PhabricatorLocalTimeTestCase::testLocalTimeFormatting
187 PASS 6ms★ PhabricatorLocaleScopeGuardTestCase::testLocaleScopeGuard
188 PASS 1ms★ PhabricatorMacroTestCase::testMacroNames
189 PASS 14ms★ PhabricatorMailAdapterTestCase::testSupportsMessageID
190 PASS 14ms★ PhabricatorMailConfigTestCase::testMailerPriorities
191 PASS 12ms★ PhabricatorMailConfigTestCase::testMailerConstraints
192 PASS 1ms★ PhabricatorMailReceiverTestCase::testAddressSimilarity
193 PASS 1ms★ PhabricatorMailReceiverTestCase::testReservedAddresses
194 PASS <1ms★ PhabricatorMarkupEngineTestCase::testRemarkupSentenceSummmaries
195 PASS 4ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testEmailBodyCommandParsing
196 PASS <1ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testFalsePositiveForOnWrote
197 PASS <1ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testQuotedTextStripping
198 PASS <1ms★ PhabricatorMetaMTAMailBodyTestCase::testBodyRender
199 PASS 108ms PhabricatorMetaMTAMailTestCase::testMailerFailover
200 PASS 164ms PhabricatorMetaMTAMailTestCase::testThreadIDHeaders
201 PASS 85ms PhabricatorMetaMTAMailTestCase::testMailSendFailures
202 PASS 2.9s PhabricatorMetaMTAMailTestCase::testMailSizeLimits
203

Build Working Copy

When
Completed at Jun 29 2019, 12:39 AM · Built for 18 s
Status
Passed