Page MenuHomePhabricator

Build 33692
PassedPublic

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

History

Run "arc unit --everything"

When
Completed at May 15 2020, 8:59 PM · Built for 3 m, 32 s
Status
Failed
5 empty logs are hidden. Show all logs.

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

5STDOUT
6Loading quickstart template onto "localhost"...
7Applying patch "phabricator:db.paste" to host "localhost"...
8Applying patch "phabricator:20190523.myisam.01.documentfield.sql" to host "localhost"...
9Applying patch "phabricator:20190718.paste.01.edge.sql" to host "localhost"...
10Applying patch "phabricator:20190718.paste.02.edgedata.sql" to host "localhost"...
11Applying patch "phabricator:20190718.paste.03.paste.sql" to host "localhost"...
12Applying patch "phabricator:20190718.paste.04.xaction.sql" to host "localhost"...
13Applying patch "phabricator:20190718.paste.05.comment.sql" to host "localhost"...
14Applying patch "phabricator:20190802.email.01.storage.sql" to host "localhost"...
15Applying patch "phabricator:20190802.email.02.xaction.sql" to host "localhost"...
16Applying patch "phabricator:20190815.account.01.carts.php" to host "localhost"...
17Applying patch "phabricator:20190815.account.02.subscriptions.php" to host "localhost"...
18Applying patch "phabricator:20190816.payment.01.xaction.sql"... (2,140 more bytes) ...
19
20STDERR
21[2020-05-15 20:59:41] EXCEPTION: (AphrontConnectionLostQueryException) #2006: MySQL server has gone away
22
23This error may occur if your configured MySQL "wait_timeout" or "max_allowed_packet" values are too small. This may also indicate that something used the MySQL "KILL <process>" command to kill the connection running the query. at [<phabricator>/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:335]
24arcanist(head=master, ref.master=e3030ebcad53), phabricator(head=93b08f0e83e684d3bb0c1c1b0ed414618a9987a6)
25 #0 AphrontBaseMySQLDatabaseConnection::throwCommonException(integer, string) called at [<phabricator>/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:379]
26 #1 AphrontBaseMySQLDatabaseConnection::throwQueryCodeException(integer, string) called at [<phabricator>/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:320]
27 #2 AphrontBaseMySQLDatabaseConnection::throwQueryException(mysqli... (2,403 more bytes) ...
28(Run with `--trace` for a full exception trace.)
29

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

5STDOUT
6Loading quickstart template onto "localhost"...
7Applying patch "phabricator:db.paste" to host "localhost"...
8Applying patch "phabricator:20190523.myisam.01.documentfield.sql" to host "localhost"...
9Applying patch "phabricator:20190718.paste.01.edge.sql" to host "localhost"...
10Applying patch "phabricator:20190718.paste.02.edgedata.sql" to host "localhost"...
11Applying patch "phabricator:20190718.paste.03.paste.sql" to host "localhost"...
12Applying patch "phabricator:20190718.paste.04.xaction.sql" to host "localhost"...
13Applying patch "phabricator:20190718.paste.05.comment.sql" to host "localhost"...
14Applying patch "phabricator:20190802.email.01.storage.sql" to host "localhost"...
15Applying patch "phabricator:20190802.email.02.xaction.sql" to host "localhost"...
16Applying patch "phabricator:20190815.account.01.carts.php" to host "localhost"...
17Applying patch "phabricator:20190815.account.02.subscriptions.php" to host "localhost"...
18Applying patch "phabricator:20190816.payment.01.xaction.sql"... (2,140 more bytes) ...
19
20STDERR
21[2020-05-15 20:59:41] EXCEPTION: (AphrontConnectionLostQueryException) #2006: MySQL server has gone away
22
23This error may occur if your configured MySQL "wait_timeout" or "max_allowed_packet" values are too small. This may also indicate that something used the MySQL "KILL <process>" command to kill the connection running the query. at [<phabricator>/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:335]
24arcanist(head=master, ref.master=e3030ebcad53), phabricator(head=93b08f0e83e684d3bb0c1c1b0ed414618a9987a6)
25 #0 AphrontBaseMySQLDatabaseConnection::throwCommonException(integer, string) called at [<phabricator>/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:379]
26 #1 AphrontBaseMySQLDatabaseConnection::throwQueryCodeException(integer, string) called at [<phabricator>/src/infrastructure/storage/connection/mysql/AphrontBaseMySQLDatabaseConnection.php:320]
27 #2 AphrontBaseMySQLDatabaseConnection::throwQueryException(mysqli... (2,403 more bytes) ...
28(Run with `--trace` for a full exception trace.)
29

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

