Page MenuHomePhabricator

Build 29457
PassedPublic

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

History

Run "arc unit --everything"

When
Completed at Jan 19 2019, 1:17 PM · Built for 6 m, 1 s
Status
Failed
1 empty logs are hidden. Show all logs.

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

1 Exception
2Command failed with error #255!
3COMMAND
4php '/core/data/drydock/workingcopy-74/repo/phabricator/scripts/sql/manage_storage.php' upgrade --force --namespace 'phabricator_unittest_co7gilma6ea76uwa6bu6snsi'
5
6STDOUT
7Loading quickstart template onto "localhost"...
8Applying patch "phabricator:20170914.ref.01.position.sql" to host "localhost"...
9Applying patch "phabricator:20170915.ref.01.migrate.php" to host "localhost"...
10Applying patch "phabricator:20170915.ref.02.drop.id.sql" to host "localhost"...
11Applying patch "phabricator:20170915.ref.03.drop.closed.sql" to host "localhost"...
12Applying patch "phabricator:20170915.ref.04.uniq.sql" to host "localhost"...
13Applying patch "phabricator:20170918.ref.01.position.php" to host "localhost"...
14Applying patch "phabricator:20171002.cngram.01.maniphest.sql" to host "localhost"...
15Applying patch "phabricator:20171002.cngram.02.event.sql" to host "localhost"...
16Applying patch "phabricator:20171002.cngram.03.revision.sql" to host "localhost"...
17Applying patch "phabricator:20171002.cngram.04.fund.sql" to host "localhost"...
18Applying patch "phabricator:20171002.cngram.05.owners.sql" to host "localhost"...
19Applying patch "phabricator:20171002.cngram.06.passphrase... (11,728 more bytes) ...
20
21STDERR
22[2019-01-19 13:17:10] EXCEPTION: (AphrontConnectionLostQueryException) #2006: MySQL server has gone away
23
24This error may occur if your configured MySQL "wait_timeout" or "max_allowed_packet" values are too small. This may also indicate that something used the MySQL "KILL <process>" command to kill the connection running the query. at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:307]
25arcanist(head=master, ref.master=25c2381959ac), phabricator(head=755c40221d5fc58f6d29457d77bc9653c1431fc1, ref.master=310ad7f8f47b), phutil(head=master, ref.master=92413d0303ab)
26 #0 AphrontBaseMySQLDatabaseConnection::throwCommonException(integer, string) called at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:351]
27 #1 AphrontBaseMySQLDatabaseConnection::throwQueryCodeException(integer, string) called at [<phutil>/src/aphront/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:292]
28 #2 AphrontBaseMySQLDatabaseCon... (2,366 more bytes) ...
29(Run with `--trace` for a full exception trace.)
30

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

1Build successful!
2

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

1[2019-01-19 13:16:35] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-74/repo/phabricator/src/aphront/response/AphrontResponse.php:424]
2arcanist(head=master, ref.master=25c2381959ac), phabricator(head=755c40221d5fc58f6d29457d77bc9653c1431fc1, ref.master=310ad7f8f47b), phutil(head=master, ref.master=92413d0303ab)
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: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:148]
10 #7 ArcanistConfigurationDrivenUnitTestEngine::run() called at [<arcanist>/src/workflow/ArcanistUnitWorkflow.php:170]
11 #8 ArcanistUnitWorkflow::run() called at [<arcanist>/scripts/arcanist.php:394]
12PHP Fatal error: Uncaught exception 'CommandException' with message 'Command failed with error #1!
13COMMAND
14php '/core/data/drydock/workingcopy-74/repo/phabricator/scripts/sql/manage_storage.php' destroy --force --namespace 'phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2'
15
16STDOUT
17MySQL Credentials Not Configured
18
19Unable to connect to MySQL using the configured credentials. You must
20configure standard credentials before you can upgrade storage. Run these
21commands to set up credentials:
22
23 phabricator/ $ ./bin/config set mysql.host __host__
24 phabricator/ $ ./bin/config set mysql.user __username__
25 phabricator/ $ ./bin/config set mysql.pass __password__
26
27These standard credentials are separate from any administrative credentials
28provided to this command with __--user__ or __--password__, and must be
29configured correctly before you can proceed.
30
31Raw MySQL Error: Attempt to connect to root@localhost failed with error
32#2002: No such file or directory.
33
34
35STDERR
36(empty)' in /core/data/drydock/workingcopy-74/repo/libphutil/src/future/ in /core/data/drydock/workingcopy-74/repo/libphutil/src/future/exec/ExecFuture.php on line 380
37

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

