Page MenuHomePhabricator

Build 29458
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 5 m, 33 s
Status
Failed
1 empty logs are hidden. Show all logs.

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

1 Exception
2Command failed with error #255!
3COMMAND
4php '/core/data/drydock/workingcopy-87/repo/phabricator/scripts/sql/manage_storage.php' upgrade --force --namespace 'phabricator_unittest_ibt6sgrv4ovuwcdrcontwnnk'
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=ca77d3572fcbe654cfc46c1567d46d9979413260, ref.master=315d857a8ad6), 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 26834 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Build successful!
2

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

1[2019-01-19 13:16:36] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-87/repo/phabricator/src/aphront/response/AphrontResponse.php:424]
2arcanist(head=master, ref.master=25c2381959ac), phabricator(head=ca77d3572fcbe654cfc46c1567d46d9979413260, ref.master=315d857a8ad6), 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-87/repo/phabricator/scripts/sql/manage_storage.php' destroy --force --namespace 'phabricator_unittest_hq67irlpvnx6w2wu2fnjhabg'
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-87/repo/libphutil/src/future/ in /core/data/drydock/workingcopy-87/repo/libphutil/src/future/exec/ExecFuture.php on line 380
37

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

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

Build Log 26827 (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-87/repo/phabricator/src/aphront/response/AphrontResponse.php:424]
2arcanist(head=master, ref.master=25c2381959ac), phabricator(head=ca77d3572fcbe654cfc46c1567d46d9979413260, ref.master=315d857a8ad6), 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 26826 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Build successful!
2 PASS 1.3s PhabricatorLibraryTestCase::testLibraryMap
3 PASS 8.9s PhabricatorLibraryTestCase::testMethodVisibility
4 PASS 49ms★ PhabricatorLibraryTestCase::testEverythingImplemented
5 PASS 16ms★ DifferentialAdjustmentMapTestCase::testChainMaps
6 PASS 14ms★ DifferentialAdjustmentMapTestCase::testBasicMaps
7 PASS 16ms★ DifferentialAdjustmentMapTestCase::testNearestMaps
8 PASS 18ms★ DifferentialAdjustmentMapTestCase::testInverseMaps
9 PASS 4ms★ DifferentialDiffTestCase::testDetectCopiedCode
10 PASS 144ms DifferentialDiffTestCase::testDetectSlowCopiedCode
11 PASS 3ms★ DifferentialDiffTestCase::testDetectCopiedOverlaidCode
12 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredNewlineAbsent
13 PASS 6ms★ DifferentialHunkTestCase::testMakeStructuredChanges2
14 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredNewlineRemoved
15 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredNewlineAdded
16 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredChanges1
17 PASS 1ms★ DifferentialHunkTestCase::testMakeChanges
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::testGetPHIDTypeApplicationClass
24 PASS <1ms★ PhabricatorPHIDTypeTestCase::testGetAllTypes
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 3ms★ AphrontHTTPSinkTestCase::testJSONContentSniff
31 PASS 1ms★ AphrontHTTPSinkTestCase::testHTTPSinkResponseSplitting
32 PASS 1ms★ AphrontIsolatedDatabaseConnectionTestCase::testIsolation
33 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testInsertGeneratesID
34 PASS 4ms★ AphrontIsolatedDatabaseConnectionTestCase::testTransactionStack
35 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testDeletePermitted
36 PASS 17ms★ AphrontIsolatedDatabaseConnectionTestCase::testTransactionRollback
37 PASS 5ms★ AphrontMySQLDatabaseConnectionTestCase::testConnectionFailures
38 PASS 2ms★ AphrontRedirectResponseTestCase::testLocalRedirectURIs
39 PASS <1ms★ AphrontRequestTestCase::testRequestDataAccess
40 PASS <1ms★ AphrontRequestTestCase::testGetHTTPHeader
41 PASS <1ms★ AphrontRequestTestCase::testFlattenRequestData
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 11ms★ ConduitAPIMethodTestCase::testLoadAllConduitMethods
49 PASS 2ms★ ConduitCallTestCase::testConduitAuth
50 PASS 2ms★ ConduitCallTestCase::testConduitPing
51 PASS 693ms ConpherenceRoomTestCase::testRoomParticipantDeletion
52 PASS 569ms ConpherenceRoomTestCase::testRoomParticipantAddition
53 PASS 166ms ConpherenceRoomTestCase::testOneUserRoomCreate
54 PASS 293ms ConpherenceRoomTestCase::testNUserRoomCreate
55 PASS 233ms DifferentialChangesetParserTestCase::testDiffChangesets
56 PASS 15ms★ DifferentialCommitMessageFieldTestCase::testRevisionCommitMessageFieldParsing
57 PASS 23ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageParser
58 PASS <1ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageParserNormalization
59 PASS 1ms★ DifferentialCommitMessageParserTestCase::testDifferentialCommitMessageFieldParser
60 PASS 1ms★ DifferentialCustomFieldDependsOnParserTestCase::testParser
61 PASS 2ms★ DifferentialCustomFieldRevertsParserTestCase::testParser
62 PASS <1ms★ DifferentialHunkParserTestCase::testMultiLineOldComment
63 PASS <1ms★ DifferentialHunkParserTestCase::testOverlapFromStartOfHunk
64 PASS <1ms★ DifferentialHunkParserTestCase::testMultiLineNewComment
65 PASS <1ms★ DifferentialHunkParserTestCase::testCannotFindContext
66 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfNewFileInOldCommentFromStart
67 PASS 18ms★ DifferentialHunkParserTestCase::testMissingContext
68 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfOldFileInNewCommentFromStartWithContext
69 PASS <1ms★ DifferentialHunkParserTestCase::testNoNewlineAtEndOfFile
70 PASS <1ms★ DifferentialHunkParserTestCase::testOneLineOldComment
71 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfOldFileInNewCommentFromStart
72 PASS <1ms★ DifferentialHunkParserTestCase::testOverlapAfterEndOfHunk
73 PASS <1ms★ DifferentialHunkParserTestCase::testOneLineNewComment
74 PASS <1ms★ DifferentialHunkParserTestCase::testInclusionOfNewFileInOldCommentFromStartWithContext
75 PASS 459ms DifferentialParseRenderTestCase::testParseRender
76 PASS 14ms★ DiffusionCommandEngineTestCase::testCommandEngine
77 PASS 1ms★ DiffusionCommitRemarkupRuleTestCase::testProjectObjectRemarkup
78 PASS <1ms★ DiffusionGitBranchTestCase::testRemoteBranchParser
79 PASS <1ms★ 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.1s HarbormasterAutotargetsTestCase::testGenerateHarbormasterAutotargets
88 PASS 3ms★ HarbormasterBuildLogTestCase::testBuildLogLineMaps
89 PASS <1ms★ HarbormasterBuildStepImplementationTestCase::testGetImplementations
90 PASS <1ms★ HeraldRuleTestCase::testHeraldRuleExecutionOrder
91 PASS 2ms★ HeraldTranscriptTestCase::testTranscriptTruncation
92 PASS <1ms★ LiskChunkTestCase::testSQLChunking
93 PASS <1ms★ LiskDAOTestCase::testCheckProperty
94 PASS 18ms★ LiskFixtureTestCase::testFixturesBasicallyWork
95 PASS 35ms★ LiskFixtureTestCase::testCounters
96 PASS 24ms★ LiskFixtureTestCase::testReadableTransactions
97 PASS 15ms★ LiskFixtureTestCase::testNonmutableColumns
98 PASS 7ms★ LiskFixtureTestCase::testTransactionalIsolation2of2
99 PASS 12ms★ LiskFixtureTestCase::testTransactionalIsolation1of2
100 PASS 9ms★ LiskFixtureTestCase::testGarbageLoadCalls
101 PASS 5ms★ LiskIsolationTestCase::testIsolatedWrites
102 PASS 3ms★ LiskIsolationTestCase::testEphemeral
103 PASS <1ms★ LiskIsolationTestCase::testIsolationContainment
104 PASS 1ms★ LiskIsolationTestCase::testMagicMethods
105 PASS 4ms★ ManiphestCustomFieldStatusParserTestCase::testParser
106 PASS 446ms ManiphestTaskStatusTestCase::testManiphestStatusConfigValidation
107 PASS <1ms★ ManiphestTaskStatusTestCase::testManiphestStatusConstants
108 PASS 2.2s ManiphestTaskTestCase::testTaskAdjacentBlocks
109

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

