Skip to content

Instantly share code, notes, and snippets.

@kalbasit
Created May 5, 2015 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kalbasit/5bee57c5be119f0755d6 to your computer and use it in GitHub Desktop.
Save kalbasit/5bee57c5be119f0755d6 to your computer and use it in GitHub Desktop.
Arc unit failing on master
$ git checkout master
$ git pull --rebase
$ arc unit --everything
PASS 58ms ArcanistLibraryTestCase::testMethodVisibility
PASS <1ms★ ArcanistLibraryTestCase::testEverythingImplemented
PASS 37ms★ ArcanistLibraryTestCase::testLibraryMap
PASS 18ms★ ArcanistChmodLinterTestCase::testLinter
SKIP ArcanistCSSLintLinterTestCase::testLinter
Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install CSSLint using `npm install -g csslint`.
SKIP ArcanistCSSLintLinterTestCase::testVersion
Unable to locate binary "csslint" to run linter ArcanistCSSLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install CSSLint using `npm install -g csslint`.
PASS <1ms★ ArcanistClosureLinterTestCase::testVersion
SKIP ArcanistClosureLinterTestCase::testLinter
Unable to locate binary "gjslint" to run linter ArcanistClosureLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install gjslint using `sudo easy_install http://closure-linter.googlecode.com/files/closure_linter-latest.tar.gz`.
SKIP ArcanistCoffeeLintLinterTestCase::testVersion
Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`.
SKIP ArcanistCoffeeLintLinterTestCase::testLinter
Unable to locate binary "coffeelint" to run linter ArcanistCoffeeLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install CoffeeLint using `npm install -g coffeelint`.
SKIP ArcanistCppcheckLinterTestCase::testLinter
Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar.
SKIP ArcanistCppcheckLinterTestCase::testVersion
Unable to locate binary "cppcheck" to run linter ArcanistCppcheckLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install Cppcheck using `apt-get install cppcheck` or similar.
SKIP ArcanistCpplintLinterTestCase::testLinter
Unable to locate binary "cpplint.py" to run linter ArcanistCpplintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install cpplint.py using `wget http://google-styleguide.googlecode.com/svn/trunk/cpplint/cpplint.py`.
PASS <1ms★ ArcanistCpplintLinterTestCase::testVersion
PASS 178ms ArcanistFlake8LinterTestCase::testVersion
PASS 395ms ArcanistFlake8LinterTestCase::testLinter
PASS 25ms★ ArcanistGoLintLinterTestCase::testLinter
PASS <1ms★ ArcanistGoLintLinterTestCase::testVersion
SKIP ArcanistHLintLinterTestCase::testLinter
Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install hlint with `cabal install hlint`.
SKIP ArcanistHLintLinterTestCase::testVersion
Unable to locate binary "hlint" to run linter ArcanistHLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install hlint with `cabal install hlint`.
SKIP ArcanistJSHintLinterTestCase::testLinter
Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install JSHint using `npm install -g jshint`.
SKIP ArcanistJSHintLinterTestCase::testVersion
Unable to locate binary "jshint" to run linter ArcanistJSHintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install JSHint using `npm install -g jshint`.
SKIP ArcanistJSONLintLinterTestCase::testVersion
Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install jsonlint using `npm install -g jsonlint`.
SKIP ArcanistJSONLintLinterTestCase::testLinter
Unable to locate binary "jsonlint" to run linter ArcanistJSONLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install jsonlint using `npm install -g jsonlint`.
PASS 219ms ArcanistJscsLinterTestCase::testVersion
FAIL ArcanistJscsLinterTestCase::testLinter
In 'curly-brace.lint-test', lint raised error on line 2 at char 7, but nothing was expected:
Missing space after opening round bracket
Actually raised:
error at line 2, char 3: JSCS
error at line 2, char 7: JSCS
error at line 2, char 11: JSCS
error at line 2, char 27: JSCS
SKIP ArcanistLesscLinterTestCase::testLinter
Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install lessc using `npm install -g less`.
SKIP ArcanistLesscLinterTestCase::testVersion
Unable to locate binary "lessc" to run linter ArcanistLesscLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install lessc using `npm install -g less`.
PASS 72ms ArcanistPEP8LinterTestCase::testVersion
PASS 169ms ArcanistPEP8LinterTestCase::testLinter
PASS 88ms ArcanistPhpLinterTestCase::testVersion
PASS 519ms ArcanistPhpLinterTestCase::testLinter
SKIP ArcanistPhpcsLinterTestCase::testVersion
Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`.
SKIP ArcanistPhpcsLinterTestCase::testLinter
Unable to locate binary "phpcs" to run linter ArcanistPhpcsLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install PHPCS with `pear install PHP_CodeSniffer`.
SKIP ArcanistPuppetLintLinterTestCase::testLinter
Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install puppet-lint using `gem install puppet-lint`.
SKIP ArcanistPuppetLintLinterTestCase::testVersion
Unable to locate binary "puppet-lint" to run linter ArcanistPuppetLintLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install puppet-lint using `gem install puppet-lint`.
PASS 71ms ArcanistPyFlakesLinterTestCase::testVersion
PASS 152ms ArcanistPyFlakesLinterTestCase::testLinter
PASS <1ms★ ArcanistPyLintLinterTestCase::testVersion
SKIP ArcanistPyLintLinterTestCase::testLinter
PyLint does not appear to be installed on this system. Install it (e.g., with 'sudo easy_install pylint') or configure 'lint.pylint.prefix' in your .arcconfig to point to the directory where it resides.
SKIP ArcanistRuboCopLinterTestCase::testVersion
Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install RuboCop using `gem install rubocop`.
SKIP ArcanistRuboCopLinterTestCase::testLinter
Unable to locate binary "rubocop" to run linter ArcanistRuboCopLinter. You may need to install the binary, or adjust your linter configuration.
TO INSTALL: Install RuboCop using `gem install rubocop`.
PASS 602ms ArcanistRubyLinterTestCase::testLinter
PASS 83ms ArcanistRubyLinterTestCase::testVersion
PASS 14ms★ ArcanistFilenameLinterTestCase::testLinter
PASS 16ms★ ArcanistGeneratedLinterTestCase::testLinter
PASS 132ms ArcanistJSONLinterTestCase::testLinter
PASS 13ms★ ArcanistMergeConflictLinterTestCase::testLinter
PASS 15ms★ ArcanistNoLintLinterTestCase::testLinter
PASS 59ms ArcanistPhutilXHPASTLinterTestCase::testLinter
PASS <1ms★ ArcanistSpellingLinterTestCase::testFixLetterCase
PASS 29ms★ ArcanistSpellingLinterTestCase::testLinter
PASS 34ms★ ArcanistTextLinterTestCase::testLinter
PASS 1.2s ArcanistXHPASTLinterTestCase::testLinter
FAIL ArcanistXMLLinterTestCase::testLinter
In 'attr3.lint-test', expected lint to raise warning on line 4 at char 28, but no warning was raised. Actually raised:
warning at line 4, char 24: XML501 LibXML Error
PASS <1ms★ ArcanistBaseCommitParserTestCase::testResolutionOrder
PASS <1ms★ ArcanistBaseCommitParserTestCase::testYield
PASS <1ms★ ArcanistBaseCommitParserTestCase::testHalt
PASS <1ms★ ArcanistBaseCommitParserTestCase::testJumpReturn
PASS <1ms★ ArcanistBaseCommitParserTestCase::testBasics
PASS <1ms★ ArcanistBaseCommitParserTestCase::testJump
PASS <1ms★ ArcanistBaseCommitParserTestCase::testLegacyRule
PASS 1ms★ ArcanistBritishTestCase::testArgumentCompletion
PASS <1ms★ ArcanistBritishTestCase::testCommandCompletion
PASS 2.2s ArcanistBundleTestCase::testGitRepository
PASS 7ms★ ArcanistBundleTestCase::testTrailingContext
PASS 5ms★ ArcanistBundleTestCase::testEncodeBase85
PASS 6ms★ ArcanistBundleTestCase::testNonlocalTrailingNewline
PASS 6ms★ ArcanistBundleTestCase::testDisjointHunks
PASS <1ms★ ArcanistCommentRemoverTestCase::testRemover
PASS <1ms★ ArcanistDiffParserTestCase::testGitPrefixStripping
PASS 12ms★ ArcanistDiffParserTestCase::testParser
PASS <1ms★ ArcanistDiffParserTestCase::testGitPathSplitting
PASS 7ms★ ArcanistDiffUtilsTestCase::testLevenshtein
PASS 2ms★ ArcanistDiffUtilsTestCase::testGenerateUTF8IntralineDiff
PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailureGo14
PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesFailure
PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutput
PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessfulGo14
PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessfulGo14
PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseSuccessful
PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailureGo14
PASS <1ms★ ArcanistGoTestResultParserTestCase::testNonVerboseOutputGo14
PASS <1ms★ ArcanistGoTestResultParserTestCase::testSingleTestCaseFailure
PASS <1ms★ ArcanistGoTestResultParserTestCase::testMultipleTestCasesSuccessful
PASS 1ms★ ArcanistMercurialParserTestCase::testParseAll
PASS <1ms★ ArcanistRepositoryAPIMiscTestCase::testSVNFileEscapes
PASS 55ms ArcanistRepositoryAPIStateTestCase::testGitStateParsing
PASS 249ms ArcanistRepositoryAPIStateTestCase::testHgStateParsing
PASS 42ms★ ArcanistRepositoryAPIStateTestCase::testSvnStateParsing
PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testCaseUtilities
PASS <1ms★ ArcanistXHPASTLintNamingHookTestCase::testStripUtilities
PASS <1ms★ PhpunitTestEngineTestCase::testSearchLocations
PASS <1ms★ PhutilUnitTestEngineTestCase::testPass
PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestMap
PASS <1ms★ PhutilUnitTestEngineTestCase::testTryTestCases
PASS <1ms★ PhutilUnitTestEngineTestCase::testFailSkip
PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsSimpleInput
PASS <1ms★ XUnitTestResultParserTestCase::testAcceptsNoTestsInput
PASS <1ms★ XUnitTestResultParserTestCase::testInvalidXmlInputFailure
PASS <1ms★ XUnitTestResultParserTestCase::testEmptyInputFailure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment