Page MenuHomePhabricator

Build 10348
PassedPublic

Properties

Run "arc unit --everything"

When
Completed at Nov 15 2015, 8:23 AM · Built for 9 s
Status
Passed
1 empty logs are hidden. Show all logs.

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

1Build successful!
2 PASS 95ms ArcanistLibraryTestCase::testMethodVisibility
3 PASS <1ms★ ArcanistLibraryTestCase::testEverythingImplemented
4 PASS 224ms ArcanistLibraryTestCase::testLibraryMap
5 PASS <1ms★ ArcanistBaseCommitParserTestCase::testHalt
6 PASS <1ms★ ArcanistBaseCommitParserTestCase::testLegacyRule
7 PASS <1ms★ ArcanistBaseCommitParserTestCase::testYield
8 PASS <1ms★ ArcanistBaseCommitParserTestCase::testBasics
9 PASS 1ms★ ArcanistBaseCommitParserTestCase::testResolutionOrder
10 PASS <1ms★ ArcanistBaseCommitParserTestCase::testJumpReturn
11 PASS <1ms★ ArcanistBaseCommitParserTestCase::testJump
12 PASS 1ms★ ArcanistBritishTestCase::testCommandCompletion
13 PASS <1ms★ ArcanistBritishTestCase::testArgumentCompletion
14 PASS 4ms★ ArcanistBundleTestCase::testNonlocalTrailingNewline
15 PASS 838ms ArcanistBundleTestCase::testGitRepository
16 PASS 3ms★ ArcanistBundleTestCase::testDisjointHunks
17 PASS 5ms★ ArcanistBundleTestCase::testEncodeBase85
18 PASS 3ms★ ArcanistBundleTestCase::testTrailingContext
19 PASS <1ms★ ArcanistCommentRemoverTestCase::testRemover
20 PASS 12ms★ ArcanistDiffParserTestCase::testParser
21 PASS <1ms★ ArcanistDiffParserTestCase::testGitPathSplitting
22 PASS <1ms★ ArcanistDiffParserTestCase::testGitPrefixStripping
23 PASS 1ms★ ArcanistDiffUtilsTestCase::testGenerateUTF8IntralineDiff
24 PASS 6ms★ ArcanistDiffUtilsTestCase::testLevenshtein
25 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailureGo14
26 PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutputGo14
27 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessful
28 PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutput
29 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessfulGo14
30 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessfulGo14
31 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailureGo14
32 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessful
33 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailure
34 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailure
35 PASS <1ms★ ArcanistLinterStandardTestCase::testLoadAllStandards
36 PASS 9ms★ ArcanistChmodLinterTestCase::testLinter
37 SKIP ArcanistCSSLintLinterTestCase::testLinter
38Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
39TO INSTALL: Install CSSLint using `npm install -g csslint`.
40 SKIP ArcanistCSSLintLinterTestCase::testVersion
41Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
42TO INSTALL: Install CSSLint using `npm install -g csslint`.
43 PASS <1ms★ ArcanistClosureLinterTestCase::testVersion
44 SKIP ArcanistClosureLinterTestCase::testLinter
45Unable to locate binary "gjslint" to run linter ArcanistClosureLinter. You may need to install the binary, or adjust your linter configuration.
46TO INSTALL: Install gjslint using `sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz`.
47 SKIP ArcanistCoffeeLintLinterTestCase::testLinter
48Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
49TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`.
50 SKIP ArcanistCoffeeLintLinterTestCase::testVersion
51Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
52TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`.
53 SKIP ArcanistCppcheckLinterTestCase::testVersion
54Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
55TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar.
56 SKIP ArcanistCppcheckLinterTestCase::testLinter
57Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
58TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar.
59 SKIP ArcanistCpplintLinterTestCase::testLinter
60Unable to locate binary "cpplint" to run linter ArcanistCpplintLinter. You may need to install the binary, or adjust your linter configuration.
61TO INSTALL: Install cpplint.py using `wget http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py`.
62 PASS <1ms★ ArcanistCpplintLinterTestCase::testVersion
63 SKIP ArcanistFlake8LinterTestCase::testVersion
64Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration.
65TO INSTALL: Install flake8 using `easy_install flake8`.
66 SKIP ArcanistFlake8LinterTestCase::testLinter
67Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration.
68TO INSTALL: Install flake8 using `easy_install flake8`.
69 PASS <1ms★ ArcanistGoLintLinterTestCase::testVersion
70 SKIP ArcanistGoLintLinterTestCase::testLinter
71Unable to locate binary "golint" to run linter ArcanistGoLintLinter. You may need to install the binary, or adjust your linter configuration.
72TO INSTALL: Install Golint using `go get github.com/golang/lint/golint`.
73 SKIP ArcanistHLintLinterTestCase::testLinter
74Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
75TO INSTALL: Install hlint with `cabal install hlint`.
76 SKIP ArcanistHLintLinterTestCase::testVersion
77Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
78TO INSTALL: Install hlint with `cabal install hlint`.
79 SKIP ArcanistJSHintLinterTestCase::testLinter
80Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration.
81TO INSTALL: Install JSHint using `npm install -g jshint`.
82 SKIP ArcanistJSHintLinterTestCase::testVersion
83Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration.
84TO INSTALL: Install JSHint using `npm install -g jshint`.
85 SKIP ArcanistJSONLintLinterTestCase::testLinter
86Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration.
87TO INSTALL: Install jsonlint using `npm install -g jsonlint`.
88 SKIP ArcanistJSONLintLinterTestCase::testVersion
89Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration.
90TO INSTALL: Install jsonlint using `npm install -g jsonlint`.
91 SKIP ArcanistJscsLinterTestCase::testVersion
92Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration.
93TO INSTALL: Install JSCS using `npm install -g jscs`.
94 SKIP ArcanistJscsLinterTestCase::testLinter
95Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration.
96TO INSTALL: Install JSCS using `npm install -g jscs`.
97 SKIP ArcanistLesscLinterTestCase::testVersion
98Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
99TO INSTALL: Install lessc using `npm install -g less`.
100 SKIP ArcanistLesscLinterTestCase::testLinter
101Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
102TO INSTALL: Install lessc using `npm install -g less`.
103 SKIP ArcanistPEP8LinterTestCase::testVersion
104Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration.
105TO INSTALL: Install PEP8 using `easy_install pep8`.
106 SKIP ArcanistPEP8LinterTestCase::testLinter
107Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration.
108TO INSTALL: Install PEP8 using `easy_install pep8`.
109 PASS 17ms★ ArcanistPhpLinterTestCase::testVersion
110 PASS 116ms ArcanistPhpLinterTestCase::testLinter
111 SKIP ArcanistPhpcsLinterTestCase::testLinter
112Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
113TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`.
114 SKIP ArcanistPhpcsLinterTestCase::testVersion
115Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
116TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`.
117 SKIP ArcanistPuppetLintLinterTestCase::testVersion
118Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
119TO INSTALL: Install puppet-lint using `gem install puppet-lint`.
120 SKIP ArcanistPuppetLintLinterTestCase::testLinter
121Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
122TO INSTALL: Install puppet-lint using `gem install puppet-lint`.
123 SKIP ArcanistPyFlakesLinterTestCase::testLinter
124Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration.
125TO INSTALL: Install pyflakes with `pip install pyflakes`.
126 SKIP ArcanistPyFlakesLinterTestCase::testVersion
127Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration.
128TO INSTALL: Install pyflakes with `pip install pyflakes`.
129 SKIP ArcanistPyLintLinterTestCase::testLinter
130Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
131TO INSTALL: Install PyLint using `pip install pylint`.
132 SKIP ArcanistPyLintLinterTestCase::testVersion
133Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
134TO INSTALL: Install PyLint using `pip install pylint`.
135 SKIP ArcanistRuboCopLinterTestCase::testLinter
136Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
137TO INSTALL: Install RuboCop using `gem install rubocop`.
138 SKIP ArcanistRuboCopLinterTestCase::testVersion
139Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
140TO INSTALL: Install RuboCop using `gem install rubocop`.
141 SKIP ArcanistRubyLinterTestCase::testVersion
142Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
143TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>.
144 SKIP ArcanistRubyLinterTestCase::testLinter
145Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
146TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>.
147 PASS 9ms★ ArcanistFilenameLinterTestCase::testLinter
148 PASS 9ms★ ArcanistGeneratedLinterTestCase::testLinter
149 PASS 122ms ArcanistJSONLinterTestCase::testLinter
150 PASS 7ms★ ArcanistMergeConflictLinterTestCase::testLinter
151 PASS 9ms★ ArcanistNoLintLinterTestCase::testLinter
152 PASS <1ms★ ArcanistSpellingLinterTestCase::testFixLetterCase
153 PASS 16ms★ ArcanistSpellingLinterTestCase::testLinter
154 PASS 25ms★ ArcanistTextLinterTestCase::testLinter
155 PASS 1.8s ArcanistXHPASTLinterTestCase::testLinter
156 PASS 62ms ArcanistXMLLinterTestCase::testLinter
157 PASS <1ms★ ArcanistMercurialParserTestCase::testParseAll
158 PASS <1ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes
159 PASS 24ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing
160 PASS 141ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing
161 PASS 29ms★ ArcanistRepositoryAPIStateTestCase::testGitStateParsing
162 PASS <1ms★ ArcanistUnitTestResultTestCase::testCoverageMerges
163 PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities
164 PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities
165 PASS <1ms★ ArcanistXHPASTLinterRuleTestCase::testLoadAllRules
166 PASS <1ms★ PhpunitTestEngineTestCase::testSearchLocations
167 PASS 1ms★ PhutilUnitTestEngineTestCase::testGetTestPaths
168 PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap
169 PASS <1ms★ PhutilUnitTestEngineTestCase::testPass
170 PASS 1ms★ PhutilUnitTestEngineTestCase::testFailSkip
171 PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases
172 PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput
173 PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput
174 PASS <1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure
175 PASS <1ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure
176 PASS 95ms ArcanistLibraryTestCase::testMethodVisibility
177 PASS <1ms★ ArcanistLibraryTestCase::testEverythingImplemented
178 PASS 224ms ArcanistLibraryTestCase::testLibraryMap
179 PASS <1ms★ ArcanistBaseCommitParserTestCase::testHalt
180 PASS <1ms★ ArcanistBaseCommitParserTestCase::testLegacyRule
181 PASS <1ms★ ArcanistBaseCommitParserTestCase::testYield
182 PASS <1ms★ ArcanistBaseCommitParserTestCase::testBasics
183 PASS 1ms★ ArcanistBaseCommitParserTestCase::testResolutionOrder
184 PASS <1ms★ ArcanistBaseCommitParserTestCase::testJumpReturn
185 PASS <1ms★ ArcanistBaseCommitParserTestCase::testJump
186 PASS 1ms★ ArcanistBritishTestCase::testCommandCompletion
187 PASS <1ms★ ArcanistBritishTestCase::testArgumentCompletion
188 PASS 4ms★ ArcanistBundleTestCase::testNonlocalTrailingNewline
189 PASS 838ms ArcanistBundleTestCase::testGitRepository
190 PASS 3ms★ ArcanistBundleTestCase::testDisjointHunks
191 PASS 5ms★ ArcanistBundleTestCase::testEncodeBase85
192 PASS 3ms★ ArcanistBundleTestCase::testTrailingContext
193 PASS <1ms★ ArcanistCommentRemoverTestCase::testRemover
194 PASS 12ms★ ArcanistDiffParserTestCase::testParser
195 PASS <1ms★ ArcanistDiffParserTestCase::testGitPathSplitting
196 PASS <1ms★ ArcanistDiffParserTestCase::testGitPrefixStripping
197 PASS 1ms★ ArcanistDiffUtilsTestCase::testGenerateUTF8IntralineDiff
198 PASS 6ms★ ArcanistDiffUtilsTestCase::testLevenshtein
199 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailureGo14
200 PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutputGo14
201 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessful
202 PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutput
203 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessfulGo14
204 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessfulGo14
205 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailureGo14
206 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessful
207 PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailure
208 PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailure
209 PASS <1ms★ ArcanistLinterStandardTestCase::testLoadAllStandards
210 PASS 9ms★ ArcanistChmodLinterTestCase::testLinter
211 SKIP ArcanistCSSLintLinterTestCase::testLinter
212Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
213TO INSTALL: Install CSSLint using `npm install -g csslint`.
214 SKIP ArcanistCSSLintLinterTestCase::testVersion
215Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
216TO INSTALL: Install CSSLint using `npm install -g csslint`.
217 PASS <1ms★ ArcanistClosureLinterTestCase::testVersion
218 SKIP ArcanistClosureLinterTestCase::testLinter
219Unable to locate binary "gjslint" to run linter ArcanistClosureLinter. You may need to install the binary, or adjust your linter configuration.
220TO INSTALL: Install gjslint using `sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz`.
221 SKIP ArcanistCoffeeLintLinterTestCase::testLinter
222Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
223TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`.
224 SKIP ArcanistCoffeeLintLinterTestCase::testVersion
225Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
226TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`.
227 SKIP ArcanistCppcheckLinterTestCase::testVersion
228Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
229TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar.
230 SKIP ArcanistCppcheckLinterTestCase::testLinter
231Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
232TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar.
233 SKIP ArcanistCpplintLinterTestCase::testLinter
234Unable to locate binary "cpplint" to run linter ArcanistCpplintLinter. You may need to install the binary, or adjust your linter configuration.
235TO INSTALL: Install cpplint.py using `wget http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py`.
236 PASS <1ms★ ArcanistCpplintLinterTestCase::testVersion
237 SKIP ArcanistFlake8LinterTestCase::testVersion
238Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration.
239TO INSTALL: Install flake8 using `easy_install flake8`.
240 SKIP ArcanistFlake8LinterTestCase::testLinter
241Unable to locate binary "flake8" to run linter ArcanistFlake8Linter. You may need to install the binary, or adjust your linter configuration.
242TO INSTALL: Install flake8 using `easy_install flake8`.
243 PASS <1ms★ ArcanistGoLintLinterTestCase::testVersion
244 SKIP ArcanistGoLintLinterTestCase::testLinter
245Unable to locate binary "golint" to run linter ArcanistGoLintLinter. You may need to install the binary, or adjust your linter configuration.
246TO INSTALL: Install Golint using `go get github.com/golang/lint/golint`.
247 SKIP ArcanistHLintLinterTestCase::testLinter
248Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
249TO INSTALL: Install hlint with `cabal install hlint`.
250 SKIP ArcanistHLintLinterTestCase::testVersion
251Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
252TO INSTALL: Install hlint with `cabal install hlint`.
253 SKIP ArcanistJSHintLinterTestCase::testLinter
254Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration.
255TO INSTALL: Install JSHint using `npm install -g jshint`.
256 SKIP ArcanistJSHintLinterTestCase::testVersion
257Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration.
258TO INSTALL: Install JSHint using `npm install -g jshint`.
259 SKIP ArcanistJSONLintLinterTestCase::testLinter
260Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration.
261TO INSTALL: Install jsonlint using `npm install -g jsonlint`.
262 SKIP ArcanistJSONLintLinterTestCase::testVersion
263Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration.
264TO INSTALL: Install jsonlint using `npm install -g jsonlint`.
265 SKIP ArcanistJscsLinterTestCase::testVersion
266Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration.
267TO INSTALL: Install JSCS using `npm install -g jscs`.
268 SKIP ArcanistJscsLinterTestCase::testLinter
269Unable to locate binary "jscs" to run linter ArcanistJscsLinter. You may need to install the binary, or adjust your linter configuration.
270TO INSTALL: Install JSCS using `npm install -g jscs`.
271 SKIP ArcanistLesscLinterTestCase::testVersion
272Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
273TO INSTALL: Install lessc using `npm install -g less`.
274 SKIP ArcanistLesscLinterTestCase::testLinter
275Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
276TO INSTALL: Install lessc using `npm install -g less`.
277 SKIP ArcanistPEP8LinterTestCase::testVersion
278Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration.
279TO INSTALL: Install PEP8 using `easy_install pep8`.
280 SKIP ArcanistPEP8LinterTestCase::testLinter
281Unable to locate binary "pep8" to run linter ArcanistPEP8Linter. You may need to install the binary, or adjust your linter configuration.
282TO INSTALL: Install PEP8 using `easy_install pep8`.
283 PASS 17ms★ ArcanistPhpLinterTestCase::testVersion
284 PASS 116ms ArcanistPhpLinterTestCase::testLinter
285 SKIP ArcanistPhpcsLinterTestCase::testLinter
286Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
287TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`.
288 SKIP ArcanistPhpcsLinterTestCase::testVersion
289Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
290TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`.
291 SKIP ArcanistPuppetLintLinterTestCase::testVersion
292Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
293TO INSTALL: Install puppet-lint using `gem install puppet-lint`.
294 SKIP ArcanistPuppetLintLinterTestCase::testLinter
295Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
296TO INSTALL: Install puppet-lint using `gem install puppet-lint`.
297 SKIP ArcanistPyFlakesLinterTestCase::testLinter
298Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration.
299TO INSTALL: Install pyflakes with `pip install pyflakes`.
300 SKIP ArcanistPyFlakesLinterTestCase::testVersion
301Unable to locate binary "pyflakes" to run linter ArcanistPyFlakesLinter. You may need to install the binary, or adjust your linter configuration.
302TO INSTALL: Install pyflakes with `pip install pyflakes`.
303 SKIP ArcanistPyLintLinterTestCase::testLinter
304Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
305TO INSTALL: Install PyLint using `pip install pylint`.
306 SKIP ArcanistPyLintLinterTestCase::testVersion
307Unable to locate binary "pylint" to run linter ArcanistPyLintLinter. You may need to install the binary, or adjust your linter configuration.
308TO INSTALL: Install PyLint using `pip install pylint`.
309 SKIP ArcanistRuboCopLinterTestCase::testLinter
310Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
311TO INSTALL: Install RuboCop using `gem install rubocop`.
312 SKIP ArcanistRuboCopLinterTestCase::testVersion
313Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
314TO INSTALL: Install RuboCop using `gem install rubocop`.
315 SKIP ArcanistRubyLinterTestCase::testVersion
316Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
317TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>.
318 SKIP ArcanistRubyLinterTestCase::testLinter
319Unable to locate binary "ruby" to run linter ArcanistRubyLinter. You may need to install the binary, or adjust your linter configuration.
320TO INSTALL: Install `ruby` from <http://www.ruby-lang.org/>.
321 PASS 9ms★ ArcanistFilenameLinterTestCase::testLinter
322 PASS 9ms★ ArcanistGeneratedLinterTestCase::testLinter
323 PASS 122ms ArcanistJSONLinterTestCase::testLinter
324 PASS 7ms★ ArcanistMergeConflictLinterTestCase::testLinter
325 PASS 9ms★ ArcanistNoLintLinterTestCase::testLinter
326 PASS <1ms★ ArcanistSpellingLinterTestCase::testFixLetterCase
327 PASS 16ms★ ArcanistSpellingLinterTestCase::testLinter
328 PASS 25ms★ ArcanistTextLinterTestCase::testLinter
329 PASS 1.8s ArcanistXHPASTLinterTestCase::testLinter
330 PASS 62ms ArcanistXMLLinterTestCase::testLinter
331 PASS <1ms★ ArcanistMercurialParserTestCase::testParseAll
332 PASS <1ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes
333 PASS 24ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing
334 PASS 141ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing
335 PASS 29ms★ ArcanistRepositoryAPIStateTestCase::testGitStateParsing
336 PASS <1ms★ ArcanistUnitTestResultTestCase::testCoverageMerges
337 PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities
338 PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities
339 PASS <1ms★ ArcanistXHPASTLinterRuleTestCase::testLoadAllRules
340 PASS <1ms★ PhpunitTestEngineTestCase::testSearchLocations
341 PASS 1ms★ PhutilUnitTestEngineTestCase::testGetTestPaths
342 PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap
343 PASS <1ms★ PhutilUnitTestEngineTestCase::testPass
344 PASS 1ms★ PhutilUnitTestEngineTestCase::testFailSkip
345 PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases
346 PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput
347 PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput
348 PASS <1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure
349 PASS <1ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure
350

Build Working Copy

When
Completed at Nov 15 2015, 8:23 AM · Built instantly
Status
Passed

Event Timeline