1Build successful!
2 PASS 13.5s PhabricatorLibraryTestCase::testMethodVisibility
3 PASS 2.1s PhabricatorLibraryTestCase::testLibraryMap
4 PASS 114ms PhabricatorLibraryTestCase::testEverythingImplemented
5 PASS 20ms★ DifferentialAdjustmentMapTestCase::testChainMaps
6 PASS 22ms★ DifferentialAdjustmentMapTestCase::testInverseMaps
7 PASS 30ms★ DifferentialAdjustmentMapTestCase::testNearestMaps
8 PASS 19ms★ DifferentialAdjustmentMapTestCase::testBasicMaps
9 PASS 10ms★ DifferentialDiffTestCase::testDetectCopiedOverlaidCode
10 PASS 254ms DifferentialDiffTestCase::testDetectSlowCopiedCode
11 PASS 10ms★ DifferentialDiffTestCase::testDetectCopiedCode
12 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredNewlineRemoved
13 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredNewlineAdded
14 PASS 8ms★ DifferentialHunkTestCase::testMakeStructuredNewlineAbsent
15 PASS 9ms★ DifferentialHunkTestCase::testMakeStructuredOffset
16 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredChanges1
17 PASS 5ms★ DifferentialHunkTestCase::testMakeChanges
18 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredChanges2
19 PASS <1ms★ DiffusionURITestCase::testBlobDecodeFail
20 PASS 6ms★ DiffusionURITestCase::testBlobDecode
21 PASS 20ms★ DiffusionURITestCase::testURIGeneration
22 PASS 5ms★ HeraldFieldTestCase::testGetAllFields
23 PASS 10ms★ PhabricatorPHIDTypeTestCase::testGetAllTypes
24 PASS 8ms★ PhabricatorPHIDTypeTestCase::testGetPHIDTypeApplicationClass
25 PASS 4ms★ AlmanacNamesTestCase::testServiceOrDeviceNames
26 PASS <1ms★ AlmanacServiceTypeTestCase::testGetAllServiceTypes
27 PASS 1ms★ AphrontHTTPSinkTestCase::testHTTPSinkStatusCode
28 PASS 5ms★ AphrontHTTPSinkTestCase::testJSONContentSniff
29 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPSinkBasics
30 PASS 4ms★ AphrontHTTPSinkTestCase::testHTTPSinkResponseSplitting
31 PASS 4ms★ AphrontHTTPSinkTestCase::testHTTPHeaderNames
32 PASS 8ms★ AphrontIsolatedDatabaseConnectionTestCase::testTransactionStack
33 PASS 26ms★ AphrontIsolatedDatabaseConnectionTestCase::testTransactionRollback
34 PASS 4ms★ AphrontIsolatedDatabaseConnectionTestCase::testInsertGeneratesID
35 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testDeletePermitted
36 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testIsolation
37 PASS 6ms★ AphrontMySQLDatabaseConnectionTestCase::testConnectionFailures
38 PASS 3ms★ AphrontRedirectResponseTestCase::testLocalRedirectURIs
39 PASS <1ms★ AphrontRequestTestCase::testFlattenRequestData
40 PASS <1ms★ AphrontRequestTestCase::testGetHTTPHeader
41 PASS <1ms★ AphrontRequestTestCase::testRequestDataAccess
42 PASS 5ms★ AphrontRequestTestCase::testHostAttacks
43 PASS 2ms★ CalendarTimeUtilTestCase::testTimestampsAtMidnight
44 PASS 7ms★ CalendarTimeUtilTestCase::testTimestampsStartDay
45 PASS 6ms★ CelerityPhysicalResourcesTestCase::testGetAll
46 PASS 5ms★ CelerityPostprocessorTestCase::testGetAllCelerityPostprocessors
47 PASS 3ms★ CelerityResourceTransformerTestCase::testTransformation
48 PASS 17ms★ ConduitAPIMethodTestCase::testLoadAllConduitMethods
49 PASS 5ms★ ConduitCallTestCase::testConduitAuth
50 PASS 6ms★ ConduitCallTestCase::testConduitPing
51 PASS 566ms ConpherenceRoomTestCase::testNUserRoomCreate
52 PASS 979ms ConpherenceRoomTestCase::testRoomParticipantDeletion
53 PASS 975ms ConpherenceRoomTestCase::testRoomParticipantAddition
54 PASS 295ms ConpherenceRoomTestCase::testOneUserRoomCreate
55 PASS 269ms DifferentialChangesetParserTestCase::testDiffChangesets
56 PASS 2ms★ DifferentialCommitMessageFieldTestCase::testRevisionCommitMessageFieldParsing
57 PASS <1ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageParserNormalization
58 PASS 2ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageFieldParser
59 PASS 8ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageParser
60 PASS 1ms★ DifferentialCustomFieldDependsOnParserTestCase::testParser
61 PASS 2ms★ DifferentialCustomFieldRevertsParserTestCase::testParser
62 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfNewFileInOldCommentFromStartWithContext
63 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfOldFileInNewCommentFromStartWithContext
64 PASS <1ms★ DifferentialHunkParserTestCase::testMultiLineOldComment
65 PASS 6ms★ DifferentialHunkParserTestCase::testMissingContext
66 PASS <1ms★ DifferentialHunkParserTestCase::testNoNewlineAtEndOfFile
67 PASS <1ms★ DifferentialHunkParserTestCase::testOverlapAfterEndOfHunk
68 PASS <1ms★ DifferentialHunkParserTestCase::testOneLineNewComment
69 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfNewFileInOldCommentFromStart
70 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfOldFileInNewCommentFromStart
71 PASS <1ms★ DifferentialHunkParserTestCase::testOverlapFromStartOfHunk
72 PASS <1ms★ DifferentialHunkParserTestCase::testCannotFindContext
73 PASS <1ms★ DifferentialHunkParserTestCase::testMultiLineNewComment
74 PASS <1ms★ DifferentialHunkParserTestCase::testOneLineOldComment
75 PASS 746ms DifferentialParseRenderTestCase::testParseRender
76 PASS 17ms★ DiffusionCommandEngineTestCase::testCommandEngine
77 PASS 1ms★ DiffusionCommitRemarkupRuleTestCase::testProjectObjectRemarkup
78 PASS <1ms★ DiffusionGitBranchTestCase::testRemoteBranchParser
79 PASS 10ms★ DiffusionMercurialWireProtocolTests::testFilteringBundle2Capability
80 PASS 5ms★ DiffusionMercurialWireSSHTestCase::testMercurialClientWireProtocolParser
81 PASS <1ms★ DiffusionPathQueryTestCase::testExpandEdgeCases
82 PASS <1ms★ DiffusionPathQueryTestCase::testParentEdgeCases
83 PASS 2ms★ DiffusionSubversionWireProtocolTestCase::testSubversionWireProtocolParser
84 PASS <1ms★ DiffusionSubversionWireProtocolTestCase::testSubversionWireProtocolPartialFrame
85 PASS <1ms★ DoorkeeperBridgeJIRATestCase::testJIRABridgeRestAPIURIConversion
86 PASS <1ms★ DrydockBlueprintImplementationTestCase::testGetAllBlueprintImplementations
87 PASS 1.7s HarbormasterAutotargetsTestCase::testGenerateHarbormasterAutotargets
88 PASS 3ms★ HarbormasterBuildLogTestCase::testBuildLogLineMaps
89 PASS <1ms★ HarbormasterBuildStepImplementationTestCase::testGetImplementations
90 PASS <1ms★ HeraldRuleTestCase::testHeraldRuleExecutionOrder
91 PASS 1ms★ HeraldTranscriptTestCase::testTranscriptTruncation
92 PASS <1ms★ LiskChunkTestCase::testSQLChunking
93 PASS <1ms★ LiskDAOTestCase::testCheckProperty
94 PASS 7ms★ LiskFixtureTestCase::testTransactionalIsolation2of2
95 PASS 7ms★ LiskFixtureTestCase::testReadableTransactions
96 PASS 27ms★ LiskFixtureTestCase::testGarbageLoadCalls
97 PASS 16ms★ LiskFixtureTestCase::testNonmutableColumns
98 PASS 12ms★ LiskFixtureTestCase::testTransactionalIsolation1of2
99 PASS 59ms LiskFixtureTestCase::testCounters
100 PASS 15ms★ LiskFixtureTestCase::testFixturesBasicallyWork
101 PASS <1ms★ LiskIsolationTestCase::testMagicMethods
102 PASS 2ms★ LiskIsolationTestCase::testEphemeral
103 PASS <1ms★ LiskIsolationTestCase::testIsolationContainment
104 PASS 8ms★ LiskIsolationTestCase::testIsolatedWrites
105 PASS 4ms★ ManiphestCustomFieldStatusParserTestCase::testParser
106 PASS 680ms ManiphestTaskStatusTestCase::testManiphestStatusConfigValidation
107 PASS 2ms★ ManiphestTaskStatusTestCase::testManiphestStatusConstants
108 PASS 3.7s ManiphestTaskTestCase::testTaskAdjacentBlocks
109 PASS 2.7s ManiphestTaskTestCase::testTaskReordering
110 PASS 2ms★ MetaMTAEmailTransactionCommandTestCase::testGetAllTypes
111 PASS 11ms★ NuanceGitHubRawEventTestCase::testIssueEvents
112 PASS 18ms★ NuanceGitHubRawEventTestCase::testRepositoryEvents
113 PASS <1ms★ NuanceSourceDefinitionTestCase::testGetAllTypes
114 PASS <1ms★ PHUIDiffGraphViewTestCase::testTailTermination
115 PASS <1ms★ PHUIDiffGraphViewTestCase::testReverseTree
116 PASS <1ms★ PHUIDiffGraphViewTestCase::testJoinTerminateTree
117 PASS 5ms★ PHUIDiffGraphViewTestCase::testThreeWayGraphJoin
118 PASS 14ms★ PHUIInvisibleCharacterTestCase::testEmptyPlainText
119 PASS 9ms★ PHUIInvisibleCharacterTestCase::testWithNamedChars
120 PASS <1ms★ PHUIInvisibleCharacterTestCase::testEmptyString
121 PASS <1ms★ PHUIInvisibleCharacterTestCase::testWithNamedAsHex
122 PASS <1ms★ PHUIInvisibleCharacterTestCase::testHtmlDecoration
123 PASS <1ms★ PHUIInvisibleCharacterTestCase::testWithHexChars
124 PASS <1ms★ PHUIListViewTestCase::testAppendAfter
125 PASS <1ms★ PHUIListViewTestCase::testAppendBefore
126 PASS <1ms★ PHUIListViewTestCase::testAppendLabel
127 PASS <1ms★ PHUIListViewTestCase::testAppend
128 PASS <1ms★ PassphraseCredentialTypeTestCase::testGetAllTypes
129 PASS 847ms PhabricatorAccessControlTestCase::testControllerAccessControls
130 PASS <1ms★ PhabricatorAphrontViewTestCase::testHasChildren
131 PASS <1ms★ PhabricatorApplicationConfigurationPanelTestCase::testLoadAllPanels
132 PASS 5ms★ PhabricatorApplicationSearchEngineTestCase::testGetAllEngines
133 PASS <1ms★ PhabricatorApplicationTestCase::testGetAllApplications
134 PASS 2ms★ PhabricatorAuthFactorTestCase::testGetAllFactors
135 PASS 268ms PhabricatorAuthInviteTestCase::testDuplicateInvite
136 PASS 103ms PhabricatorAuthInviteTestCase::testInvalidInvite
137 PASS 10.0s PhabricatorAuthInviteTestCase::testInviteWithKnownEmail
138 PASS 241ms PhabricatorAuthInviteTestCase::testInviteWithNewEmail
139 PASS 437ms PhabricatorAuthPasswordTestCase::testPasswordBlocklisting
140 PASS 4.3s PhabricatorAuthPasswordTestCase::testPasswordEngine
141 PASS 1.6s PhabricatorAuthPasswordTestCase::testPasswordUpgrade
142 PASS 999ms PhabricatorAuthPasswordTestCase::testCompare
143 PASS 705ms PhabricatorAuthSSHKeyTestCase::testRevokeSSHKey
144 PASS 67ms PhabricatorCachesTestCase::testRequestCache
145 PASS 782ms PhabricatorCelerityTestCase::testCelerityMaps
146 PASS 287ms PhabricatorConduitTestCase::testConduitMethods
147 PASS 1ms★ PhabricatorEdgeChangeRecordTestCase::testEdgeStorageFormats
148 FAIL PhabricatorEdgeTestCase::testCycleDetection
149EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_harbormaster"). This is a severe failure; your request did not complete.
150#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
151#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('harbormaster', 'phabricator_uni...', 'w')
152#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
153#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
154#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
155#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
156#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/edges/__tests__/PhabricatorEdgeTestCase.php(18): LiskDAO->save()
157#7 [internal function]: PhabricatorEdgeTestCase->testCycleDetection()
158#8 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
159#9 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
160#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
161#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
162#12 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
163#13 {main}
164 PASS <1ms★ PhabricatorEdgeTypeTestCase::testGetAllTypes
165 PASS <1ms★ PhabricatorEditEngineSubtypeTestCase::testEditEngineSubtypeKeys
166 PASS 28ms★ PhabricatorEnvTestCase::testRemoteURIForFetch
167 PASS 1ms★ PhabricatorEnvTestCase::testRemoteURIForLink
168 PASS <1ms★ PhabricatorEnvTestCase::testStackSource
169 PASS <1ms★ PhabricatorEnvTestCase::testLocalURIForLink
170 PASS <1ms★ PhabricatorEnvTestCase::testOverrideOrder
171 PASS <1ms★ PhabricatorEnvTestCase::testOverrides
172 PASS <1ms★ PhabricatorEnvTestCase::testGetEnvExceptions
173 PASS <1ms★ PhabricatorEnvTestCase::testDictionarySource
174 PASS 4ms★ PhabricatorEnvTestCase::testSelfURI
175 PASS <1ms★ PhabricatorFactEngineTestCase::testLoadAllEngines
176 PASS <1ms★ PhabricatorFerretEngineTestCase::testTermsCorpus
177 PASS 1ms★ PhabricatorFerretEngineTestCase::testTermNgramExtraction
178 PASS <1ms★ PhabricatorFileStorageEngineTestCase::testLoadAllEngines
179 FAIL PhabricatorFileStorageFormatTestCase::testStorageTampering
180EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
181#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
182#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
183#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
184#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
185#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', '28af068f70a602b...')
186#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
187#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', '28af068f70a602b...')
188#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('28af068f70a602b...', Array)
189#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/format/__tests__/PhabricatorFileStorageFormatTestCase.php(118): PhabricatorFile::newFromFileData('The cow jumped ...', Array)
190#9 [internal function]: PhabricatorFileStorageFormatTestCase->testStorageTampering()
191#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
192#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
193#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
194#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
195#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
196#15 {main}
197 FAIL PhabricatorFileStorageFormatTestCase::testAES256Storage
198EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
199#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
200#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
201#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
202#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
203#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', '28af068f70a602b...')
204#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
205#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', '28af068f70a602b...')
206#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('28af068f70a602b...', Array)
207#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/format/__tests__/PhabricatorFileStorageFormatTestCase.php(73): PhabricatorFile::newFromFileData('The cow jumped ...', Array)
208#9 [internal function]: PhabricatorFileStorageFormatTestCase->testAES256Storage()
209#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
210#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
211#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
212#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
213#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
214#15 {main}
215 FAIL PhabricatorFileStorageFormatTestCase::testRot13Storage
216EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
217#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
218#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
219#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
220#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
221#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', '28af068f70a602b...')
222#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
223#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', '28af068f70a602b...')
224#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('28af068f70a602b...', Array)
225#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/format/__tests__/PhabricatorFileStorageFormatTestCase.php(26): PhabricatorFile::newFromFileData('The cow jumped ...', Array)
226#9 [internal function]: PhabricatorFileStorageFormatTestCase->testRot13Storage()
227#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
228#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
229#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
230#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
231#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
232#15 {main}
233 FAIL PhabricatorFileTestCase::testReadWriteTtlFiles
234EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
235#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
236#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
237#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
238#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
239#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', 'a7ec99b19a79f70...')
240#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
241#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', 'a7ec99b19a79f70...')
242#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('a7ec99b19a79f70...', Array)
243#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php(389): PhabricatorFile::newFromFileData('sdfxwhhbwg2kqx5...', Array)
244#9 [internal function]: PhabricatorFileTestCase->testReadWriteTtlFiles()
245#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
246#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
247#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
248#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
249#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
250#15 {main}
251 FAIL PhabricatorFileTestCase::testFileVisibility
252EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
253#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
254#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
255#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
256#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
257#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
258#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
259#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
260#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
261#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
262#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
263#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
264#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php(143): PhabricatorTestCase->generateNewTestUser()
265#12 [internal function]: PhabricatorFileTestCase->testFileVisibility()
266#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
267#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
268#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
269#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
270#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
271#18 {main}
272 FAIL PhabricatorFileTestCase::testFileStorageDelete
273EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
274#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
275#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
276#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
277#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
278#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', 'ff75dd96dd96e77...')
279#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
280#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', 'ff75dd96dd96e77...')
281#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('ff75dd96dd96e77...', Array)
282#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php(341): PhabricatorFile::newFromFileData('jsarj7msgi2j52q...', Array)
283#9 [internal function]: PhabricatorFileTestCase->testFileStorageDelete()
284#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
285#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
286#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
287#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
288#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
289#15 {main}
290 FAIL PhabricatorFileTestCase::testFileStorageDeleteSharedHandle
291EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
292#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
293#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
294#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
295#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
296#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', '91d8be2571cf16e...')
297#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
298#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', '91d8be2571cf16e...')
299#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('91d8be2571cf16e...', Array)
300#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php(367): PhabricatorFile::newFromFileData('xl47crcxza6i3h7...', Array)
301#9 [internal function]: PhabricatorFileTestCase->testFileStorageDeleteSharedHandle()
302#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
303#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
304#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
305#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
306#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
307#15 {main}
308 FAIL PhabricatorFileTestCase::testFileTransformDelete
309EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
310#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
311#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
312#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
313#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
314#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', 'ca978112ca1bbdc...')
315#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
316#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', 'ca978112ca1bbdc...')
317#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('ca978112ca1bbdc...', Array)
318#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php(408): PhabricatorFile::newFromFileData('a', Array)
319#9 [internal function]: PhabricatorFileTestCase->testFileTransformDelete()
320#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
321#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
322#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
323#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
324#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
325#15 {main}
326 FAIL PhabricatorFileTestCase::testFileDirectScramble
327EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
328#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
329#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
330#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
331#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
332#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
333#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
334#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
335#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
336#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
337#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
338#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
339#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php(17): PhabricatorTestCase->generateNewTestUser()
340#12 [internal function]: PhabricatorFileTestCase->testFileDirectScramble()
341#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
342#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
343#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
344#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
345#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
346#18 {main}
347 FAIL PhabricatorFileTestCase::testFileIndirectScramble
348EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
349#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
350#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
351#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
352#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
353#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
354#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
355#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
356#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
357#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
358#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
359#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
360#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php(79): PhabricatorTestCase->generateNewTestUser()
361#12 [internal function]: PhabricatorFileTestCase->testFileIndirectScramble()
362#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
363#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
364#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
365#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
366#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
367#18 {main}
368 FAIL PhabricatorFileTestCase::testFileStorageUploadDifferentFiles
369EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
370#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
371#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
372#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
373#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
374#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', 'ca7f5a82729698f...')
375#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
376#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', 'ca7f5a82729698f...')
377#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('ca7f5a82729698f...', Array)
378#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php(288): PhabricatorFile::newFromFileData('fcnh42fqkinrzt2...', Array)
379#9 [internal function]: PhabricatorFileTestCase->testFileStorageUploadDifferentFiles()
380#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
381#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
382#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
383#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
384#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
385#15 {main}
386 FAIL PhabricatorFileTestCase::testFileStorageReadWrite
387EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
388#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
389#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
390#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
391#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
392#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', '78701c12d856f7a...')
393#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
394#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', '78701c12d856f7a...')
395#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('78701c12d856f7a...', Array)
396#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php(264): PhabricatorFile::newFromFileData('qvs7tpbi7knavuy...', Array)
397#9 [internal function]: PhabricatorFileTestCase->testFileStorageReadWrite()
398#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
399#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
400#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
401#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
402#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
403#15 {main}
404 FAIL PhabricatorFileTestCase::testFileStorageUploadSameFile
405EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
406#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
407#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
408#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
409#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
410#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', '5b9e083113186f6...')
411#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
412#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', '5b9e083113186f6...')
413#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('5b9e083113186f6...', Array)
414#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/__tests__/PhabricatorFileTestCase.php(317): PhabricatorFile::newFromFileData('dbocryinakqoxp3...', Array)
415#9 [internal function]: PhabricatorFileTestCase->testFileStorageUploadSameFile()
416#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
417#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
418#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
419#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
420#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
421#15 {main}
422 FAIL PhabricatorFileTransformTestCase::testThumbTransformDefaults
423EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_file"). This is a severe failure; your request did not complete.
424#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
425#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('file', 'phabricator_uni...', 'w')
426#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
427#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(518): LiskDAO->establishConnection('r')
428#4 [internal function]: LiskDAO->loadRawDataWhere('contentHash = %...', '30ac257f93e3788...')
429#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(499): call_user_func_array(Array, Array)
430#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(246): LiskDAO->loadOneWhere('contentHash = %...', '30ac257f93e3788...')
431#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/storage/PhabricatorFile.php(442): PhabricatorFile::newFileFromContentHash('30ac257f93e3788...', Array)
432#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/transform/PhabricatorFileImageTransform.php(151): PhabricatorFile::newFromFileData('?PNG????????IHD...', Array)
433#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/transform/PhabricatorFileThumbnailTransform.php(228): PhabricatorFileImageTransform->newFileFromData('?PNG????????IHD...')
434#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/files/transform/__tests__/PhabricatorFileTransformTestCase.php(28): PhabricatorFileThumbnailTransform->getDefaultTransform(Object(PhabricatorFile))
435#11 [internal function]: PhabricatorFileTransformTestCase->testThumbTransformDefaults()
436#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
437#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
438#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
439#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
440#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
441#17 {main}
442 PASS <1ms★ PhabricatorFileTransformTestCase::testGetAllTransforms
443 FAIL PhabricatorHMACTestCase::testHMACKeyGeneration
444EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_cache"). This is a severe failure; your request did not complete.
445#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
446#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('cache', 'phabricator_uni...', 'w')
447#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
448#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/cache/PhabricatorKeyValueDatabaseCache.php(122): LiskDAO->establishConnection('r')
449#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/cache/PhabricatorKeyValueDatabaseCache.php(63): PhabricatorKeyValueDatabaseCache->establishConnection('r')
450#5 /core/data/drydock/workingcopy-74/repo/libphutil/src/cache/PhutilKeyValueCacheProxy.php(21): PhabricatorKeyValueDatabaseCache->getKeys(Array)
451#6 /core/data/drydock/workingcopy-74/repo/libphutil/src/cache/PhutilKeyValueCacheNamespace.php(24): PhutilKeyValueCacheProxy->getKeys(Array)
452#7 /core/data/drydock/workingcopy-74/repo/libphutil/src/cache/PhutilKeyValueCacheProxy.php(21): PhutilKeyValueCacheNamespace->getKeys(Array)
453#8 /core/data/drydock/workingcopy-74/repo/libphutil/src/cache/PhutilKeyValueCacheProfiler.php(52): PhutilKeyValueCacheProxy->getKeys(Array)
454#9 /core/data/drydock/workingcopy-74/repo/libphutil/src/cache/PhutilKeyValueCacheStack.php(87): PhutilKeyValueCacheProfiler->getKeys(Array)
455#10 /core/data/drydock/workingcopy-74/repo/libphutil/src/cache/PhutilKeyValueCache.php(41): PhutilKeyValueCacheStack->getKeys(Array)
456#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/util/PhabricatorHash.php(226): PhutilKeyValueCache->getKey('hmac.key(test)')
457#12 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/util/PhabricatorHash.php(185): PhabricatorHash::getNamedHMACKey('test')
458#13 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/util/__tests__/PhabricatorHMACTestCase.php(14): PhabricatorHash::digestWithNamedKey('quack', 'test')
459#14 [internal function]: PhabricatorHMACTestCase->testHMACKeyGeneration()
460#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
461#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
462#17 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
463#18 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
464#19 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
465#20 {main}
466 PASS <1ms★ PhabricatorHMACTestCase::testSHA256Hashing
467 FAIL PhabricatorHandlePoolTestCase::testHandlePools
468EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
469#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
470#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
471#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
472#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
473#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
474#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
475#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
476#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
477#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
478#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
479#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
480#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/phid/handle/pool/__tests__/PhabricatorHandlePoolTestCase.php(15): PhabricatorTestCase->generateNewTestUser()
481#12 [internal function]: PhabricatorHandlePoolTestCase->testHandlePools()
482#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
483#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
484#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
485#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
486#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
487#18 {main}
488 PASS 2ms★ PhabricatorHashTestCase::testHashForIndex
489 PASS <1ms★ PhabricatorHashTestCase::testHashForAnchor
490 FAIL PhabricatorInfrastructureTestCase::testRejectMySQLNonUTF8Queries
491EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_harbormaster"). This is a severe failure; your request did not complete.
492#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
493#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('harbormaster', 'phabricator_uni...', 'w')
494#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
495#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/__tests__/PhabricatorInfrastructureTestCase.php(23): LiskDAO->establishConnection('w')
496#4 [internal function]: PhabricatorInfrastructureTestCase->testRejectMySQLNonUTF8Queries()
497#5 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
498#6 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
499#7 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
500#8 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
501#9 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
502#10 {main}
503 PASS 1ms★ PhabricatorInfrastructureTestCase::testApplicationsInstalled
504 PASS 2ms★ PhabricatorIteratedMD5PasswordHasherTestCase::testHasher
505 FAIL PhabricatorLocalTimeTestCase::testLocalTimeFormatting
506EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
507#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
508#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
509#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
510#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
511#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
512#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
513#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
514#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
515#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
516#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
517#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
518#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/view/__tests__/PhabricatorLocalTimeTestCase.php(12): PhabricatorTestCase->generateNewTestUser()
519#12 [internal function]: PhabricatorLocalTimeTestCase->testLocalTimeFormatting()
520#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
521#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
522#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
523#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
524#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
525#18 {main}
526 PASS 20ms★ PhabricatorLocaleScopeGuardTestCase::testLocaleScopeGuard
527 PASS 2ms★ PhabricatorMacroTestCase::testMacroNames
528 PASS 37ms★ PhabricatorMailConfigTestCase::testMailerPriorities
529 PASS 26ms★ PhabricatorMailConfigTestCase::testMailerConstraints
530 PASS 2ms★ PhabricatorMailReceiverTestCase::testReservedAddresses
531 PASS 2ms★ PhabricatorMailReceiverTestCase::testAddressSimilarity
532 PASS 1ms★ PhabricatorMarkupEngineTestCase::testRemarkupSentenceSummmaries
533 PASS <1ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testFalsePositiveForOnWrote
534 PASS 8ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testEmailBodyCommandParsing
535 PASS 2ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testQuotedTextStripping
536 PASS <1ms★ PhabricatorMetaMTAMailBodyTestCase::testBodyRender
537 FAIL PhabricatorMetaMTAMailTestCase::testMailerFailover
538EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
539#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
540#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
541#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
542#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
543#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
544#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
545#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
546#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
547#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
548#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
549#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
550#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAMailTestCase.php(265): PhabricatorTestCase->generateNewTestUser()
551#12 [internal function]: PhabricatorMetaMTAMailTestCase->testMailerFailover()
552#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
553#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
554#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
555#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
556#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
557#18 {main}
558 FAIL PhabricatorMetaMTAMailTestCase::testMailSizeLimits
559EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
560#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
561#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
562#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
563#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
564#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
565#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
566#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
567#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
568#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
569#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
570#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
571#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAMailTestCase.php(346): PhabricatorTestCase->generateNewTestUser()
572#12 [internal function]: PhabricatorMetaMTAMailTestCase->testMailSizeLimits()
573#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
574#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
575#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
576#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
577#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
578#18 {main}
579 FAIL PhabricatorMetaMTAMailTestCase::testRecipients
580EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
581#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
582#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
583#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
584#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
585#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
586#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
587#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
588#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
589#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
590#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
591#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
592#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAMailTestCase.php(60): PhabricatorTestCase->generateNewTestUser()
593#12 [internal function]: PhabricatorMetaMTAMailTestCase->testRecipients()
594#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
595#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
596#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
597#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
598#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
599#18 {main}
600 FAIL PhabricatorMetaMTAMailTestCase::testMailSendFailures
601EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
602#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
603#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
604#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
605#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
606#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
607#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
608#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
609#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
610#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
611#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
612#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
613#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAMailTestCase.php(12): PhabricatorTestCase->generateNewTestUser()
614#12 [internal function]: PhabricatorMetaMTAMailTestCase->testMailSendFailures()
615#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
616#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
617#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
618#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
619#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
620#18 {main}
621 FAIL PhabricatorMetaMTAMailTestCase::testThreadIDHeaders
622EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
623#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
624#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
625#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
626#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
627#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
628#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
629#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
630#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
631#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
632#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
633#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
634#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAMailTestCase.php(185): PhabricatorTestCase->generateNewTestUser()
635#12 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAMailTestCase.php(175): PhabricatorMetaMTAMailTestCase->runThreadIDHeadersWithConfiguration(true, true)
636#13 [internal function]: PhabricatorMetaMTAMailTestCase->testThreadIDHeaders()
637#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
638#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
639#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
640#17 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
641#18 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
642#19 {main}
643 FAIL PhabricatorMetaMTAReceivedMailTestCase::testDropDuplicateMail
644EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
645#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
646#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
647#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
648#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
649#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
650#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
651#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAReceivedMailTestCase.php(33): LiskDAO->save()
652#7 [internal function]: PhabricatorMetaMTAReceivedMailTestCase->testDropDuplicateMail()
653#8 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
654#9 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
655#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
656#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
657#12 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
658#13 {main}
659 FAIL PhabricatorMetaMTAReceivedMailTestCase::testDropUnknownSenderMail
660EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
661#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
662#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
663#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
664#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
665#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
666#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
667#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAReceivedMailTestCase.php(132): LiskDAO->save()
668#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAReceivedMailTestCase.php(75): PhabricatorMetaMTAReceivedMailTestCase->setManiphestCreateEmail()
669#8 [internal function]: PhabricatorMetaMTAReceivedMailTestCase->testDropUnknownSenderMail()
670#9 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
671#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
672#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
673#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
674#13 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
675#14 {main}
676 FAIL PhabricatorMetaMTAReceivedMailTestCase::testDropUnreceivableMail
677EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
678#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
679#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
680#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
681#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
682#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
683#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
684#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
685#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
686#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
687#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
688#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
689#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAReceivedMailTestCase.php(51): PhabricatorTestCase->generateNewTestUser()
690#12 [internal function]: PhabricatorMetaMTAReceivedMailTestCase->testDropUnreceivableMail()
691#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
692#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
693#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
694#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
695#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
696#18 {main}
697 FAIL PhabricatorMetaMTAReceivedMailTestCase::testDropDisabledSenderMail
698EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
699#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
700#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
701#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
702#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
703#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
704#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
705#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAReceivedMailTestCase.php(132): LiskDAO->save()
706#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAReceivedMailTestCase.php(99): PhabricatorMetaMTAReceivedMailTestCase->setManiphestCreateEmail()
707#8 [internal function]: PhabricatorMetaMTAReceivedMailTestCase->testDropDisabledSenderMail()
708#9 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
709#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
710#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
711#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
712#13 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
713#14 {main}
714 FAIL PhabricatorMetaMTAReceivedMailTestCase::testDropSelfMail
715EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
716#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
717#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
718#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
719#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
720#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
721#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
722#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/storage/__tests__/PhabricatorMetaMTAReceivedMailTestCase.php(17): LiskDAO->save()
723#7 [internal function]: PhabricatorMetaMTAReceivedMailTestCase->testDropSelfMail()
724#8 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
725#9 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
726#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
727#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
728#12 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
729#13 {main}
730 PASS 4ms★ PhabricatorOAuthServerTestCase::testValidateSecondaryRedirectURI
731 PASS 1ms★ PhabricatorOAuthServerTestCase::testValidateRedirectURI
732 FAIL PhabricatorObjectListQueryTestCase::testObjectListQuery
733EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
734#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
735#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
736#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
737#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
738#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
739#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
740#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
741#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
742#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
743#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
744#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
745#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/phid/query/__tests__/PhabricatorObjectListQueryTestCase.php(12): PhabricatorTestCase->generateNewTestUser()
746#12 [internal function]: PhabricatorObjectListQueryTestCase->testObjectListQuery()
747#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
748#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
749#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
750#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
751#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
752#18 {main}
753 FAIL PhabricatorObjectMailReceiverTestCase::testDropUnconfiguredPublicMail
754EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
755#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
756#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
757#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
758#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
759#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
760#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
761#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
762#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
763#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
764#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
765#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
766#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php(79): PhabricatorTestCase->generateNewTestUser()
767#12 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php(13): PhabricatorObjectMailReceiverTestCase->buildMail('public')
768#13 [internal function]: PhabricatorObjectMailReceiverTestCase->testDropUnconfiguredPublicMail()
769#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
770#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
771#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
772#17 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
773#18 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
774#19 {main}
775 FAIL PhabricatorObjectMailReceiverTestCase::testDropHashMismatchMail
776EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
777#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
778#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
779#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
780#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
781#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
782#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
783#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
784#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
785#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
786#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
787#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
788#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php(79): PhabricatorTestCase->generateNewTestUser()
789#12 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php(68): PhabricatorObjectMailReceiverTestCase->buildMail('badhash')
790#13 [internal function]: PhabricatorObjectMailReceiverTestCase->testDropHashMismatchMail()
791#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
792#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
793#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
794#17 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
795#18 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
796#19 {main}
797 FAIL PhabricatorObjectMailReceiverTestCase::testDropInvalidObjectMail
798EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
799#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
800#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
801#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
802#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
803#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
804#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
805#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
806#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
807#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
808#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
809#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
810#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php(79): PhabricatorTestCase->generateNewTestUser()
811#12 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php(46): PhabricatorObjectMailReceiverTestCase->buildMail('404')
812#13 [internal function]: PhabricatorObjectMailReceiverTestCase->testDropInvalidObjectMail()
813#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
814#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
815#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
816#17 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
817#18 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
818#19 {main}
819 FAIL PhabricatorObjectMailReceiverTestCase::testDropPolicyViolationMail
820EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
821#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
822#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
823#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
824#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
825#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
826#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
827#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
828#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
829#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
830#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
831#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
832#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php(79): PhabricatorTestCase->generateNewTestUser()
833#12 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php(27): PhabricatorObjectMailReceiverTestCase->buildMail('policy')
834#13 [internal function]: PhabricatorObjectMailReceiverTestCase->testDropPolicyViolationMail()
835#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
836#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
837#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
838#17 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
839#18 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
840#19 {main}
841 FAIL PhabricatorObjectMailReceiverTestCase::testDropUserMismatchMail
842EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
843#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
844#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
845#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
846#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
847#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
848#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
849#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
850#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
851#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
852#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
853#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
854#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php(79): PhabricatorTestCase->generateNewTestUser()
855#12 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/receiver/__tests__/PhabricatorObjectMailReceiverTestCase.php(57): PhabricatorObjectMailReceiverTestCase->buildMail('baduser')
856#13 [internal function]: PhabricatorObjectMailReceiverTestCase->testDropUserMismatchMail()
857#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
858#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
859#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
860#17 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
861#18 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
862#19 {main}
863 PASS 2ms★ PhabricatorOwnersPackageTestCase::testFindLongestPathsPerPackage
864 PASS <1ms★ PhabricatorPasswordHasherTestCase::testGetAllHashers
865 PASS <1ms★ PhabricatorPasswordHasherTestCase::testHasherSyntax
866 FAIL PhabricatorPhortuneTestCase::testNewPhortuneAccount
867EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
868#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
869#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
870#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
871#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
872#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
873#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
874#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
875#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
876#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
877#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
878#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
879#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/phortune/__tests__/PhabricatorPhortuneTestCase.php(13): PhabricatorTestCase->generateNewTestUser()
880#12 [internal function]: PhabricatorPhortuneTestCase->testNewPhortuneAccount()
881#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
882#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
883#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
884#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
885#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
886#18 {main}
887 PASS <1ms★ PhabricatorPolicyCapabilityTestCase::testGetCapabilityMap
888 FAIL PhabricatorPolicyDataTestCase::testProjectPolicyMembership
889EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
890#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
891#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
892#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
893#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
894#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
895#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
896#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
897#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
898#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
899#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
900#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
901#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php(12): PhabricatorTestCase->generateNewTestUser()
902#12 [internal function]: PhabricatorPolicyDataTestCase->testProjectPolicyMembership()
903#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
904#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
905#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
906#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
907#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
908#18 {main}
909 FAIL PhabricatorPolicyDataTestCase::testObjectPolicyRuleTaskAuthor
910EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
911#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
912#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
913#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
914#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
915#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
916#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
917#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
918#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
919#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
920#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
921#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
922#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php(146): PhabricatorTestCase->generateNewTestUser()
923#12 [internal function]: PhabricatorPolicyDataTestCase->testObjectPolicyRuleTaskAuthor()
924#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
925#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
926#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
927#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
928#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
929#18 {main}
930 FAIL PhabricatorPolicyDataTestCase::testCustomPolicyRuleAdministrators
931EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
932#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
933#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
934#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
935#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
936#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
937#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
938#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
939#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
940#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
941#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
942#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
943#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php(69): PhabricatorTestCase->generateNewTestUser()
944#12 [internal function]: PhabricatorPolicyDataTestCase->testCustomPolicyRuleAdministrators()
945#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
946#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
947#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
948#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
949#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
950#18 {main}
951 FAIL PhabricatorPolicyDataTestCase::testObjectPolicyRuleThreadMembers
952EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
953#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
954#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
955#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
956#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
957#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
958#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
959#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
960#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
961#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
962#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
963#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
964#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php(169): PhabricatorTestCase->generateNewTestUser()
965#12 [internal function]: PhabricatorPolicyDataTestCase->testObjectPolicyRuleThreadMembers()
966#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
967#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
968#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
969#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
970#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
971#18 {main}
972 FAIL PhabricatorPolicyDataTestCase::testObjectPolicyRuleSubscribers
973EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
974#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
975#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
976#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
977#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
978#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
979#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
980#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
981#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
982#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
983#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
984#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
985#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php(204): PhabricatorTestCase->generateNewTestUser()
986#12 [internal function]: PhabricatorPolicyDataTestCase->testObjectPolicyRuleSubscribers()
987#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
988#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
989#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
990#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
991#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
992#18 {main}
993 FAIL PhabricatorPolicyDataTestCase::testCustomPolicyRuleLunarPhase
994EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
995#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
996#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
997#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
998#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
999#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
1000#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
1001#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
1002#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1003#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
1004#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
1005#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
1006#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php(105): PhabricatorTestCase->generateNewTestUser()
1007#12 [internal function]: PhabricatorPolicyDataTestCase->testCustomPolicyRuleLunarPhase()
1008#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1009#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1010#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1011#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1012#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1013#18 {main}
1014 FAIL PhabricatorPolicyDataTestCase::testCustomPolicyRuleUser
1015EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
1016#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1017#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
1018#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1019#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1020#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
1021#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
1022#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
1023#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1024#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
1025#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
1026#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
1027#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/policy/__tests__/PhabricatorPolicyDataTestCase.php(34): PhabricatorTestCase->generateNewTestUser()
1028#12 [internal function]: PhabricatorPolicyDataTestCase->testCustomPolicyRuleUser()
1029#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1030#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1031#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1032#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1033#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1034#18 {main}
1035 PASS 26ms★ PhabricatorPolicyTestCase::testExtendedPolicyCycles
1036 PASS 5ms★ PhabricatorPolicyTestCase::testAdminPolicy
1037 PASS 2ms★ PhabricatorPolicyTestCase::testPolicyStrength
1038 PASS 3ms★ PhabricatorPolicyTestCase::testUsersPolicy
1039 PASS <1ms★ PhabricatorPolicyTestCase::testOmnipotence
1040 PASS <1ms★ PhabricatorPolicyTestCase::testMultipleCapabilities
1041 PASS <1ms★ PhabricatorPolicyTestCase::testInvalidPolicyVisibleByOmnipotentUser
1042 PASS 1ms★ PhabricatorPolicyTestCase::testPublicPolicyEnabled
1043 PASS 1ms★ PhabricatorPolicyTestCase::testLimits
1044 PASS 3ms★ PhabricatorPolicyTestCase::testPublicPolicyDisabled
1045 PASS 17ms★ PhabricatorPolicyTestCase::testRejectInvalidPolicy
1046 PASS 29ms★ PhabricatorPolicyTestCase::testAllQueriesBelongToActualApplications
1047 PASS 2ms★ PhabricatorPolicyTestCase::testOffsets
1048 PASS 19ms★ PhabricatorPolicyTestCase::testExtendedPolicies
1049 PASS 1ms★ PhabricatorPolicyTestCase::testBulkExtendedPolicies
1050 PASS 7ms★ PhabricatorPolicyTestCase::testNoOnePolicy
1051 FAIL PhabricatorProjectCoreTestCase::testTagMilestoneConflicts
1052EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1053#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1054#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1055#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1056#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1057#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1058#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1059#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1060#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1061#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(925): PhabricatorUser->save()
1062#9 [internal function]: PhabricatorProjectCoreTestCase->testTagMilestoneConflicts()
1063#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1064#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1065#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1066#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1067#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1068#15 {main}
1069 FAIL PhabricatorProjectCoreTestCase::testProjectMembersVisibility
1070EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1071#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1072#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1073#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1074#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1075#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1076#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1077#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1078#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1079#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(494): PhabricatorUser->save()
1080#9 [internal function]: PhabricatorProjectCoreTestCase->testProjectMembersVisibility()
1081#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1082#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1083#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1084#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1085#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1086#15 {main}
1087 FAIL PhabricatorProjectCoreTestCase::testParentProject
1088EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1089#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1090#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1091#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1092#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1093#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1094#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1095#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1096#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1097#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(536): PhabricatorUser->save()
1098#9 [internal function]: PhabricatorProjectCoreTestCase->testParentProject()
1099#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1100#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1101#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1102#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1103#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1104#15 {main}
1105 FAIL PhabricatorProjectCoreTestCase::testMilestoneMembership
1106EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1107#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1108#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1109#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1110#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1111#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1112#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1113#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1114#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1115#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(318): PhabricatorUser->save()
1116#9 [internal function]: PhabricatorProjectCoreTestCase->testMilestoneMembership()
1117#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1118#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1119#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1120#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1121#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1122#15 {main}
1123 FAIL PhabricatorProjectCoreTestCase::testEditProject
1124EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1125#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1126#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1127#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1128#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1129#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1130#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1131#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1132#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1133#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(147): PhabricatorUser->save()
1134#9 [internal function]: PhabricatorProjectCoreTestCase->testEditProject()
1135#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1136#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1137#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1138#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1139#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1140#15 {main}
1141 FAIL PhabricatorProjectCoreTestCase::testComplexConstraints
1142EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1143#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1144#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1145#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1146#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1147#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1148#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1149#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1150#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1151#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(790): PhabricatorUser->save()
1152#9 [internal function]: PhabricatorProjectCoreTestCase->testComplexConstraints()
1153#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1154#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1155#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1156#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1157#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1158#15 {main}
1159 FAIL PhabricatorProjectCoreTestCase::testDuplicateSlugs
1160EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1161#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1162#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1163#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1164#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1165#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1166#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1167#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1168#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1169#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(409): PhabricatorUser->save()
1170#9 [internal function]: PhabricatorProjectCoreTestCase->testDuplicateSlugs()
1171#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1172#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1173#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1174#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1175#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1176#15 {main}
1177 FAIL PhabricatorProjectCoreTestCase::testAncestryQueries
1178EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1179#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1180#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1181#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1182#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1183#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1184#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1185#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1186#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1187#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(209): PhabricatorUser->save()
1188#9 [internal function]: PhabricatorProjectCoreTestCase->testAncestryQueries()
1189#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1190#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1191#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1192#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1193#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1194#15 {main}
1195 FAIL PhabricatorProjectCoreTestCase::testTagAncestryConflicts
1196EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1197#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1198#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1199#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1200#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1201#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1202#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1203#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1204#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1205#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(872): PhabricatorUser->save()
1206#9 [internal function]: PhabricatorProjectCoreTestCase->testTagAncestryConflicts()
1207#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1208#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1209#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1210#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1211#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1212#15 {main}
1213 FAIL PhabricatorProjectCoreTestCase::testSameSlugAsName
1214EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1215#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1216#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1217#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1218#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1219#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1220#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1221#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1222#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1223#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(349): PhabricatorUser->save()
1224#9 [internal function]: PhabricatorProjectCoreTestCase->testSameSlugAsName()
1225#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1226#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1227#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1228#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1229#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1230#15 {main}
1231 FAIL PhabricatorProjectCoreTestCase::testColumnExtendedPolicies
1232EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1233#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1234#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1235#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1236#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1237#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1238#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1239#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1240#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1241#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(1125): PhabricatorUser->save()
1242#9 [internal function]: PhabricatorProjectCoreTestCase->testColumnExtendedPolicies()
1243#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1244#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1245#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1246#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1247#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1248#15 {main}
1249 FAIL PhabricatorProjectCoreTestCase::testJoinLeaveProject
1250EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1251#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1252#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1253#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1254#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1255#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1256#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1257#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1258#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1259#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(673): PhabricatorUser->save()
1260#9 [internal function]: PhabricatorProjectCoreTestCase->testJoinLeaveProject()
1261#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1262#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1263#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1264#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1265#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1266#15 {main}
1267 FAIL PhabricatorProjectCoreTestCase::testBoardMoves
1268EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1269#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1270#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1271#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1272#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1273#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1274#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1275#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1276#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1277#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(970): PhabricatorUser->save()
1278#9 [internal function]: PhabricatorProjectCoreTestCase->testBoardMoves()
1279#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1280#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1281#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1282#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1283#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1284#15 {main}
1285 FAIL PhabricatorProjectCoreTestCase::testViewProject
1286EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1287#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1288#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1289#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1290#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1291#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1292#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1293#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1294#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1295#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(13): PhabricatorUser->save()
1296#9 [internal function]: PhabricatorProjectCoreTestCase->testViewProject()
1297#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1298#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1299#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1300#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1301#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1302#15 {main}
1303 FAIL PhabricatorProjectCoreTestCase::testSlugMaps
1304EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1305#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1306#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1307#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1308#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1309#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1310#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1311#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1312#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1313#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(591): PhabricatorUser->save()
1314#9 [internal function]: PhabricatorProjectCoreTestCase->testSlugMaps()
1315#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1316#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1317#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1318#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1319#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1320#15 {main}
1321 FAIL PhabricatorProjectCoreTestCase::testAncestorMembers
1322EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1323#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1324#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1325#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1326#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1327#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1328#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1329#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1330#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1331#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(177): PhabricatorUser->save()
1332#9 [internal function]: PhabricatorProjectCoreTestCase->testAncestorMembers()
1333#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1334#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1335#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1336#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1337#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1338#15 {main}
1339 FAIL PhabricatorProjectCoreTestCase::testMilestoneMoves
1340EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1341#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1342#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1343#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1344#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1345#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1346#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1347#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1348#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1349#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(1038): PhabricatorUser->save()
1350#9 [internal function]: PhabricatorProjectCoreTestCase->testMilestoneMoves()
1351#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1352#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1353#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1354#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1355#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1356#15 {main}
1357 FAIL PhabricatorProjectCoreTestCase::testMilestones
1358EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1359#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1360#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1361#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1362#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1363#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1364#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1365#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1366#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1367#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(303): PhabricatorUser->save()
1368#9 [internal function]: PhabricatorProjectCoreTestCase->testMilestones()
1369#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1370#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1371#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1372#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1373#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1374#15 {main}
1375 FAIL PhabricatorProjectCoreTestCase::testIsViewerMemberOrWatcher
1376EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1377#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1378#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1379#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1380#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1381#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1382#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1383#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1384#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1385#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(104): PhabricatorUser->save()
1386#9 [internal function]: PhabricatorProjectCoreTestCase->testIsViewerMemberOrWatcher()
1387#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1388#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1389#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1390#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1391#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1392#15 {main}
1393 FAIL PhabricatorProjectCoreTestCase::testMemberMaterialization
1394EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1395#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1396#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1397#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1398#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1399#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1400#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1401#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1402#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1403#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(285): PhabricatorUser->save()
1404#9 [internal function]: PhabricatorProjectCoreTestCase->testMemberMaterialization()
1405#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1406#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1407#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1408#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1409#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1410#15 {main}
1411 FAIL PhabricatorProjectCoreTestCase::testNormalizeSlugs
1412EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1413#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1414#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1415#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1416#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1417#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1418#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1419#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1420#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1421#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(440): PhabricatorUser->save()
1422#9 [internal function]: PhabricatorProjectCoreTestCase->testNormalizeSlugs()
1423#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1424#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1425#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1426#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1427#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1428#15 {main}
1429 FAIL PhabricatorProjectCoreTestCase::testProjectPolicyRules
1430EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
1431#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1432#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
1433#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1434#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1435#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
1436#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
1437#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
1438#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1439#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
1440#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
1441#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
1442#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(1181): PhabricatorTestCase->generateNewTestUser()
1443#12 [internal function]: PhabricatorProjectCoreTestCase->testProjectPolicyRules()
1444#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1445#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1446#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1447#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1448#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1449#18 {main}
1450 FAIL PhabricatorProjectCoreTestCase::testApplicationPolicy
1451EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_user"). This is a severe failure; your request did not complete.
1452#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1453#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('user', 'phabricator_uni...', 'w')
1454#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1455#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1456#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1457#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1458#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(271): LiskDAO->save()
1459#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/storage/PhabricatorUser.php(283): PhabricatorUser->saveWithoutIndex()
1460#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/project/__tests__/PhabricatorProjectCoreTestCase.php(44): PhabricatorUser->save()
1461#9 [internal function]: PhabricatorProjectCoreTestCase->testApplicationPolicy()
1462#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1463#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1464#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1465#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1466#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1467#15 {main}
1468 PASS <1ms★ PhabricatorQueryOrderTestCase::testQueryOrderBadVectors
1469 PASS 5ms★ PhabricatorQueryOrderTestCase::testQueryOrderItem
1470 PASS <1ms★ PhabricatorQueryOrderTestCase::testQueryOrderVector
1471 PASS 24ms★ PhabricatorRepositoryCommitTestCase::testSummarizeCommits
1472 PASS <1ms★ PhabricatorRepositoryTestCase::testFilterMercurialDebugOutput
1473 PASS <1ms★ PhabricatorRepositoryTestCase::testBranchFilter
1474 PASS 3ms★ PhabricatorRepositoryTestCase::testRepositoryShortNameValidation
1475 PASS <1ms★ PhabricatorRepositoryTestCase::testSubversionPathInfo
1476 PASS 1ms★ PhabricatorRepositoryTestCase::testRepositoryURIProtocols
1477 PASS <1ms★ PhabricatorRepositoryURINormalizerTestCase::testSVNURINormalizer
1478 PASS 2ms★ PhabricatorRepositoryURINormalizerTestCase::testGitURINormalizer
1479 FAIL PhabricatorRepositoryURITestCase::testURIGeneration
1480EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
1481#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1482#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
1483#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1484#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1485#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
1486#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
1487#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
1488#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1489#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
1490#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
1491#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
1492#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/storage/__tests__/PhabricatorRepositoryURITestCase.php(58): PhabricatorTestCase->generateNewTestUser()
1493#12 [internal function]: PhabricatorRepositoryURITestCase->testURIGeneration()
1494#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1495#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1496#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1497#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1498#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1499#18 {main}
1500 PASS 1ms★ PhabricatorRepositoryURITestCase::testRepositoryURICanonicalization
1501 PASS 2ms★ PhabricatorSetupCheckTestCase::testLoadAllChecks
1502 PASS <1ms★ PhabricatorSlugTestCase::testSlugAncestry
1503 PASS <1ms★ PhabricatorSlugTestCase::testProjectSlugs
1504 PASS <1ms★ PhabricatorSlugTestCase::testSlugDepth
1505 PASS 3ms★ PhabricatorSlugTestCase::testSlugNormalization
1506 FAIL PhabricatorSpacesTestCase::testSpacesSeveralSpaces
1507EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_spaces"). This is a severe failure; your request did not complete.
1508#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1509#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('spaces', 'phabricator_uni...', 'w')
1510#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1511#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1512#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorSpacesNamespace))
1513#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceQuery.php(40): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorSpacesNamespace))
1514#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorSpacesNamespaceQuery->loadPage()
1515#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(173): PhabricatorPolicyAwareQuery->execute()
1516#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(178): PhabricatorSpacesTestCase->loadAllSpaces()
1517#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(37): PhabricatorSpacesTestCase->destroyAllSpaces()
1518#10 [internal function]: PhabricatorSpacesTestCase->testSpacesSeveralSpaces()
1519#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1520#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1521#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1522#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1523#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1524#16 {main}
1525 FAIL PhabricatorSpacesTestCase::testSpacesPolicyFiltering
1526EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_spaces"). This is a severe failure; your request did not complete.
1527#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1528#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('spaces', 'phabricator_uni...', 'w')
1529#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1530#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1531#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorSpacesNamespace))
1532#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceQuery.php(40): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorSpacesNamespace))
1533#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorSpacesNamespaceQuery->loadPage()
1534#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(173): PhabricatorPolicyAwareQuery->execute()
1535#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(178): PhabricatorSpacesTestCase->loadAllSpaces()
1536#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(93): PhabricatorSpacesTestCase->destroyAllSpaces()
1537#10 [internal function]: PhabricatorSpacesTestCase->testSpacesPolicyFiltering()
1538#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1539#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1540#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1541#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1542#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1543#16 {main}
1544 FAIL PhabricatorSpacesTestCase::testSpacesAnnihilation
1545EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_spaces"). This is a severe failure; your request did not complete.
1546#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1547#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('spaces', 'phabricator_uni...', 'w')
1548#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1549#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1550#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorSpacesNamespace))
1551#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceQuery.php(40): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorSpacesNamespace))
1552#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorSpacesNamespaceQuery->loadPage()
1553#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(173): PhabricatorPolicyAwareQuery->execute()
1554#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(178): PhabricatorSpacesTestCase->loadAllSpaces()
1555#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(12): PhabricatorSpacesTestCase->destroyAllSpaces()
1556#10 [internal function]: PhabricatorSpacesTestCase->testSpacesAnnihilation()
1557#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1558#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1559#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1560#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1561#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1562#16 {main}
1563 FAIL PhabricatorSpacesTestCase::testSpacesRequireNames
1564EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_spaces"). This is a severe failure; your request did not complete.
1565#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1566#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('spaces', 'phabricator_uni...', 'w')
1567#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1568#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1569#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorSpacesNamespace))
1570#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceQuery.php(40): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorSpacesNamespace))
1571#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorSpacesNamespaceQuery->loadPage()
1572#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(173): PhabricatorPolicyAwareQuery->execute()
1573#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(178): PhabricatorSpacesTestCase->loadAllSpaces()
1574#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(55): PhabricatorSpacesTestCase->destroyAllSpaces()
1575#10 [internal function]: PhabricatorSpacesTestCase->testSpacesRequireNames()
1576#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1577#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1578#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1579#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1580#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1581#16 {main}
1582 FAIL PhabricatorSpacesTestCase::testSpacesUniqueDefaultSpace
1583EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_spaces"). This is a severe failure; your request did not complete.
1584#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1585#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('spaces', 'phabricator_uni...', 'w')
1586#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1587#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1588#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorSpacesNamespace))
1589#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/query/PhabricatorSpacesNamespaceQuery.php(40): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorSpacesNamespace))
1590#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorSpacesNamespaceQuery->loadPage()
1591#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(173): PhabricatorPolicyAwareQuery->execute()
1592#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(178): PhabricatorSpacesTestCase->loadAllSpaces()
1593#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/spaces/__tests__/PhabricatorSpacesTestCase.php(75): PhabricatorSpacesTestCase->destroyAllSpaces()
1594#10 [internal function]: PhabricatorSpacesTestCase->testSpacesUniqueDefaultSpace()
1595#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1596#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1597#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1598#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1599#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1600#16 {main}
1601 PASS 1ms★ PhabricatorTOTPAuthFactorTestCase::testTOTPCodeGeneration
1602 PASS 1ms★ PhabricatorTimeTestCase::testParseLocalTime
1603 PASS <1ms★ PhabricatorTimeTestCase::testPhabricatorTimeStack
1604 PASS 2ms★ PhabricatorTriggerClockTestCase::testDailyRoutineTriggerClockDaylightSavings
1605 PASS 1ms★ PhabricatorTriggerClockTestCase::testOneTimeTriggerClock
1606 PASS 3ms★ PhabricatorTriggerClockTestCase::testCDailyRoutineTriggerClockAdjustTimeOfDay
1607 PASS 4ms★ PhabricatorTriggerClockTestCase::testSubscriptionTriggerClock
1608 PASS <1ms★ PhabricatorTriggerClockTestCase::testNeverTriggerClock
1609 PASS 2ms★ PhabricatorTriggerClockTestCase::testDailyRoutineTriggerClockLeapSecond
1610 PASS <1ms★ PhabricatorTrivialTestCase::testAllIsRightWithTheWorld
1611 PASS 1ms★ PhabricatorTypeaheadDatasourceTestCase::testTypeaheadTokenization
1612 PASS 2ms★ PhabricatorTypeaheadDatasourceTestCase::testFunctionEvaluation
1613 PASS 2ms★ PhabricatorUnitsTestCase::testDetailedDurationFormatting
1614 PASS <1ms★ PhabricatorUnitsTestCase::testByteParsing
1615 PASS <1ms★ PhabricatorUnitsTestCase::testByteFormatting
1616 PASS <1ms★ PhabricatorUserEditorTestCase::testRegistrationEmailDomain
1617 FAIL PhabricatorUserEditorTestCase::testRegistrationEmailApplicationEmailCollide
1618EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
1619#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1620#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
1621#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1622#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1623#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
1624#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
1625#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
1626#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1627#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
1628#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
1629#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
1630#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php(58): PhabricatorTestCase->generateNewTestUser()
1631#12 [internal function]: PhabricatorUserEditorTestCase->testRegistrationEmailApplicationEmailCollide()
1632#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1633#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1634#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1635#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1636#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1637#18 {main}
1638 PASS <1ms★ PhabricatorUserEditorTestCase::testRegistrationEmailInvalid
1639 FAIL PhabricatorUserEditorTestCase::testRegistrationEmailOK
1640EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_metamta"). This is a severe failure; your request did not complete.
1641#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1642#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
1643#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1644#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1645#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
1646#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
1647#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
1648#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1649#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
1650#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
1651#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php(85): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
1652#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/__tests__/PhabricatorUserEditorTestCase.php(17): PhabricatorUserEditorTestCase->registerUser('PhabricatorUser...', 'PhabricatorUser...')
1653#12 [internal function]: PhabricatorUserEditorTestCase->testRegistrationEmailOK()
1654#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1655#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1656#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1657#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1658#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1659#18 {main}
1660 PASS <1ms★ PhabricatorUserEmailTestCase::testEmailValidation
1661 PASS 1ms★ PhabricatorUserTestCase::testUsernameValidation
1662 PASS <1ms★ PhabricatorWorkerBulkJobTestCase::testGetAllBulkJobTypes
1663 FAIL PhabricatorWorkerTestCase::testLeaseTask
1664EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1665#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1666#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1667#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1668#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1669#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1670#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1671#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1672#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1673#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1674#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1675#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(12): PhabricatorWorkerTestCase->scheduleTask()
1676#11 [internal function]: PhabricatorWorkerTestCase->testLeaseTask()
1677#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1678#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1679#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1680#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1681#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1682#17 {main}
1683 FAIL PhabricatorWorkerTestCase::testLeasedIsOldestFirst
1684EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1685#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1686#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1687#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1688#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1689#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1690#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1691#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1692#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1693#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1694#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1695#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(147): PhabricatorWorkerTestCase->scheduleTask()
1696#11 [internal function]: PhabricatorWorkerTestCase->testLeasedIsOldestFirst()
1697#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1698#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1699#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1700#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1701#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1702#17 {main}
1703 FAIL PhabricatorWorkerTestCase::testTemporaryTaskFailure
1704EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1705#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1706#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1707#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1708#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1709#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1710#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1711#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1712#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1713#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1714#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1715#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(202): PhabricatorWorkerTestCase->scheduleTask(Array, NULL)
1716#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(76): PhabricatorWorkerTestCase->scheduleAndExecuteTask(Array)
1717#12 [internal function]: PhabricatorWorkerTestCase->testTemporaryTaskFailure()
1718#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1719#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1720#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1721#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1722#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1723#18 {main}
1724 FAIL PhabricatorWorkerTestCase::testExecuteTask
1725EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1726#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1727#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1728#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1729#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1730#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1731#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1732#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1733#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1734#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1735#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1736#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(202): PhabricatorWorkerTestCase->scheduleTask(Array, NULL)
1737#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(52): PhabricatorWorkerTestCase->scheduleAndExecuteTask()
1738#12 [internal function]: PhabricatorWorkerTestCase->testExecuteTask()
1739#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1740#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1741#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1742#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1743#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1744#18 {main}
1745 FAIL PhabricatorWorkerTestCase::testOldestFirst
1746EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1747#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1748#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1749#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1750#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1751#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1752#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1753#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1754#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1755#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1756#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1757#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(26): PhabricatorWorkerTestCase->scheduleTask()
1758#11 [internal function]: PhabricatorWorkerTestCase->testOldestFirst()
1759#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1760#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1761#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1762#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1763#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1764#17 {main}
1765 FAIL PhabricatorWorkerTestCase::testTooManyTaskFailures
1766EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1767#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1768#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1769#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1770#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1771#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1772#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1773#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1774#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1775#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1776#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1777#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(202): PhabricatorWorkerTestCase->scheduleTask(Array, NULL)
1778#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(89): PhabricatorWorkerTestCase->scheduleAndExecuteTask(Array)
1779#12 [internal function]: PhabricatorWorkerTestCase->testTooManyTaskFailures()
1780#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1781#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1782#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1783#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1784#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1785#18 {main}
1786 FAIL PhabricatorWorkerTestCase::testLeasedIsLowestPriority
1787EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1788#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1789#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1790#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1791#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1792#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1793#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1794#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1795#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1796#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1797#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1798#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(167): PhabricatorWorkerTestCase->scheduleTask(Array, 2)
1799#11 [internal function]: PhabricatorWorkerTestCase->testLeasedIsLowestPriority()
1800#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1801#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1802#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1803#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1804#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1805#17 {main}
1806 FAIL PhabricatorWorkerTestCase::testPermanentTaskFailure
1807EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1808#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1809#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1810#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1811#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1812#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1813#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1814#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1815#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1816#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1817#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1818#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(202): PhabricatorWorkerTestCase->scheduleTask(Array, NULL)
1819#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(64): PhabricatorWorkerTestCase->scheduleAndExecuteTask(Array)
1820#12 [internal function]: PhabricatorWorkerTestCase->testPermanentTaskFailure()
1821#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1822#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1823#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1824#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1825#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1826#18 {main}
1827 FAIL PhabricatorWorkerTestCase::testRequiredLeaseTime
1828EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1829#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1830#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1831#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1832#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1833#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1834#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1835#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1836#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1837#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1838#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1839#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(202): PhabricatorWorkerTestCase->scheduleTask(Array, NULL)
1840#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(141): PhabricatorWorkerTestCase->scheduleAndExecuteTask(Array)
1841#12 [internal function]: PhabricatorWorkerTestCase->testRequiredLeaseTime()
1842#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1843#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1844#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1845#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1846#17 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1847#18 {main}
1848 FAIL PhabricatorWorkerTestCase::testNewBeforeLeased
1849EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1850#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1851#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1852#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1853#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1854#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1855#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1856#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1857#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1858#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1859#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1860#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(36): PhabricatorWorkerTestCase->scheduleTask()
1861#11 [internal function]: PhabricatorWorkerTestCase->testNewBeforeLeased()
1862#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1863#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1864#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1865#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1866#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1867#17 {main}
1868 FAIL PhabricatorWorkerTestCase::testMultipleLease
1869EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1870#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1871#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1872#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1873#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1874#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1875#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1876#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1877#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1878#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1879#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1880#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(17): PhabricatorWorkerTestCase->scheduleTask()
1881#11 [internal function]: PhabricatorWorkerTestCase->testMultipleLease()
1882#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1883#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1884#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1885#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1886#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1887#17 {main}
1888 FAIL PhabricatorWorkerTestCase::testWaitBeforeRetry
1889EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_worker"). This is a severe failure; your request did not complete.
1890#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1891#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('worker', 'phabricator_uni...', 'w')
1892#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1893#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(1035): LiskDAO->establishConnection('w')
1894#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(939): LiskDAO->insertRecordIntoDatabase('INSERT')
1895#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(908): LiskDAO->insert()
1896#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(80): LiskDAO->save()
1897#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/storage/PhabricatorWorkerActiveTask.php(68): PhabricatorWorkerActiveTask->forceSaveWithoutLease()
1898#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/PhabricatorWorker.php(186): PhabricatorWorkerActiveTask->save()
1899#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(212): PhabricatorWorker::scheduleTask('PhabricatorTest...', Array, Array)
1900#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/daemon/workers/__tests__/PhabricatorWorkerTestCase.php(131): PhabricatorWorkerTestCase->scheduleTask(Array)
1901#11 [internal function]: PhabricatorWorkerTestCase->testWaitBeforeRetry()
1902#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1903#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1904#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1905#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1906#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1907#17 {main}
1908 FAIL PhabricatorChangeParserTestCase::testMercurialParser
1909EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
1910#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1911#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
1912#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1913#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1914#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
1915#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
1916#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1917#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
1918#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('CHB')
1919#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(97): PhabricatorWorkingCopyTestCase->buildPulledRepository('CHB')
1920#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/worker/__tests__/PhabricatorChangeParserTestCase.php(208): PhabricatorWorkingCopyTestCase->buildDiscoveredRepository('CHB')
1921#11 [internal function]: PhabricatorChangeParserTestCase->testMercurialParser()
1922#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1923#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1924#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1925#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1926#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1927#17 {main}
1928 FAIL PhabricatorChangeParserTestCase::testGitParser
1929EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
1930#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1931#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
1932#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1933#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1934#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
1935#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
1936#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1937#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
1938#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('CHA')
1939#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(97): PhabricatorWorkingCopyTestCase->buildPulledRepository('CHA')
1940#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/worker/__tests__/PhabricatorChangeParserTestCase.php(7): PhabricatorWorkingCopyTestCase->buildDiscoveredRepository('CHA')
1941#11 [internal function]: PhabricatorChangeParserTestCase->testGitParser()
1942#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1943#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1944#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1945#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1946#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1947#17 {main}
1948 FAIL PhabricatorChangeParserTestCase::testSubversionValidRootParser
1949EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
1950#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1951#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
1952#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1953#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1954#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
1955#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
1956#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1957#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
1958#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/worker/__tests__/PhabricatorChangeParserTestCase.php(1063): PhabricatorWorkingCopyTestCase->buildBareRepository('CHD')
1959#9 [internal function]: PhabricatorChangeParserTestCase->testSubversionValidRootParser()
1960#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1961#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1962#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1963#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1964#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1965#15 {main}
1966 FAIL PhabricatorChangeParserTestCase::testSubversionParser
1967EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
1968#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1969#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
1970#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1971#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1972#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
1973#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
1974#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1975#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
1976#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('CHC')
1977#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(97): PhabricatorWorkingCopyTestCase->buildPulledRepository('CHC')
1978#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/worker/__tests__/PhabricatorChangeParserTestCase.php(399): PhabricatorWorkingCopyTestCase->buildDiscoveredRepository('CHC')
1979#11 [internal function]: PhabricatorChangeParserTestCase->testSubversionParser()
1980#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1981#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
1982#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
1983#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
1984#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
1985#17 {main}
1986 FAIL PhabricatorChangeParserTestCase::testSubversionPartialParser
1987EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
1988#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
1989#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
1990#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
1991#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
1992#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
1993#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
1994#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
1995#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
1996#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/worker/__tests__/PhabricatorChangeParserTestCase.php(958): PhabricatorWorkingCopyTestCase->buildBareRepository('CHD')
1997#9 [internal function]: PhabricatorChangeParserTestCase->testSubversionPartialParser()
1998#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
1999#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
2000#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
2001#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
2002#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
2003#15 {main}
2004 FAIL PhabricatorChangeParserTestCase::testSubversionForeignStubsParser
2005EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
2006#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
2007#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
2008#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
2009#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
2010#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
2011#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
2012#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
2013#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
2014#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/worker/__tests__/PhabricatorChangeParserTestCase.php(1107): PhabricatorWorkingCopyTestCase->buildBareRepository('CHE')
2015#9 [internal function]: PhabricatorChangeParserTestCase->testSubversionForeignStubsParser()
2016#10 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
2017#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
2018#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
2019#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
2020#14 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
2021#15 {main}
2022 FAIL PhabricatorWorkingCopyDiscoveryTestCase::testSubversionCommitDiscovery
2023EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
2024#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
2025#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
2026#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
2027#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
2028#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
2029#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
2030#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
2031#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
2032#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('ST')
2033#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php(39): PhabricatorWorkingCopyTestCase->buildPulledRepository('ST')
2034#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php(7): PhabricatorWorkingCopyDiscoveryTestCase->discoverRefs('ST')
2035#11 [internal function]: PhabricatorWorkingCopyDiscoveryTestCase->testSubversionCommitDiscovery()
2036#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
2037#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
2038#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
2039#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
2040#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
2041#17 {main}
2042 FAIL PhabricatorWorkingCopyDiscoveryTestCase::testMercurialCommitDiscovery
2043EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
2044#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
2045#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
2046#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
2047#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
2048#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
2049#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
2050#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
2051#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
2052#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('HT')
2053#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php(39): PhabricatorWorkingCopyTestCase->buildPulledRepository('HT')
2054#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php(20): PhabricatorWorkingCopyDiscoveryTestCase->discoverRefs('HT')
2055#11 [internal function]: PhabricatorWorkingCopyDiscoveryTestCase->testMercurialCommitDiscovery()
2056#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
2057#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
2058#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
2059#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
2060#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
2061#17 {main}
2062 FAIL PhabricatorWorkingCopyDiscoveryTestCase::testGitCommitDiscovery
2063EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
2064#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
2065#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
2066#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
2067#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
2068#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
2069#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
2070#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
2071#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
2072#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('GT')
2073#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php(39): PhabricatorWorkingCopyTestCase->buildPulledRepository('GT')
2074#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php(29): PhabricatorWorkingCopyDiscoveryTestCase->discoverRefs('GT')
2075#11 [internal function]: PhabricatorWorkingCopyDiscoveryTestCase->testGitCommitDiscovery()
2076#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
2077#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
2078#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
2079#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
2080#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
2081#17 {main}
2082 FAIL PhabricatorWorkingCopyPullTestCase::testSVNPullBasic
2083EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
2084#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
2085#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
2086#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
2087#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
2088#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
2089#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
2090#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
2091#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
2092#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('ST')
2093#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyPullTestCase.php(20): PhabricatorWorkingCopyTestCase->buildPulledRepository('ST')
2094#10 [internal function]: PhabricatorWorkingCopyPullTestCase->testSVNPullBasic()
2095#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
2096#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
2097#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
2098#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
2099#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
2100#16 {main}
2101 FAIL PhabricatorWorkingCopyPullTestCase::testGitPullBasic
2102EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
2103#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
2104#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
2105#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
2106#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
2107#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
2108#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
2109#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
2110#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
2111#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('GT')
2112#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyPullTestCase.php(7): PhabricatorWorkingCopyTestCase->buildPulledRepository('GT')
2113#10 [internal function]: PhabricatorWorkingCopyPullTestCase->testGitPullBasic()
2114#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
2115#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
2116#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
2117#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
2118#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
2119#16 {main}
2120 FAIL PhabricatorWorkingCopyPullTestCase::testHgPullBasic
2121EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2_repository"). This is a severe failure; your request did not complete.
2122#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
2123#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
2124#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
2125#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
2126#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
2127#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
2128#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
2129#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
2130#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('HT')
2131#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyPullTestCase.php(14): PhabricatorWorkingCopyTestCase->buildPulledRepository('HT')
2132#10 [internal function]: PhabricatorWorkingCopyPullTestCase->testHgPullBasic()
2133#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
2134#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
2135#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
2136#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
2137#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
2138#16 {main}
2139 PASS 1ms★ PhortuneCurrencyTestCase::testInvalidCurrencyFromString
2140 PASS <1ms★ PhortuneCurrencyTestCase::testAddCurrency
2141 PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFromString
2142 PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFormatForDisplay
2143 PASS 3ms★ PhortuneCurrencyTestCase::testCurrencyRanges
2144 PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFormatBareValue
2145 PASS <1ms★ PhortunePaymentProviderTestCase::testGetAllProviders
2146 PASS 3ms★ PhrequentTimeBlockTestCase::testPreemptingEvents
2147 PASS 1ms★ PhrequentTimeBlockTestCase::testEndDeeperStratum
2148 PASS <1ms★ PhrequentTimeBlockTestCase::testOngoingInterrupted
2149 PASS 1ms★ PhrequentTimeBlockTestCase::testPopAcrossStrata
2150 PASS <1ms★ PhrequentTimeBlockTestCase::testOngoingPreempted
2151 PASS <1ms★ PhrequentTimeBlockTestCase::testMergeTimeRanges
2152 PASS <1ms★ PhrequentTimeBlockTestCase::testTimelineSort
2153 PASS 1ms★ PhrequentTimeBlockTestCase::testSumTimeSlices
2154 PASS <1ms★ PhrequentTimeBlockTestCase::testInstantaneousEvent
2155 PASS <1ms★ PhrequentTimeBlockTestCase::testOngoing
2156 PASS 1ms★ ProjectRemarkupRuleTestCase::testProjectObjectRemarkup
2157 PASS 7ms★ QueryFormattingTestCase::testQueryFormatting
2158
2159Fatal error: Uncaught exception 'CommandException' with message 'Command failed with error #1!
2160COMMAND
2161php '/core/data/drydock/workingcopy-74/repo/phabricator/scripts/sql/manage_storage.php' destroy --force --namespace 'phabricator_unittest_5xwjcujrjf2fdaa5fc6xpqe2'
2162
2163STDOUT
2164MySQL Credentials Not Configured
2165
2166Unable to connect to MySQL using the configured credentials. You must
2167configure standard credentials before you can upgrade storage. Run these
2168commands to set up credentials:
2169
2170 phabricator/ $ ./bin/config set mysql.host __host__
2171 phabricator/ $ ./bin/config set mysql.user __username__
2172 phabricator/ $ ./bin/config set mysql.pass __password__
2173
2174These standard credentials are separate from any administrative credentials
2175provided to this command with __--user__ or __--password__, and must be
2176configured correctly before you can proceed.
2177
2178Raw MySQL Error: Attempt to connect to root@localhost failed with error
2179#2002: No such file or directory.
2180
2181
2182STDERR
2183(empty)' in /core/data/drydock/workingcopy-74/repo/libphutil/src/future/ in /core/data/drydock/workingcopy-74/repo/libphutil/src/future/exec/ExecFuture.php on line 380
2184

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

