Page MenuHomePhabricator

Build 34884
PassedPublic

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

History

Run "arc unit --everything"

When
Completed at Mar 15 2021, 11:20 PM · Built for 3 m, 30 s
Status
Failed

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

1[2021-03-15 23:20:06] PHLOG: 'Retrying database connection to "localhost" after connection failure (attempt 1; "AphrontConnectionQueryException"; error #2002): Attempt to connect to root@localhost failed with error #2002: Connection refused.' at [/core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:135]
2[2021-03-15 23:20:06] PHLOG: 'Retrying database connection to "localhost" after connection failure (attempt 2; "AphrontConnectionQueryException"; error #2002): Attempt to connect to root@localhost failed with error #2002: Connection refused.' at [/core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:135]
3[2021-03-15 23:20:06] PHLOG: 'Retrying database connection to "localhost" after connection failure (attempt 1; "AphrontConnectionQueryException"; error #2002): Attempt to connect to root@localhost failed with error #2002: Connection refused.' at [/core/data/drydock/workingcopy-70/repo/phabricator/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:135]
4[2021-03-15 23:20:06] PHLOG: 'Retrying database connection to "localhost" after connection failure (attempt 2; "AphrontConnectionQueryException"; error #2002): Attempt to connect to root@localhost failed with error #2002: Connection refused.' at [/core/data/drydock/workingcopy-70/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-70/repo/phabricator/scripts/sql/manage_storage.php destroy --force --namespace phabricator_unittest_ho2kpgpj353j23bybjod4gcp
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: Connection refused.
26
27
28STDERR
29[2021-03-15 23:20:20] PHLOG: 'Retrying database connection to "localhost" after con in /core/data/drydock/workingcopy-70/repo/arcanist/src/future/exec/ExecFuture.php on line 421
30

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

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

Build Working Copy

When
Completed at Mar 15 2021, 11:16 PM · Built for 12 s
Status
Passed