1[2019-01-19 13:13:37] ERROR 2: ini_set(): Cannot change zlib.output_compression - headers already sent at [/core/data/drydock/workingcopy-87/repo/phabricator/src/aphront/response/AphrontResponse.php:424]
2arcanist(head=master, ref.master=25c2381959ac), phabricator(head=ca77d3572fcbe654cfc46c1567d46d9979413260, ref.master=315d857a8ad6), 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 26820 (remote - stdout)
25 - 50 - 100 - Unlimited Lines

1Build successful!
2 PASS 6.0s PhabricatorLibraryTestCase::testMethodVisibility
3 PASS 808ms PhabricatorLibraryTestCase::testLibraryMap
4 PASS 28ms★ PhabricatorLibraryTestCase::testEverythingImplemented
5 PASS 12ms★ DifferentialAdjustmentMapTestCase::testInverseMaps
6 PASS 7ms★ DifferentialAdjustmentMapTestCase::testBasicMaps
7 PASS 9ms★ DifferentialAdjustmentMapTestCase::testNearestMaps
8 PASS 5ms★ DifferentialAdjustmentMapTestCase::testChainMaps
9 PASS 71ms DifferentialDiffTestCase::testDetectSlowCopiedCode
10 PASS 3ms★ DifferentialDiffTestCase::testDetectCopiedCode
11 PASS 3ms★ DifferentialDiffTestCase::testDetectCopiedOverlaidCode
12 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredNewlineRemoved
13 PASS 1ms★ DifferentialHunkTestCase::testMakeChanges
14 PASS 2ms★ DifferentialHunkTestCase::testMakeStructuredOffset
15 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredNewlineAbsent
16 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredChanges2
17 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredNewlineAdded
18 PASS 1ms★ DifferentialHunkTestCase::testMakeStructuredChanges1
19 PASS 5ms★ DiffusionURITestCase::testURIGeneration
20 PASS <1ms★ DiffusionURITestCase::testBlobDecode
21 PASS <1ms★ DiffusionURITestCase::testBlobDecodeFail
22 PASS 3ms★ HeraldFieldTestCase::testGetAllFields
23 PASS 4ms★ PhabricatorPHIDTypeTestCase::testGetPHIDTypeApplicationClass
24 PASS <1ms★ PhabricatorPHIDTypeTestCase::testGetAllTypes
25 PASS 1ms★ AlmanacNamesTestCase::testServiceOrDeviceNames
26 PASS <1ms★ AlmanacServiceTypeTestCase::testGetAllServiceTypes
27 PASS 2ms★ AphrontHTTPSinkTestCase::testJSONContentSniff
28 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPHeaderNames
29 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPSinkStatusCode
30 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPSinkResponseSplitting
31 PASS <1ms★ AphrontHTTPSinkTestCase::testHTTPSinkBasics
32 PASS 3ms★ AphrontIsolatedDatabaseConnectionTestCase::testTransactionStack
33 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testDeletePermitted
34 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testInsertGeneratesID
35 PASS <1ms★ AphrontIsolatedDatabaseConnectionTestCase::testIsolation
36 PASS 11ms★ AphrontIsolatedDatabaseConnectionTestCase::testTransactionRollback
37 PASS 3ms★ AphrontMySQLDatabaseConnectionTestCase::testConnectionFailures
38 PASS 1ms★ AphrontRedirectResponseTestCase::testLocalRedirectURIs
39 PASS <1ms★ AphrontRequestTestCase::testHostAttacks
40 PASS <1ms★ AphrontRequestTestCase::testGetHTTPHeader
41 PASS <1ms★ AphrontRequestTestCase::testFlattenRequestData
42 PASS <1ms★ AphrontRequestTestCase::testRequestDataAccess
43 PASS 3ms★ CalendarTimeUtilTestCase::testTimestampsStartDay
44 PASS 1ms★ CalendarTimeUtilTestCase::testTimestampsAtMidnight
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 101ms ConpherenceRoomTestCase::testOneUserRoomCreate
52

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

1Build successful!
2

Build Working Copy

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