1[2019-01-19 13:15:12] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-74/repo/phabricator/src/aphront/response/AphrontResponse.php:424]
2arcanist(head=master, ref.master=25c2381959ac), phabricator(head=755c40221d5fc58f6d29457d77bc9653c1431fc1, ref.master=310ad7f8f47b), phutil(head=master, ref.master=92413d0303ab)
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: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:148]
10 #7 ArcanistConfigurationDrivenUnitTestEngine::run() called at [<arcanist>/src/workflow/ArcanistUnitWorkflow.php:170]
11 #8 ArcanistUnitWorkflow::run() called at [<arcanist>/scripts/arcanist.php:394]
12PHP Fatal error: Uncaught exception 'CommandException' with message 'Command failed with error #1!
13COMMAND
14php '/core/data/drydock/workingcopy-74/repo/phabricator/scripts/sql/manage_storage.php' destroy --force --namespace 'phabricator_unittest_6ohtphy7ooni5dieie5rcvar'
15
16STDOUT
17MySQL Credentials Not Configured
18
19Unable to connect to MySQL using the configured credentials. You must
20configure standard credentials before you can upgrade storage. Run these
21commands to set up credentials:
22
23 phabricator/ $ ./bin/config set mysql.host __host__
24 phabricator/ $ ./bin/config set mysql.user __username__
25 phabricator/ $ ./bin/config set mysql.pass __password__
26
27These standard credentials are separate from any administrative credentials
28provided to this command with __--user__ or __--password__, and must be
29configured correctly before you can proceed.
30
31Raw MySQL Error: Attempt to connect to root@localhost failed with error
32#2002: No such file or directory.
33
34
35STDERR
36(empty)' in /core/data/drydock/workingcopy-74/repo/libphutil/src/future/ in /core/data/drydock/workingcopy-74/repo/libphutil/src/future/exec/ExecFuture.php on line 380
37

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

