Page MenuHomePhabricator

Build 34727

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

Run "arc unit --everything"

When
Completed at Feb 19 2021, 8:02 PM · Built for 3 m, 5 s
Status
Failed

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

1[2021-02-19 20:02:32] PHLOG: 'Retrying database connection to "localhost" after connection failure (attempt 1; "AphrontConnectionQueryException"; error #2002): Attempt to connect to root@localhost failed with error #2002: No such file or directory.' at [/core/data/drydock/workingcopy-83/repo/phabricator/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:135]
2[2021-02-19 20:02:32] PHLOG: 'Retrying database connection to "localhost" after connection failure (attempt 2; "AphrontConnectionQueryException"; error #2002): Attempt to connect to root@localhost failed with error #2002: No such file or directory.' at [/core/data/drydock/workingcopy-83/repo/phabricator/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:135]
3[2021-02-19 20:02:32] PHLOG: 'Retrying database connection to "localhost" after connection failure (attempt 1; "AphrontConnectionQueryException"; error #2002): Attempt to connect to root@localhost failed with error #2002: No such file or directory.' at [/core/data/drydock/workingcopy-83/repo/phabricator/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:135]
4[2021-02-19 20:02:32] PHLOG: 'Retrying database connection to "localhost" after connection failure (attempt 2; "AphrontConnectionQueryException"; error #2002): Attempt to connect to root@localhost failed with error #2002: No such file or directory.' at [/core/data/drydock/workingcopy-83/repo/phabricator/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:135]
5PHP Fatal error: Uncaught exception 'CommandException' with message 'Command failed with error #1!
6COMMAND
7php /core/data/drydock/workingcopy-83/repo/phabricator/scripts/sql/manage_storage.php destroy --force --namespace phabricator_unittest_qwrvwi575ubn3ywkfke7xvnf
8
9STDOUT
10MySQL Credentials Not Configured
11
12Unable to connect to MySQL using the configured credentials. You must
13configure standard credentials before you can upgrade storage. Run these
14commands to set up credentials:
15
16 phabricator/ $ ./bin/config set mysql.host __host__
17 phabricator/ $ ./bin/config set mysql.user __username__
18 phabricator/ $ ./bin/config set mysql.pass __password__
19
20These standard credentials are separate from any administrative credentials
21provided to this command with __--user__ or __--password__, and must be
22configured correctly before you can proceed.
23
24Raw MySQL Error: Attempt to connect to root@localhost failed with error
25#2002: No such file or directory.
26
27
28STDERR
29[2021-02-19 20:02:38] PHLOG: 'Retrying database connection to "localhost" af in /core/data/drydock/workingcopy-83/repo/arcanist/src/future/exec/ExecFuture.php on line 421
30

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

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

Build Working Copy

When
Completed at Feb 19 2021, 7:59 PM · Built for 7 s
Status
Passed