95COMMAND
96php /core/data/drydock/workingcopy-82/repo/phabricator/scripts/sql/manage_storage.php destroy --force --namespace phabricator_unittest_6fshzmmdeaq3cjahdmjbum2m
97
98STDOUT
99MySQL Credentials Not Configured
100
101Unable to connect to MySQL using the configured credentials. You must
102configure standard credentials before you can upgrade storage. Run these
103commands to set up credentials:
104
105 phabricator/ $ ./bin/config set mysql.host __host__
106 phabricator/ $ ./bin/config set mysql.user __username__
107 phabricator/ $ ./bin/config set mysql.pass __password__
108
109These standard credentials are separate from any administrative credentials
110provided to this command with __--user__ or __--password__, and must be
111configured correctly before you can proceed.
112
113Raw MySQL Error: Attempt to connect to root@localhost failed with error
114#2002: No such file or directory.
115
116
117STDERR
118[2020-05-15 20:59:46] PHLOG: 'Retrying database connection to "localhost" af in /core/data/drydock/workingcopy-82/repo/arcanist/src/future/exec/ExecFuture.php on line 409
119

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

1203COMMAND
1204php /core/data/drydock/workingcopy-82/repo/phabricator/scripts/sql/manage_storage.php destroy --force --namespace phabricator_unittest_6fshzmmdeaq3cjahdmjbum2m
1205
1206STDOUT
1207MySQL Credentials Not Configured
1208
1209Unable to connect to MySQL using the configured credentials. You must
1210configure standard credentials before you can upgrade storage. Run these
1211commands to set up credentials:
1212
1213 phabricator/ $ ./bin/config set mysql.host __host__
1214 phabricator/ $ ./bin/config set mysql.user __username__
1215 phabricator/ $ ./bin/config set mysql.pass __password__
1216
1217These standard credentials are separate from any administrative credentials
1218provided to this command with __--user__ or __--password__, and must be
1219configured correctly before you can proceed.
1220
1221Raw MySQL Error: Attempt to connect to root@localhost failed with error
1222#2002: No such file or directory.
1223
1224
1225STDERR
1226[2020-05-15 20:59:46] PHLOG: 'Retrying database connection to "localhost" af in /core/data/drydock/workingcopy-82/repo/arcanist/src/future/exec/ExecFuture.php on line 409
1227

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

199 PASS <1ms★ PhabricatorMarkupEngineTestCase::testRemarkupSentenceSummmaries
200 PASS <1ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testFalsePositiveForOnWrote
201 PASS 1ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testQuotedTextStripping
202 PASS 7ms★ PhabricatorMetaMTAEmailBodyParserTestCase::testEmailBodyCommandParsing
203 PASS <1ms★ PhabricatorMetaMTAMailBodyTestCase::testBodyRender
204 PASS 85ms PhabricatorMetaMTAMailTestCase::testMailSendFailures
205 PASS 156ms PhabricatorMetaMTAMailTestCase::testMailerFailover
206 PASS 176ms PhabricatorMetaMTAMailTestCase::testThreadIDHeaders
207 PASS 2.5s PhabricatorMetaMTAMailTestCase::testMailSizeLimits
208 PASS 389ms PhabricatorMetaMTAMailTestCase::testRecipients
209 PASS 5ms★ PhabricatorMetaMTAReceivedMailTestCase::testDropSelfMail
210 PASS 9ms★ PhabricatorMetaMTAReceivedMailTestCase::testDropDuplicateMail
211 PASS 41ms★ PhabricatorMetaMTAReceivedMailTestCase::testDropDisabledSenderMail
212 PASS 50ms PhabricatorMetaMTAReceivedMailTestCase::testDropUnreceivableMail
213 PASS 18ms★ PhabricatorMetaMTAReceivedMailTestCase::testDropUnknownSenderMail
214 PASS <1ms★ PhabricatorMetronomeTestCase::testMetronomeOffsets
215 PASS <1ms★ PhabricatorMetronomeTestCase::testMetronomeTicks
216 PASS 4ms★ PhabricatorOAuthServerTestCase::testValidateSecondaryRedirectURI
217 PASS <1ms★ PhabricatorOAuthServerTestCase::testValidateRedirectURI
218 PASS 80ms PhabricatorObjectListQueryTestCase::testObjectListQuery
219 PASS 371ms PhabricatorObjectMailReceiverTestCase::testDropUserMismatchMail
220 PASS 187ms PhabricatorObjectMailReceiverTestCase::testDropPolicyViolationMail
221 PASS 405ms PhabricatorObjectMailReceiverTestCase::testDropHashMismatchMail
222 PASS 361ms PhabricatorObjectMailReceiverTestCase::testDropUnconfiguredPublicMail
223

Build Working Copy

When
Completed at May 15 2020, 8:56 PM · Built for 7 s
Status
Passed