1Build successful!
2 PASS 1.3s PhabricatorLibraryTestCase::testLibraryMap
3 PASS 2.4s PhabricatorLibraryTestCase::testEverythingImplemented
4 PASS 6.1s PhabricatorLibraryTestCase::testMethodVisibility
5 PASS 19ms★ DifferentialAdjustmentMapTestCase::testInverseMaps
6 PASS 9ms★ DifferentialAdjustmentMapTestCase::testBasicMaps
7 PASS 6ms★ DifferentialAdjustmentMapTestCase::testChainMaps
8 PASS 15ms★ DifferentialAdjustmentMapTestCase::testNearestMaps
9 PASS 3ms★ DifferentialDiffTestCase::testDetectCopiedOverlaidCode
10 PASS 125ms DifferentialDiffTestCase::testDetectSlowCopiedCode
11 PASS 4ms★ DifferentialDiffTestCase::testDetectCopiedCode
12 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredNewlineAdded
13 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredNewlineRemoved
14 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredChanges2
15 PASS 1ms★ DifferentialHunkTestCase::testMakeChanges
16 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredNewlineAbsent
17 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredChanges1
18 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredOffset
19 PASS 1ms★ DiffusionURITestCase::testBlobDecode
20 PASS 10ms★ DiffusionURITestCase::testURIGeneration
21 PASS <1ms★ DiffusionURITestCase::testBlobDecodeFail
22 PASS 5ms★ HeraldFieldTestCase::testGetAllFields
23 PASS 5ms★ PhabricatorPHIDTypeTestCase::testGetAllTypes
24 PASS 1ms★ PhabricatorPHIDTypeTestCase::testGetPHIDTypeApplicationClass
25 PASS 2ms★ AlmanacNamesTestCase::testServiceOrDeviceNames
26 PASS <1ms★ AlmanacServiceTypeTestCase::testGetAllServiceTypes
27 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPHeaderNames
28 PASS 1ms★ AphrontHTTPSinkTestCase::testHTTPSinkStatusCode
29 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPSinkBasics
30 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPSinkResponseSplitting
31 PASS 2ms★ AphrontHTTPSinkTestCase::testJSONContentSniff
32 PASS 1ms★ AphrontIsolatedDatabaseConnectionTestCase::testDeletePermitted
33 PASS 16ms★ AphrontIsolatedDatabaseConnectionTestCase::testTransactionRollback
34 PASS 3ms★ AphrontIsolatedDatabaseConnectionTestCase::testTransactionStack
35 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testIsolation
36 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testInsertGeneratesID
37 PASS 3ms★ AphrontMySQLDatabaseConnectionTestCase::testConnectionFailures
38 PASS 2ms★ AphrontRedirectResponseTestCase::testLocalRedirectURIs
39 PASS <1ms★ AphrontRequestTestCase::testGetHTTPHeader
40 PASS <1ms★ AphrontRequestTestCase::testFlattenRequestData
41 PASS <1ms★ AphrontRequestTestCase::testRequestDataAccess
42 PASS <1ms★ AphrontRequestTestCase::testHostAttacks
43 PASS 2ms★ CalendarTimeUtilTestCase::testTimestampsAtMidnight
44 PASS 3ms★ CalendarTimeUtilTestCase::testTimestampsStartDay
45 PASS <1ms★ CelerityPhysicalResourcesTestCase::testGetAll
46 PASS <1ms★ CelerityPostprocessorTestCase::testGetAllCelerityPostprocessors
47 PASS 3ms★ CelerityResourceTransformerTestCase::testTransformation
48 PASS 6ms★ ConduitAPIMethodTestCase::testLoadAllConduitMethods
49 PASS 2ms★ ConduitCallTestCase::testConduitAuth
50 PASS 2ms★ ConduitCallTestCase::testConduitPing
51 PASS 572ms ConpherenceRoomTestCase::testRoomParticipantAddition
52 PASS 373ms ConpherenceRoomTestCase::testNUserRoomCreate
53 PASS 146ms ConpherenceRoomTestCase::testOneUserRoomCreate
54 PASS 591ms ConpherenceRoomTestCase::testRoomParticipantDeletion
55 PASS 114ms DifferentialChangesetParserTestCase::testDiffChangesets
56 PASS 2ms★ DifferentialCommitMessageFieldTestCase::testRevisionCommitMessageFieldParsing
57 PASS 2ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageFieldParser
58 PASS 5ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageParser
59 PASS <1ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageParserNormalization
60 PASS 1ms★ DifferentialCustomFieldDependsOnParserTestCase::testParser
61 PASS 2ms★ DifferentialCustomFieldRevertsParserTestCase::testParser
62 PASS <1ms★ DifferentialHunkParserTestCase::testOneLineOldComment
63 PASS <1ms★ DifferentialHunkParserTestCase::testCannotFindContext
64 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfOldFileInNewCommentFromStart
65 PASS 7ms★ DifferentialHunkParserTestCase::testMissingContext
66 PASS <1ms★ DifferentialHunkParserTestCase::testNoNewlineAtEndOfFile
67 PASS <1ms★ DifferentialHunkParserTestCase::testOneLineNewComment
68 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfNewFileInOldCommentFromStartWithContext
69 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfNewFileInOldCommentFromStart
70 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfOldFileInNewCommentFromStartWithContext
71 PASS <1ms★ DifferentialHunkParserTestCase::testOverlapFromStartOfHunk
72 PASS <1ms★ DifferentialHunkParserTestCase::testMultiLineOldComment
73 PASS <1ms★ DifferentialHunkParserTestCase::testOverlapAfterEndOfHunk
74 PASS <1ms★ DifferentialHunkParserTestCase::testMultiLineNewComment
75 PASS 483ms DifferentialParseRenderTestCase::testParseRender
76 PASS 24ms★ DiffusionCommandEngineTestCase::testCommandEngine
77 PASS 1ms★ DiffusionCommitRemarkupRuleTestCase::testProjectObjectRemarkup
78 PASS <1ms★ DiffusionGitBranchTestCase::testRemoteBranchParser
79 PASS <1ms★ DiffusionMercurialWireProtocolTests::testFilteringBundle2Capability
80 PASS 8ms★ DiffusionMercurialWireSSHTestCase::testMercurialClientWireProtocolParser
81 PASS <1ms★ DiffusionPathQueryTestCase::testParentEdgeCases
82 PASS <1ms★ DiffusionPathQueryTestCase::testExpandEdgeCases
83 PASS <1ms★ DiffusionSubversionWireProtocolTestCase::testSubversionWireProtocolPartialFrame
84 PASS 10ms★ DiffusionSubversionWireProtocolTestCase::testSubversionWireProtocolParser
85 PASS <1ms★ DoorkeeperBridgeJIRATestCase::testJIRABridgeRestAPIURIConversion
86 PASS 9ms★ DrydockBlueprintImplementationTestCase::testGetAllBlueprintImplementations
87 PASS 972ms HarbormasterAutotargetsTestCase::testGenerateHarbormasterAutotargets
88 PASS 3ms★ HarbormasterBuildLogTestCase::testBuildLogLineMaps
89 PASS <1ms★ HarbormasterBuildStepImplementationTestCase::testGetImplementations
90 PASS <1ms★ HeraldRuleTestCase::testHeraldRuleExecutionOrder
91 PASS 1ms★ HeraldTranscriptTestCase::testTranscriptTruncation
92 PASS <1ms★ LiskChunkTestCase::testSQLChunking
93 PASS <1ms★ LiskDAOTestCase::testCheckProperty
94 PASS 9ms★ LiskFixtureTestCase::testReadableTransactions
95 PASS 7ms★ LiskFixtureTestCase::testTransactionalIsolation2of2
96 PASS 5ms★ LiskFixtureTestCase::testTransactionalIsolation1of2
97 PASS 7ms★ LiskFixtureTestCase::testFixturesBasicallyWork
98 PASS 24ms★ LiskFixtureTestCase::testCounters
99 PASS 16ms★ LiskFixtureTestCase::testNonmutableColumns
100 PASS 8ms★ LiskFixtureTestCase::testGarbageLoadCalls
101 PASS <1ms★ LiskIsolationTestCase::testIsolationContainment
102 PASS 2ms★ LiskIsolationTestCase::testEphemeral
103 PASS <1ms★ LiskIsolationTestCase::testMagicMethods
104 PASS 5ms★ LiskIsolationTestCase::testIsolatedWrites
105 PASS 3ms★ ManiphestCustomFieldStatusParserTestCase::testParser
106 PASS 368ms ManiphestTaskStatusTestCase::testManiphestStatusConfigValidation
107 PASS <1ms★ ManiphestTaskStatusTestCase::testManiphestStatusConstants
108 PASS 2.3s ManiphestTaskTestCase::testTaskAdjacentBlocks
109 PASS 1.7s ManiphestTaskTestCase::testTaskReordering
110 PASS 2ms★ MetaMTAEmailTransactionCommandTestCase::testGetAllTypes
111 PASS 6ms★ NuanceGitHubRawEventTestCase::testIssueEvents
112 PASS 6ms★ NuanceGitHubRawEventTestCase::testRepositoryEvents
113 PASS <1ms★ NuanceSourceDefinitionTestCase::testGetAllTypes
114 PASS <1ms★ PHUIDiffGraphViewTestCase::testTailTermination
115 PASS <1ms★ PHUIDiffGraphViewTestCase::testReverseTree
116 PASS <1ms★ PHUIDiffGraphViewTestCase::testJoinTerminateTree
117 PASS <1ms★ PHUIDiffGraphViewTestCase::testThreeWayGraphJoin
118 PASS 4ms★ PHUIInvisibleCharacterTestCase::testEmptyString
119 PASS <1ms★ PHUIInvisibleCharacterTestCase::testEmptyPlainText
120 PASS <1ms★ PHUIInvisibleCharacterTestCase::testWithNamedChars
121 PASS <1ms★ PHUIInvisibleCharacterTestCase::testHtmlDecoration
122 PASS <1ms★ PHUIInvisibleCharacterTestCase::testWithHexChars
123 PASS <1ms★ PHUIInvisibleCharacterTestCase::testWithNamedAsHex
124 PASS <1ms★ PHUIListViewTestCase::testAppendAfter
125 PASS 1ms★ PHUIListViewTestCase::testAppendLabel
126 PASS <1ms★ PHUIListViewTestCase::testAppendBefore
127 PASS <1ms★ PHUIListViewTestCase::testAppend
128 PASS <1ms★ PassphraseCredentialTypeTestCase::testGetAllTypes
129 PASS 492ms PhabricatorAccessControlTestCase::testControllerAccessControls
130 PASS <1ms★ PhabricatorAphrontViewTestCase::testHasChildren
131 PASS <1ms★ PhabricatorApplicationConfigurationPanelTestCase::testLoadAllPanels
132 PASS 3ms★ PhabricatorApplicationSearchEngineTestCase::testGetAllEngines
133 PASS <1ms★ PhabricatorApplicationTestCase::testGetAllApplications
134 PASS <1ms★ PhabricatorAuthFactorTestCase::testGetAllFactors
135 PASS 62ms PhabricatorAuthInviteTestCase::testInvalidInvite
136 PASS 198ms PhabricatorAuthInviteTestCase::testInviteWithNewEmail
137 PASS 172ms PhabricatorAuthInviteTestCase::testDuplicateInvite
138 PASS 9.5s PhabricatorAuthInviteTestCase::testInviteWithKnownEmail
139 PASS 4.5s PhabricatorAuthPasswordTestCase::testPasswordEngine
140 PASS 1.2s PhabricatorAuthPasswordTestCase::testPasswordUpgrade
141 PASS 948ms PhabricatorAuthPasswordTestCase::testCompare
142 PASS 379ms PhabricatorAuthPasswordTestCase::testPasswordBlocklisting
143 PASS 434ms PhabricatorAuthSSHKeyTestCase::testRevokeSSHKey
144 PASS 31ms★ PhabricatorCachesTestCase::testRequestCache
145 PASS 746ms PhabricatorCelerityTestCase::testCelerityMaps
146 PASS 330ms PhabricatorConduitTestCase::testConduitMethods
147 PASS 1ms★ PhabricatorEdgeChangeRecordTestCase::testEdgeStorageFormats
148 PASS 62ms PhabricatorEdgeTestCase::testCycleDetection
149 PASS <1ms★ PhabricatorEdgeTypeTestCase::testGetAllTypes
150 PASS <1ms★ PhabricatorEditEngineSubtypeTestCase::testEditEngineSubtypeKeys
151 PASS <1ms★ PhabricatorEnvTestCase::testGetEnvExceptions
152 PASS <1ms★ PhabricatorEnvTestCase::testOverrides
153 PASS 85ms PhabricatorEnvTestCase::testRemoteURIForFetch
154 PASS 13ms★ PhabricatorEnvTestCase::testStackSource
155 PASS 17ms★ PhabricatorEnvTestCase::testSelfURI
156 PASS 1ms★ PhabricatorEnvTestCase::testRemoteURIForLink
157 PASS <1ms★ PhabricatorEnvTestCase::testLocalURIForLink
158 PASS 5ms★ PhabricatorEnvTestCase::testOverrideOrder
159 PASS <1ms★ PhabricatorEnvTestCase::testDictionarySource
160 PASS <1ms★ PhabricatorFactEngineTestCase::testLoadAllEngines
161 PASS 9ms★ PhabricatorFerretEngineTestCase::testTermNgramExtraction
162 PASS <1ms★ PhabricatorFerretEngineTestCase::testTermsCorpus
163 PASS <1ms★ PhabricatorFileStorageEngineTestCase::testLoadAllEngines
164 PASS 97ms PhabricatorFileStorageFormatTestCase::testStorageTampering
165 PASS 127ms PhabricatorFileStorageFormatTestCase::testRot13Storage
166 PASS 129ms PhabricatorFileStorageFormatTestCase::testAES256Storage
167 PASS 508ms PhabricatorFileTestCase::testFileDirectScramble
168 PASS 636ms PhabricatorFileTestCase::testFileVisibility
169 PASS 125ms PhabricatorFileTestCase::testFileStorageUploadSameFile
170 PASS 121ms PhabricatorFileTestCase::testFileStorageUploadDifferentFiles
171 PASS 525ms PhabricatorFileTestCase::testFileTransformDelete
172 PASS 89ms PhabricatorFileTestCase::testFileStorageReadWrite
173 PASS 120ms PhabricatorFileTestCase::testFileStorageDelete
174 PASS 152ms PhabricatorFileTestCase::testFileStorageDeleteSharedHandle
175 PASS 82ms PhabricatorFileTestCase::testReadWriteTtlFiles
176 PASS 851ms PhabricatorFileTestCase::testFileIndirectScramble
177 PASS 333ms PhabricatorFileTransformTestCase::testThumbTransformDefaults
178 PASS <1ms★ PhabricatorFileTransformTestCase::testGetAllTransforms
179 PASS 25ms★ PhabricatorHMACTestCase::testHMACKeyGeneration
180 PASS <1ms★ PhabricatorHMACTestCase::testSHA256Hashing
181 PASS 432ms PhabricatorHandlePoolTestCase::testHandlePools
182 PASS 1ms★ PhabricatorHashTestCase::testHashForAnchor
183 PASS 2ms★ PhabricatorHashTestCase::testHashForIndex
184 PASS 6ms★ PhabricatorInfrastructureTestCase::testRejectMySQLNonUTF8Queries
185 PASS 1ms★ PhabricatorInfrastructureTestCase::testApplicationsInstalled
186 PASS 2ms★ PhabricatorIteratedMD5PasswordHasherTestCase::testHasher
187 PASS 115ms PhabricatorLocalTimeTestCase::testLocalTimeFormatting
188 PASS 14ms★ PhabricatorLocaleScopeGuardTestCase::testLocaleScopeGuard
189 PASS 2ms★ PhabricatorMacroTestCase::testMacroNames
190 PASS 32ms★ PhabricatorMailConfigTestCase::testMailerConstraints
191 PASS 20ms★ PhabricatorMailConfigTestCase::testMailerPriorities
192 PASS 2ms★ PhabricatorMailReceiverTestCase::testAddressSimilarity
193 PASS 2ms★ PhabricatorMailReceiverTestCase::testReservedAddresses
194 PASS <1ms★ PhabricatorMarkupEngineTestCase::testRemarkupSentenceSummmaries
195 PASS 2ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testQuotedTextStripping
196 PASS <1ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testFalsePositiveForOnWrote
197 PASS 7ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testEmailBodyCommandParsing
198 PASS <1ms★ PhabricatorMetaMTAMailBodyTestCase::testBodyRender
199 PASS 845ms PhabricatorMetaMTAMailTestCase::testThreadIDHeaders
200 PASS 521ms PhabricatorMetaMTAMailTestCase::testMailSendFailures
201 PASS 689ms PhabricatorMetaMTAMailTestCase::testMailerFailover
202 PASS 7.5s PhabricatorMetaMTAMailTestCase::testMailSizeLimits
203 PASS 2.5s PhabricatorMetaMTAMailTestCase::testRecipients
204 PASS 32ms★ PhabricatorMetaMTAReceivedMailTestCase::testDropSelfMail
205 PASS 113ms PhabricatorMetaMTAReceivedMailTestCase::testDropUnknownSenderMail
206 PASS 166ms PhabricatorMetaMTAReceivedMailTestCase::testDropDisabledSenderMail
207 PASS 39ms★ PhabricatorMetaMTAReceivedMailTestCase::testDropDuplicateMail
208 PASS 283ms PhabricatorMetaMTAReceivedMailTestCase::testDropUnreceivableMail
209 PASS 2ms★ PhabricatorOAuthServerTestCase::testValidateRedirectURI
210 PASS 7ms★ PhabricatorOAuthServerTestCase::testValidateSecondaryRedirectURI
211 PASS 308ms PhabricatorObjectListQueryTestCase::testObjectListQuery
212 PASS 1.1s PhabricatorObjectMailReceiverTestCase::testDropInvalidObjectMail
213 PASS 662ms PhabricatorObjectMailReceiverTestCase::testDropUserMismatchMail
214 PASS 1.1s PhabricatorObjectMailReceiverTestCase::testDropUnconfiguredPublicMail
215 PASS 866ms PhabricatorObjectMailReceiverTestCase::testDropPolicyViolationMail
216 PASS 498ms PhabricatorObjectMailReceiverTestCase::testDropHashMismatchMail
217 PASS 1ms★ PhabricatorOwnersPackageTestCase::testFindLongestPathsPerPackage
218 PASS <1ms★ PhabricatorPasswordHasherTestCase::testGetAllHashers
219 PASS <1ms★ PhabricatorPasswordHasherTestCase::testHasherSyntax
220 PASS 163ms PhabricatorPhortuneTestCase::testNewPhortuneAccount
221 PASS <1ms★ PhabricatorPolicyCapabilityTestCase::testGetCapabilityMap
222 PASS 144ms PhabricatorPolicyDataTestCase::testProjectPolicyMembership
223 PASS 92ms PhabricatorPolicyDataTestCase::testObjectPolicyRuleTaskAuthor
224 PASS 199ms PhabricatorPolicyDataTestCase::testCustomPolicyRuleAdministrators
225 PASS 119ms PhabricatorPolicyDataTestCase::testObjectPolicyRuleSubscribers
226 PASS 856ms PhabricatorPolicyDataTestCase::testCustomPolicyRuleUser
227 PASS 134ms PhabricatorPolicyDataTestCase::testCustomPolicyRuleLunarPhase
228 PASS 117ms PhabricatorPolicyDataTestCase::testObjectPolicyRuleThreadMembers
229 PASS 3ms★ PhabricatorPolicyTestCase::testBulkExtendedPolicies
230 PASS 17ms★ PhabricatorPolicyTestCase::testExtendedPolicyCycles
231 PASS 14ms★ PhabricatorPolicyTestCase::testRejectInvalidPolicy
232 PASS <1ms★ PhabricatorPolicyTestCase::testOmnipotence
233 PASS 3ms★ PhabricatorPolicyTestCase::testUsersPolicy
234 PASS 3ms★ PhabricatorPolicyTestCase::testPublicPolicyDisabled
235 PASS 15ms★ PhabricatorPolicyTestCase::testExtendedPolicies
236 PASS 5ms★ PhabricatorPolicyTestCase::testAdminPolicy
237 PASS 2ms★ PhabricatorPolicyTestCase::testPolicyStrength
238 PASS 1ms★ PhabricatorPolicyTestCase::testPublicPolicyEnabled
239 PASS 1ms★ PhabricatorPolicyTestCase::testLimits
240 PASS 2ms★ PhabricatorPolicyTestCase::testOffsets
241 PASS 7ms★ PhabricatorPolicyTestCase::testNoOnePolicy
242 PASS <1ms★ PhabricatorPolicyTestCase::testMultipleCapabilities
243 PASS 20ms★ PhabricatorPolicyTestCase::testAllQueriesBelongToActualApplications
244 PASS <1ms★ PhabricatorPolicyTestCase::testInvalidPolicyVisibleByOmnipotentUser
245 PASS 363ms PhabricatorProjectCoreTestCase::testSlugMaps
246 PASS 973ms PhabricatorProjectCoreTestCase::testViewProject
247 PASS 1.3s PhabricatorProjectCoreTestCase::testIsViewerMemberOrWatcher
248 PASS 2.7s PhabricatorProjectCoreTestCase::testAncestryQueries
249 PASS 2.2s PhabricatorProjectCoreTestCase::testAncestorMembers
250 PASS 4.1s PhabricatorProjectCoreTestCase::testNormalizeSlugs
251 PASS 393ms PhabricatorProjectCoreTestCase::testApplicationPolicy
252 PASS 266ms PhabricatorProjectCoreTestCase::testDuplicateSlugs
253 PASS 873ms PhabricatorProjectCoreTestCase::testMilestoneMembership
254 PASS 2.7s PhabricatorProjectCoreTestCase::testJoinLeaveProject
255 PASS 1.8s PhabricatorProjectCoreTestCase::testParentProject
256 PASS 2.3s PhabricatorProjectCoreTestCase::testProjectPolicyRules
257 PASS 1.2s PhabricatorProjectCoreTestCase::testColumnExtendedPolicies
258 PASS 941ms PhabricatorProjectCoreTestCase::testSameSlugAsName
259 PASS 2.8s PhabricatorProjectCoreTestCase::testTagAncestryConflicts
260 PASS 6.3s PhabricatorProjectCoreTestCase::testMilestoneMoves
261 PASS 1.2s PhabricatorProjectCoreTestCase::testProjectMembersVisibility
262 PASS 3.8s PhabricatorProjectCoreTestCase::testBoardMoves
263 PASS 2.5s PhabricatorProjectCoreTestCase::testTagMilestoneConflicts
264 PASS 3.3s PhabricatorProjectCoreTestCase::testComplexConstraints
265 PASS 1.3s PhabricatorProjectCoreTestCase::testEditProject
266 PASS 1.3s PhabricatorProjectCoreTestCase::testMilestones
267 PASS 1.2s PhabricatorProjectCoreTestCase::testMemberMaterialization
268 PASS 1ms★ PhabricatorQueryOrderTestCase::testQueryOrderItem
269 PASS 2ms★ PhabricatorQueryOrderTestCase::testQueryOrderVector
270 PASS 2ms★ PhabricatorQueryOrderTestCase::testQueryOrderBadVectors
271 PASS 45ms★ PhabricatorRepositoryCommitTestCase::testSummarizeCommits
272 PASS 8ms★ PhabricatorRepositoryTestCase::testRepositoryShortNameValidation
273 PASS 2ms★ PhabricatorRepositoryTestCase::testFilterMercurialDebugOutput
274 PASS 4ms★ PhabricatorRepositoryTestCase::testRepositoryURIProtocols
275 PASS 2ms★ PhabricatorRepositoryTestCase::testSubversionPathInfo
276 PASS 2ms★ PhabricatorRepositoryTestCase::testBranchFilter
277 PASS 2ms★ PhabricatorRepositoryURINormalizerTestCase::testSVNURINormalizer
278 PASS 4ms★ PhabricatorRepositoryURINormalizerTestCase::testGitURINormalizer
279 PASS 158ms PhabricatorRepositoryURITestCase::testURIGeneration
280 PASS 1ms★ PhabricatorRepositoryURITestCase::testRepositoryURICanonicalization
281 PASS 6ms★ PhabricatorSetupCheckTestCase::testLoadAllChecks
282 PASS 1ms★ PhabricatorSlugTestCase::testProjectSlugs
283 PASS 3ms★ PhabricatorSlugTestCase::testSlugNormalization
284 PASS <1ms★ PhabricatorSlugTestCase::testSlugAncestry
285 PASS <1ms★ PhabricatorSlugTestCase::testSlugDepth
286 PASS 207ms PhabricatorSpacesTestCase::testSpacesUniqueDefaultSpace
287 PASS 565ms PhabricatorSpacesTestCase::testSpacesAnnihilation
288 PASS 99ms PhabricatorSpacesTestCase::testSpacesRequireNames
289 PASS 382ms PhabricatorSpacesTestCase::testSpacesSeveralSpaces
290 PASS 529ms PhabricatorSpacesTestCase::testSpacesPolicyFiltering
291 PASS 3ms★ PhabricatorTOTPAuthFactorTestCase::testTOTPCodeGeneration
292 PASS 1ms★ PhabricatorTimeTestCase::testPhabricatorTimeStack
293 PASS 2ms★ PhabricatorTimeTestCase::testParseLocalTime
294 PASS 3ms★ PhabricatorTriggerClockTestCase::testDailyRoutineTriggerClockLeapSecond
295 PASS 3ms★ PhabricatorTriggerClockTestCase::testOneTimeTriggerClock
296 PASS 9ms★ PhabricatorTriggerClockTestCase::testSubscriptionTriggerClock
297 PASS 3ms★ PhabricatorTriggerClockTestCase::testCDailyRoutineTriggerClockAdjustTimeOfDay
298 PASS <1ms★ PhabricatorTriggerClockTestCase::testNeverTriggerClock
299 PASS 2ms★ PhabricatorTriggerClockTestCase::testDailyRoutineTriggerClockDaylightSavings
300 PASS <1ms★ PhabricatorTrivialTestCase::testAllIsRightWithTheWorld
301 PASS 1ms★ PhabricatorTypeaheadDatasourceTestCase::testTypeaheadTokenization
302 PASS 3ms★ PhabricatorTypeaheadDatasourceTestCase::testFunctionEvaluation
303 PASS 2ms★ PhabricatorUnitsTestCase::testByteFormatting
304 PASS 2ms★ PhabricatorUnitsTestCase::testByteParsing
305 PASS 5ms★ PhabricatorUnitsTestCase::testDetailedDurationFormatting
306 PASS 92ms PhabricatorUserEditorTestCase::testRegistrationEmailApplicationEmailCollide
307 PASS <1ms★ PhabricatorUserEditorTestCase::testRegistrationEmailInvalid
308 PASS 1ms★ PhabricatorUserEditorTestCase::testRegistrationEmailDomain
309 PASS 66ms PhabricatorUserEditorTestCase::testRegistrationEmailOK
310 PASS <1ms★ PhabricatorUserEmailTestCase::testEmailValidation
311 PASS 1ms★ PhabricatorUserTestCase::testUsernameValidation
312 PASS <1ms★ PhabricatorWorkerBulkJobTestCase::testGetAllBulkJobTypes
313 PASS 63ms PhabricatorWorkerTestCase::testOldestFirst
314 PASS 162ms PhabricatorWorkerTestCase::testTooManyTaskFailures
315 PASS 64ms PhabricatorWorkerTestCase::testRequiredLeaseTime
316 PASS 135ms PhabricatorWorkerTestCase::testLeasedIsOldestFirst
317 PASS 42ms★ PhabricatorWorkerTestCase::testLeaseTask
318 PASS 69ms PhabricatorWorkerTestCase::testNewBeforeLeased
319 PASS 51ms PhabricatorWorkerTestCase::testPermanentTaskFailure
320 PASS 95ms PhabricatorWorkerTestCase::testLeasedIsLowestPriority
321 PASS 39ms★ PhabricatorWorkerTestCase::testWaitBeforeRetry
322 PASS 31ms★ PhabricatorWorkerTestCase::testMultipleLease
323 PASS 47ms★ PhabricatorWorkerTestCase::testTemporaryTaskFailure
324 PASS 51ms PhabricatorWorkerTestCase::testExecuteTask
325 PASS 4.4s PhabricatorChangeParserTestCase::testMercurialParser
326 PASS 1.1s PhabricatorChangeParserTestCase::testSubversionForeignStubsParser
327 PASS 571ms PhabricatorChangeParserTestCase::testSubversionValidRootParser
328 PASS 3.3s PhabricatorChangeParserTestCase::testSubversionParser
329 PASS 791ms PhabricatorChangeParserTestCase::testSubversionPartialParser
330 PASS 3.0s PhabricatorChangeParserTestCase::testGitParser
331 PASS 1.1s PhabricatorWorkingCopyDiscoveryTestCase::testGitCommitDiscovery
332 FAIL PhabricatorWorkingCopyDiscoveryTestCase::testMercurialCommitDiscovery
333EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_6ohtphy7ooni5dieie5rcvar_metamta"). This is a severe failure; your request did not complete.
334#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
335#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('metamta', 'phabricator_uni...', 'w')
336#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
337#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
338#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(99): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorMetaMTAApplicationEmail))
339#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/metamta/query/PhabricatorMetaMTAApplicationEmailQuery.php(38): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPage(Object(PhabricatorMetaMTAApplicationEmail))
340#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorMetaMTAApplicationEmailQuery->loadPage()
341#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
342#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(524): PhabricatorPolicyAwareQuery->executeOne()
343#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/people/editor/PhabricatorUserEditor.php(60): PhabricatorUserEditor->willAddEmail(Object(PhabricatorUserEmail))
344#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/testing/PhabricatorTestCase.php(207): PhabricatorUserEditor->createNewUser(Object(PhabricatorUser), Object(PhabricatorUserEmail))
345#11 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(63): PhabricatorTestCase->generateNewTestUser()
346#12 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('HT')
347#13 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php(39): PhabricatorWorkingCopyTestCase->buildPulledRepository('HT')
348#14 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php(20): PhabricatorWorkingCopyDiscoveryTestCase->discoverRefs('HT')
349#15 [internal function]: PhabricatorWorkingCopyDiscoveryTestCase->testMercurialCommitDiscovery()
350#16 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
351#17 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
352#18 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
353#19 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
354#20 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
355#21 {main}
356 FAIL PhabricatorWorkingCopyDiscoveryTestCase::testSubversionCommitDiscovery
357EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_6ohtphy7ooni5dieie5rcvar_repository"). This is a severe failure; your request did not complete.
358#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
359#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
360#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
361#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
362#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
363#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
364#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
365#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
366#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('ST')
367#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php(39): PhabricatorWorkingCopyTestCase->buildPulledRepository('ST')
368#10 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyDiscoveryTestCase.php(7): PhabricatorWorkingCopyDiscoveryTestCase->discoverRefs('ST')
369#11 [internal function]: PhabricatorWorkingCopyDiscoveryTestCase->testSubversionCommitDiscovery()
370#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
371#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
372#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
373#15 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
374#16 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
375#17 {main}
376 FAIL PhabricatorWorkingCopyPullTestCase::testGitPullBasic
377EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_6ohtphy7ooni5dieie5rcvar_repository"). This is a severe failure; your request did not complete.
378#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
379#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
380#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
381#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
382#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
383#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
384#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
385#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
386#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('GT')
387#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyPullTestCase.php(7): PhabricatorWorkingCopyTestCase->buildPulledRepository('GT')
388#10 [internal function]: PhabricatorWorkingCopyPullTestCase->testGitPullBasic()
389#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
390#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
391#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
392#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
393#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
394#16 {main}
395 FAIL PhabricatorWorkingCopyPullTestCase::testHgPullBasic
396EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_6ohtphy7ooni5dieie5rcvar_repository"). This is a severe failure; your request did not complete.
397#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
398#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
399#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
400#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
401#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
402#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
403#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
404#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
405#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('HT')
406#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyPullTestCase.php(14): PhabricatorWorkingCopyTestCase->buildPulledRepository('HT')
407#10 [internal function]: PhabricatorWorkingCopyPullTestCase->testHgPullBasic()
408#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
409#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
410#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
411#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
412#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
413#16 {main}
414 FAIL PhabricatorWorkingCopyPullTestCase::testSVNPullBasic
415EXCEPTION (PhabricatorClusterImpossibleWriteException): Unable to connect to master database ("phabricator_unittest_6ohtphy7ooni5dieie5rcvar_repository"). This is a severe failure; your request did not complete.
416#0 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(91): PhabricatorLiskDAO->raiseImpossibleWrite('phabricator_uni...')
417#1 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/PhabricatorLiskDAO.php(66): PhabricatorLiskDAO->newClusterConnection('repository', 'phabricator_uni...', 'w')
418#2 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/storage/lisk/LiskDAO.php(841): PhabricatorLiskDAO->establishLiveConnection('w')
419#3 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorCursorPagedPolicyAwareQuery.php(104): LiskDAO->establishConnection('r')
420#4 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/query/PhabricatorRepositoryQuery.php(201): PhabricatorCursorPagedPolicyAwareQuery->loadStandardPageRows(Object(PhabricatorRepository))
421#5 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(236): PhabricatorRepositoryQuery->loadPage()
422#6 /core/data/drydock/workingcopy-74/repo/phabricator/src/infrastructure/query/policy/PhabricatorPolicyAwareQuery.php(168): PhabricatorPolicyAwareQuery->execute()
423#7 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(17): PhabricatorPolicyAwareQuery->executeOne()
424#8 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyTestCase.php(87): PhabricatorWorkingCopyTestCase->buildBareRepository('ST')
425#9 /core/data/drydock/workingcopy-74/repo/phabricator/src/applications/repository/engine/__tests__/PhabricatorWorkingCopyPullTestCase.php(20): PhabricatorWorkingCopyTestCase->buildPulledRepository('ST')
426#10 [internal function]: PhabricatorWorkingCopyPullTestCase->testSVNPullBasic()
427#11 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/phutil/PhutilTestCase.php(492): call_user_func_array(Array, Array)
428#12 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/PhutilUnitTestEngine.php(69): PhutilTestCase->run()
429#13 /core/data/drydock/workingcopy-74/repo/arcanist/src/unit/engine/ArcanistConfigurationDrivenUnitTestEngine.php(148): PhutilUnitTestEngine->run()
430#14 /core/data/drydock/workingcopy-74/repo/arcanist/src/workflow/ArcanistUnitWorkflow.php(170): ArcanistConfigurationDrivenUnitTestEngine->run()
431#15 /core/data/drydock/workingcopy-74/repo/arcanist/scripts/arcanist.php(394): ArcanistUnitWorkflow->run()
432#16 {main}
433 PASS <1ms★ PhortuneCurrencyTestCase::testAddCurrency
434 PASS 1ms★ PhortuneCurrencyTestCase::testCurrencyRanges
435 PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFromString
436 PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFormatBareValue
437 PASS <1ms★ PhortuneCurrencyTestCase::testInvalidCurrencyFromString
438 PASS <1ms★ PhortuneCurrencyTestCase::testCurrencyFormatForDisplay
439 PASS <1ms★ PhortunePaymentProviderTestCase::testGetAllProviders
440 PASS 1ms★ PhrequentTimeBlockTestCase::testSumTimeSlices
441 PASS <1ms★ PhrequentTimeBlockTestCase::testTimelineSort
442 PASS <1ms★ PhrequentTimeBlockTestCase::testPopAcrossStrata
443 PASS <1ms★ PhrequentTimeBlockTestCase::testOngoingPreempted
444 PASS <1ms★ PhrequentTimeBlockTestCase::testInstantaneousEvent
445 PASS <1ms★ PhrequentTimeBlockTestCase::testMergeTimeRanges
446 PASS <1ms★ PhrequentTimeBlockTestCase::testOngoing
447 PASS 1ms★ PhrequentTimeBlockTestCase::testPreemptingEvents
448 PASS <1ms★ PhrequentTimeBlockTestCase::testOngoingInterrupted
449 PASS 1ms★ PhrequentTimeBlockTestCase::testEndDeeperStratum
450 PASS 1ms★ ProjectRemarkupRuleTestCase::testProjectObjectRemarkup
451 PASS 3ms★ QueryFormattingTestCase::testQueryFormatting
452
453Fatal error: Uncaught exception 'CommandException' with message 'Command failed with error #1!
454COMMAND
455php '/core/data/drydock/workingcopy-74/repo/phabricator/scripts/sql/manage_storage.php' destroy --force --namespace 'phabricator_unittest_6ohtphy7ooni5dieie5rcvar'
456
457STDOUT
458MySQL Credentials Not Configured
459
460Unable to connect to MySQL using the configured credentials. You must
461configure standard credentials before you can upgrade storage. Run these
462commands to set up credentials:
463
464 phabricator/ $ ./bin/config set mysql.host __host__
465 phabricator/ $ ./bin/config set mysql.user __username__
466 phabricator/ $ ./bin/config set mysql.pass __password__
467
468These standard credentials are separate from any administrative credentials
469provided to this command with __--user__ or __--password__, and must be
470configured correctly before you can proceed.
471
472Raw MySQL Error: Attempt to connect to root@localhost failed with error
473#2002: No such file or directory.
474
475
476STDERR
477(empty)' in /core/data/drydock/workingcopy-74/repo/libphutil/src/future/ in /core/data/drydock/workingcopy-74/repo/libphutil/src/future/exec/ExecFuture.php on line 380
478

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

