Page MenuHomePhabricator

Build 9191
FailedPublic

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

Run "arc unit --everything"

When
Completed at Sep 29 2015, 2:00 AM · Built for 33 s
Status
Failed
1 empty logs are hidden. Show all logs.

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

158 SKIP ArcanistPyLintLinterTestCase::testLinter
159Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
160TO INSTALL: Install PyLint using `pip install pylint`.
161 SKIP ArcanistPyLintLinterTestCase::testVersion
162Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
163TO INSTALL: Install PyLint using `pip install pylint`.
164 SKIP ArcanistRuboCopLinterTestCase::testVersion
165Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
166TO INSTALL: Install RuboCop using `gem install rubocop`.
167 SKIP ArcanistRuboCopLinterTestCase::testLinter
168Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
169TO INSTALL: Install RuboCop using `gem install rubocop`.
170 SKIP ArcanistRubyLinterTestCase::testVersion
171Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
172TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>.
173 SKIP ArcanistRubyLinterTestCase::testLinter
174Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
175TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>.
176 PASS 10ms★ ArcanistFilenameLinterTestCase::testLinter
177 PASS 9ms★ ArcanistGeneratedLinterTestCase::testLinter
178 PASS 126ms ArcanistJSONLinterTestCase::testLinter
179 PASS 8ms★ ArcanistMergeConflictLinterTestCase::testLinter
180 PASS 10ms★ ArcanistNoLintLinterTestCase::testLinter
181 PASS 44ms★ ArcanistPhutilXHPASTLinterTestCase::testLinter
182 PASS <1ms★ ArcanistSpellingLinterTestCase::testFixLetterCase
183 PASS 15ms★ ArcanistSpellingLinterTestCase::testLinter
184 PASS 24ms★ ArcanistTextLinterTestCase::testLinter
185 PASS 1.7s ArcanistXHPASTLinterTestCase::testLinter
186 PASS 61ms ArcanistXMLLinterTestCase::testLinter
187 PASS <1ms★ ArcanistMercurialParserTestCase::testParseAll
188 PASS <1ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes
189 PASS 140ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing
190 PASS 24ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing
191 PASS 27ms★ ArcanistRepositoryAPIStateTestCase::testGitStateParsing
192 PASS <1ms★ ArcanistUnitTestResultTestCase::testCoverageMerges
193 PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities
194 PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities
195 PASS <1ms★ ArcanistXHPASTLinterRuleTestCase::testLoadAllRules
196 FAIL PhpunitTestEngineTestCase::testSearchLocations
197Assertion failed, expected values to be equal (at PhpunitTestEngineTestCase.php:39).
198Expected vs Actual Output Diff
199--- Old Value
200+++ New Value
201@@ -1,29 +1,21 @@
202 Array
203 (
204 [0] => /path/to/some/file/
205- [1] => /path/to/some/file/tests/
206- [2] => /path/to/some/file/Tests/
207- [3] => /path/to/some/tests/
208- [4] => /path/to/some/Tests/
209- [5] => /path/to/tests/
210- [6] => /path/to/Tests/
211- [7] => /path/tests/
212- [8] => /path/Tests/
213- [9] => /tests/
214- [10] => /Tests/
215- [11] => /path/to/tests/file/
216- [12] => /path/to/Tests/file/
217- [13] => /path/tests/some/file/
218- [14] => /path/Tests/some/file/
219- [15] => /tests/to/some/file/
220- [16] => /Tests/to/some/file/
221- [17] => /path/to/some/tests/file/
222- [18] => /path/to/some/Tests/file/
223- [19] => /path/to/tests/some/file/
224- [20] => /path/to/Tests/some/file/
225- [21] => /path/tests/to/some/file/
226- [22] => /path/Tests/to/some/file/
227- [23] => /tests/path/to/some/file/
228- [24] => /Tests/path/to/some/file/
229+ [1] => /path/to/some/tests/
230+ [2] => /path/to/some/Tests/
231+ [3] => /path/to/tests/file/
232+ [4] => /path/to/Tests/file/
233+ [5] => /path/tests/some/file/
234+ [6] => /path/Tests/some/file/
235+ [7] => /tests/to/some/file/
236+ [8] => /Tests/to/some/file/
237+ [9] => /path/to/some/tests/file/
238+ [10] => /path/to/some/Tests/file/
239+ [11] => /path/to/tests/some/file/
240+ [12] => /path/to/Tests/some/file/
241+ [13] => /path/tests/to/some/file/
242+ [14] => /path/Tests/to/some/file/
243+ [15] => /tests/path/to/some/file/
244+ [16] => /Tests/path/to/some/file/
245 )
246
247
248 PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap
249 PASS 1ms★ PhutilUnitTestEngineTestCase::testFailSkip
250 PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases
251 PASS 1ms★ PhutilUnitTestEngineTestCase::testGetTestPaths
252 PASS <1ms★ PhutilUnitTestEngineTestCase::testPass
253 PASS <1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure
254 PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput
255 PASS <1ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure
256 PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput
257

Build Working Copy

When
Completed at Sep 29 2015, 1:59 AM · Built instantly
Status
Passed