1Build successful!
2

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

1[2019-01-19 13:11:59] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-74/repo/phabricator/src/aphront/response/AphrontResponse.php:424]
2arcanist(head=master, ref.master=25c2381959ac), phabricator(head=755c40221d5fc58f6d29457d77bc9653c1431fc1, ref.master=310ad7f8f47b), phutil(head=master, ref.master=92413d0303ab)
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: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: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 26816 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Build successful!
2 PASS 4.3s PhabricatorLibraryTestCase::testMethodVisibility
3 PASS 24ms★ PhabricatorLibraryTestCase::testEverythingImplemented
4 PASS 5.2s PhabricatorLibraryTestCase::testLibraryMap
5 PASS 13ms★ DifferentialAdjustmentMapTestCase::testInverseMaps
6 PASS 8ms★ DifferentialAdjustmentMapTestCase::testBasicMaps
7 PASS 8ms★ DifferentialAdjustmentMapTestCase::testNearestMaps
8 PASS 4ms★ DifferentialAdjustmentMapTestCase::testChainMaps
9 PASS 2ms★ DifferentialDiffTestCase::testDetectCopiedOverlaidCode
10 PASS 3ms★ DifferentialDiffTestCase::testDetectCopiedCode
11 PASS 74ms DifferentialDiffTestCase::testDetectSlowCopiedCode
12 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredNewlineRemoved
13 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredOffset
14 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredChanges2
15 PASS <1ms★ DifferentialHunkTestCase::testMakeChanges
16 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredNewlineAbsent
17 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredNewlineAdded
18 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredChanges1
19 PASS 7ms★ DiffusionURITestCase::testURIGeneration
20 PASS <1ms★ DiffusionURITestCase::testBlobDecodeFail
21 PASS <1ms★ DiffusionURITestCase::testBlobDecode
22 PASS 4ms★ HeraldFieldTestCase::testGetAllFields
23 PASS 4ms★ PhabricatorPHIDTypeTestCase::testGetAllTypes
24 PASS <1ms★ PhabricatorPHIDTypeTestCase::testGetPHIDTypeApplicationClass
25 PASS 1ms★ AlmanacNamesTestCase::testServiceOrDeviceNames
26 PASS <1ms★ AlmanacServiceTypeTestCase::testGetAllServiceTypes
27 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPSinkStatusCode
28 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPSinkResponseSplitting
29 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPSinkBasics
30 PASS 2ms★ AphrontHTTPSinkTestCase::testJSONContentSniff
31 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPHeaderNames
32 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testIsolation
33 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testDeletePermitted
34 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testInsertGeneratesID
35 PASS 12ms★ AphrontIsolatedDatabaseConnectionTestCase::testTransactionRollback
36 PASS 2ms★ AphrontIsolatedDatabaseConnectionTestCase::testTransactionStack
37 PASS 2ms★ AphrontMySQLDatabaseConnectionTestCase::testConnectionFailures
38 PASS 2ms★ AphrontRedirectResponseTestCase::testLocalRedirectURIs
39 PASS <1ms★ AphrontRequestTestCase::testFlattenRequestData
40 PASS <1ms★ AphrontRequestTestCase::testRequestDataAccess
41 PASS <1ms★ AphrontRequestTestCase::testHostAttacks
42 PASS <1ms★ AphrontRequestTestCase::testGetHTTPHeader
43 PASS 1ms★ CalendarTimeUtilTestCase::testTimestampsAtMidnight
44 PASS 2ms★ CalendarTimeUtilTestCase::testTimestampsStartDay
45 PASS <1ms★ CelerityPhysicalResourcesTestCase::testGetAll
46 PASS <1ms★ CelerityPostprocessorTestCase::testGetAllCelerityPostprocessors
47 PASS 2ms★ CelerityResourceTransformerTestCase::testTransformation
48 PASS 5ms★ ConduitAPIMethodTestCase::testLoadAllConduitMethods
49 PASS 2ms★ ConduitCallTestCase::testConduitAuth
50 PASS <1ms★ ConduitCallTestCase::testConduitPing
51 PASS 519ms ConpherenceRoomTestCase::testRoomParticipantDeletion
52 PASS 219ms ConpherenceRoomTestCase::testNUserRoomCreate
53 PASS 1.2s ConpherenceRoomTestCase::testRoomParticipantAddition
54 PASS 111ms ConpherenceRoomTestCase::testOneUserRoomCreate
55 PASS 77ms DifferentialChangesetParserTestCase::testDiffChangesets
56 PASS 2ms★ DifferentialCommitMessageFieldTestCase::testRevisionCommitMessageFieldParsing
57 PASS <1ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageParserNormalization
58 PASS 5ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageParser
59 PASS <1ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageFieldParser
60 PASS <1ms★ DifferentialCustomFieldDependsOnParserTestCase::testParser
61 PASS 1ms★ DifferentialCustomFieldRevertsParserTestCase::testParser
62 PASS 4ms★ DifferentialHunkParserTestCase::testMissingContext
63 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfOldFileInNewCommentFromStartWithContext
64 PASS <1ms★ DifferentialHunkParserTestCase::testNoNewlineAtEndOfFile
65 PASS <1ms★ DifferentialHunkParserTestCase::testOverlapAfterEndOfHunk
66 PASS <1ms★ DifferentialHunkParserTestCase::testCannotFindContext
67 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfNewFileInOldCommentFromStartWithContext
68 PASS <1ms★ DifferentialHunkParserTestCase::testOneLineOldComment
69 PASS <1ms★ DifferentialHunkParserTestCase::testMultiLineNewComment
70 PASS <1ms★ DifferentialHunkParserTestCase::testOverlapFromStartOfHunk
71 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfNewFileInOldCommentFromStart
72 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfOldFileInNewCommentFromStart
73 PASS <1ms★ DifferentialHunkParserTestCase::testOneLineNewComment
74 PASS <1ms★ DifferentialHunkParserTestCase::testMultiLineOldComment
75 PASS 202ms DifferentialParseRenderTestCase::testParseRender
76 PASS 9ms★ DiffusionCommandEngineTestCase::testCommandEngine
77 PASS 1ms★ DiffusionCommitRemarkupRuleTestCase::testProjectObjectRemarkup
78 PASS <1ms★ DiffusionGitBranchTestCase::testRemoteBranchParser
79 PASS <1ms★ DiffusionMercurialWireProtocolTests::testFilteringBundle2Capability
80 PASS 4ms★ DiffusionMercurialWireSSHTestCase::testMercurialClientWireProtocolParser
81 PASS <1ms★ DiffusionPathQueryTestCase::testExpandEdgeCases
82 PASS <1ms★ DiffusionPathQueryTestCase::testParentEdgeCases
83 PASS <1ms★ DiffusionSubversionWireProtocolTestCase::testSubversionWireProtocolPartialFrame
84 PASS 2ms★ DiffusionSubversionWireProtocolTestCase::testSubversionWireProtocolParser
85 PASS <1ms★ DoorkeeperBridgeJIRATestCase::testJIRABridgeRestAPIURIConversion
86 PASS <1ms★ DrydockBlueprintImplementationTestCase::testGetAllBlueprintImplementations
87 PASS 855ms HarbormasterAutotargetsTestCase::testGenerateHarbormasterAutotargets
88 PASS 3ms★ HarbormasterBuildLogTestCase::testBuildLogLineMaps
89 PASS <1ms★ HarbormasterBuildStepImplementationTestCase::testGetImplementations
90 PASS 1ms★ HeraldRuleTestCase::testHeraldRuleExecutionOrder
91 PASS 1ms★ HeraldTranscriptTestCase::testTranscriptTruncation
92 PASS <1ms★ LiskChunkTestCase::testSQLChunking
93 PASS <1ms★ LiskDAOTestCase::testCheckProperty
94 PASS 5ms★ LiskFixtureTestCase::testTransactionalIsolation2of2
95 PASS 21ms★ LiskFixtureTestCase::testCounters
96 PASS 5ms★ LiskFixtureTestCase::testReadableTransactions
97 PASS 5ms★ LiskFixtureTestCase::testFixturesBasicallyWork
98 PASS 4ms★ LiskFixtureTestCase::testTransactionalIsolation1of2
99 PASS 7ms★ LiskFixtureTestCase::testGarbageLoadCalls
100 PASS 9ms★ LiskFixtureTestCase::testNonmutableColumns
101 PASS 1ms★ LiskIsolationTestCase::testMagicMethods
102 PASS 5ms★ LiskIsolationTestCase::testIsolatedWrites
103 PASS 2ms★ LiskIsolationTestCase::testEphemeral
104 PASS <1ms★ LiskIsolationTestCase::testIsolationContainment
105 PASS 4ms★ ManiphestCustomFieldStatusParserTestCase::testParser
106 PASS 330ms ManiphestTaskStatusTestCase::testManiphestStatusConfigValidation
107 PASS <1ms★ ManiphestTaskStatusTestCase::testManiphestStatusConstants
108 PASS 1.7s ManiphestTaskTestCase::testTaskAdjacentBlocks
109 PASS 1.2s ManiphestTaskTestCase::testTaskReordering
110 PASS 2ms★ MetaMTAEmailTransactionCommandTestCase::testGetAllTypes
111 PASS 6ms★ NuanceGitHubRawEventTestCase::testRepositoryEvents
112 PASS 6ms★ NuanceGitHubRawEventTestCase::testIssueEvents
113 PASS <1ms★ NuanceSourceDefinitionTestCase::testGetAllTypes
114 PASS <1ms★ PHUIDiffGraphViewTestCase::testReverseTree
115 PASS <1ms★ PHUIDiffGraphViewTestCase::testThreeWayGraphJoin
116 PASS <1ms★ PHUIDiffGraphViewTestCase::testJoinTerminateTree
117 PASS <1ms★ PHUIDiffGraphViewTestCase::testTailTermination
118 PASS 4ms★ PHUIInvisibleCharacterTestCase::testWithHexChars
119 PASS <1ms★ PHUIInvisibleCharacterTestCase::testWithNamedAsHex
120 PASS <1ms★ PHUIInvisibleCharacterTestCase::testEmptyPlainText
121 PASS <1ms★ PHUIInvisibleCharacterTestCase::testEmptyString
122 PASS <1ms★ PHUIInvisibleCharacterTestCase::testWithNamedChars
123 PASS <1ms★ PHUIInvisibleCharacterTestCase::testHtmlDecoration
124 PASS <1ms★ PHUIListViewTestCase::testAppendAfter
125 PASS <1ms★ PHUIListViewTestCase::testAppendLabel
126 PASS <1ms★ PHUIListViewTestCase::testAppendBefore
127 PASS <1ms★ PHUIListViewTestCase::testAppend
128 PASS <1ms★ PassphraseCredentialTypeTestCase::testGetAllTypes
129 PASS 339ms PhabricatorAccessControlTestCase::testControllerAccessControls
130 PASS <1ms★ PhabricatorAphrontViewTestCase::testHasChildren
131 PASS <1ms★ PhabricatorApplicationConfigurationPanelTestCase::testLoadAllPanels
132 PASS 3ms★ PhabricatorApplicationSearchEngineTestCase::testGetAllEngines
133 PASS <1ms★ PhabricatorApplicationTestCase::testGetAllApplications
134 PASS <1ms★ PhabricatorAuthFactorTestCase::testGetAllFactors
135 PASS 133ms PhabricatorAuthInviteTestCase::testInviteWithNewEmail
136 PASS 113ms PhabricatorAuthInviteTestCase::testDuplicateInvite
137 PASS 4.9s PhabricatorAuthInviteTestCase::testInviteWithKnownEmail
138 PASS 36ms★ PhabricatorAuthInviteTestCase::testInvalidInvite
139 PASS 510ms PhabricatorAuthPasswordTestCase::testCompare
140 PASS 181ms PhabricatorAuthPasswordTestCase::testPasswordBlocklisting
141 PASS 2.4s PhabricatorAuthPasswordTestCase::testPasswordEngine
142 PASS 648ms PhabricatorAuthPasswordTestCase::testPasswordUpgrade
143 PASS 279ms PhabricatorAuthSSHKeyTestCase::testRevokeSSHKey
144 PASS 27ms★ PhabricatorCachesTestCase::testRequestCache
145 PASS 399ms PhabricatorCelerityTestCase::testCelerityMaps
146 PASS 195ms PhabricatorConduitTestCase::testConduitMethods
147 PASS 1ms★ PhabricatorEdgeChangeRecordTestCase::testEdgeStorageFormats
148 PASS 35ms★ PhabricatorEdgeTestCase::testCycleDetection
149 PASS <1ms★ PhabricatorEdgeTypeTestCase::testGetAllTypes
150 PASS <1ms★ PhabricatorEditEngineSubtypeTestCase::testEditEngineSubtypeKeys
151 PASS <1ms★ PhabricatorEnvTestCase::testGetEnvExceptions
152 PASS 4ms★ PhabricatorEnvTestCase::testSelfURI
153 PASS <1ms★ PhabricatorEnvTestCase::testLocalURIForLink
154 PASS 1ms★ PhabricatorEnvTestCase::testRemoteURIForLink
155 PASS <1ms★ PhabricatorEnvTestCase::testOverrides
156 PASS <1ms★ PhabricatorEnvTestCase::testOverrideOrder
157 PASS <1ms★ PhabricatorEnvTestCase::testStackSource
158 PASS <1ms★ PhabricatorEnvTestCase::testDictionarySource
159 PASS 124ms PhabricatorEnvTestCase::testRemoteURIForFetch
160 PASS <1ms★ PhabricatorFactEngineTestCase::testLoadAllEngines
161 PASS 1ms★ PhabricatorFerretEngineTestCase::testTermNgramExtraction
162 PASS <1ms★ PhabricatorFerretEngineTestCase::testTermsCorpus
163 PASS <1ms★ PhabricatorFileStorageEngineTestCase::testLoadAllEngines
164 PASS 46ms★ PhabricatorFileStorageFormatTestCase::testStorageTampering
165 PASS 57ms PhabricatorFileStorageFormatTestCase::testAES256Storage
166 PASS 46ms★ PhabricatorFileStorageFormatTestCase::testRot13Storage
167 PASS 40ms★ PhabricatorFileTestCase::testReadWriteTtlFiles
168 PASS 301ms PhabricatorFileTestCase::testFileVisibility
169 PASS 42ms★ PhabricatorFileTestCase::testFileStorageReadWrite
170 PASS 50ms★ PhabricatorFileTestCase::testFileStorageDelete
171 PASS 206ms PhabricatorFileTestCase::testFileDirectScramble
172 PASS 69ms PhabricatorFileTestCase::testFileStorageUploadDifferentFiles
173 PASS 365ms PhabricatorFileTestCase::testFileIndirectScramble
174 PASS 76ms PhabricatorFileTestCase::testFileStorageDeleteSharedHandle
175 PASS 225ms PhabricatorFileTestCase::testFileTransformDelete
176 PASS 66ms PhabricatorFileTestCase::testFileStorageUploadSameFile
177 PASS <1ms★ PhabricatorFileTransformTestCase::testGetAllTransforms
178 PASS 186ms PhabricatorFileTransformTestCase::testThumbTransformDefaults
179 PASS <1ms★ PhabricatorHMACTestCase::testSHA256Hashing
180 PASS 11ms★ PhabricatorHMACTestCase::testHMACKeyGeneration
181 PASS 212ms PhabricatorHandlePoolTestCase::testHandlePools
182 PASS 2ms★ PhabricatorHashTestCase::testHashForIndex
183 PASS 1ms★ PhabricatorHashTestCase::testHashForAnchor
184 PASS 1ms★ PhabricatorInfrastructureTestCase::testApplicationsInstalled
185 PASS 2ms★ PhabricatorInfrastructureTestCase::testRejectMySQLNonUTF8Queries
186 PASS 2ms★ PhabricatorIteratedMD5PasswordHasherTestCase::testHasher
187 PASS 66ms PhabricatorLocalTimeTestCase::testLocalTimeFormatting
188 PASS 11ms★ PhabricatorLocaleScopeGuardTestCase::testLocaleScopeGuard
189 PASS 2ms★ PhabricatorMacroTestCase::testMacroNames
190 PASS 20ms★ PhabricatorMailConfigTestCase::testMailerConstraints
191 PASS 24ms★ PhabricatorMailConfigTestCase::testMailerPriorities
192 PASS 2ms★ PhabricatorMailReceiverTestCase::testAddressSimilarity
193 PASS 2ms★ PhabricatorMailReceiverTestCase::testReservedAddresses
194 PASS <1ms★ PhabricatorMarkupEngineTestCase::testRemarkupSentenceSummmaries
195 PASS 7ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testEmailBodyCommandParsing
196 PASS 1ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testQuotedTextStripping
197 PASS <1ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testFalsePositiveForOnWrote
198 PASS <1ms★ PhabricatorMetaMTAMailBodyTestCase::testBodyRender
199

Build Working Copy

When
Completed at Jan 19 2019, 1:11 PM · Built for 14 s
Status
Passed