[ create a new paste ] login | about

Link: http://codepad.org/Rsa0cWhw    [ raw code | fork ]

C, pasted on Jan 10:
root@arosen-desktop:/tmp/nova# find /usr -name "*pylint*"
root@arosen-desktop:/tmp/nova# pip install -r test-requirements.txt 
Requirement already satisfied (use --upgrade to upgrade): hacking>=0.8.0,<0.9 in /usr/local/lib/python2.7/dist-packages (from -r test-requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): coverage>=3.6 in /usr/lib/python2.7/dist-packages (from -r test-requirements.txt (line 2))
Requirement already satisfied (use --upgrade to upgrade): discover in /usr/local/lib/python2.7/dist-packages (from -r test-requirements.txt (line 3))
Requirement already satisfied (use --upgrade to upgrade): feedparser in /usr/lib/python2.7/dist-packages (from -r test-requirements.txt (line 4))
Requirement already satisfied (use --upgrade to upgrade): fixtures>=0.3.14 in /usr/local/lib/python2.7/dist-packages (from -r test-requirements.txt (line 5))
Requirement already satisfied (use --upgrade to upgrade): mock>=1.0 in /usr/local/lib/python2.7/dist-packages (from -r test-requirements.txt (line 6))
Requirement already satisfied (use --upgrade to upgrade): mox>=0.5.3 in /usr/lib/python2.7/dist-packages (from -r test-requirements.txt (line 7))
Requirement already satisfied (use --upgrade to upgrade): MySQL-python in /usr/lib/python2.7/dist-packages (from -r test-requirements.txt (line 8))
Requirement already satisfied (use --upgrade to upgrade): psycopg2 in /usr/lib/python2.7/dist-packages (from -r test-requirements.txt (line 9))
Downloading/unpacking pylint==0.25.2 (from -r test-requirements.txt (line 10))
  Downloading pylint-0.25.2.tar.gz (214kB): 214kB downloaded
  Running setup.py egg_info for package pylint
    
    package init file './test/__init__.py' not found (or not a regular file)
    warning: no files found matching '*.html' under directory 'doc'
    warning: no files found matching '*.txt2' under directory 'test'
    warning: no files found matching 'noext'
Requirement already satisfied (use --upgrade to upgrade): python-subunit in /usr/local/lib/python2.7/dist-packages (from -r test-requirements.txt (line 11))
Requirement already satisfied (use --upgrade to upgrade): sphinx>=1.1.2,<1.2 in /usr/lib/python2.7/dist-packages (from -r test-requirements.txt (line 12))
Requirement already satisfied (use --upgrade to upgrade): oslo.sphinx in /usr/local/lib/python2.7/dist-packages (from -r test-requirements.txt (line 13))
Downloading/unpacking testrepository>=0.0.17 (from -r test-requirements.txt (line 14))
  Downloading testrepository-0.0.18.tar.gz (84kB): 84kB downloaded
  Running setup.py egg_info for package testrepository
    
Downloading/unpacking testtools>=0.9.32 (from -r test-requirements.txt (line 15))
  Downloading testtools-0.9.34.tar.gz (195kB): 195kB downloaded
  Running setup.py egg_info for package testtools
    
    no previously-included directories found matching 'doc/_build'
Requirement already satisfied (use --upgrade to upgrade): pbr>=0.5.21,<1.0 in /opt/stack/pbr (from hacking>=0.8.0,<0.9->-r test-requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): pep8==1.4.5 in /usr/local/lib/python2.7/dist-packages (from hacking>=0.8.0,<0.9->-r test-requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): pyflakes>=0.7.2,<0.7.4 in /usr/local/lib/python2.7/dist-packages (from hacking>=0.8.0,<0.9->-r test-requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): flake8==2.0 in /usr/local/lib/python2.7/dist-packages (from hacking>=0.8.0,<0.9->-r test-requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/local/lib/python2.7/dist-packages (from hacking>=0.8.0,<0.9->-r test-requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): logilab-common>=0.53.0 in /usr/lib/python2.7/dist-packages (from pylint==0.25.2->-r test-requirements.txt (line 10))
Requirement already satisfied (use --upgrade to upgrade): logilab-astng>=0.21.1 in /usr/lib/python2.7/dist-packages (from pylint==0.25.2->-r test-requirements.txt (line 10))
Requirement already satisfied (use --upgrade to upgrade): extras in /usr/local/lib/python2.7/dist-packages (from python-subunit->-r test-requirements.txt (line 11))
Requirement already satisfied (use --upgrade to upgrade): Pygments>=1.2 in /usr/lib/python2.7/dist-packages (from sphinx>=1.1.2,<1.2->-r test-requirements.txt (line 12))
Requirement already satisfied (use --upgrade to upgrade): Jinja2>=2.3 in /usr/lib/python2.7/dist-packages (from sphinx>=1.1.2,<1.2->-r test-requirements.txt (line 12))
Requirement already satisfied (use --upgrade to upgrade): docutils>=0.7 in /usr/lib/python2.7/dist-packages (from sphinx>=1.1.2,<1.2->-r test-requirements.txt (line 12))
Requirement already satisfied (use --upgrade to upgrade): python-mimeparse in /usr/local/lib/python2.7/dist-packages (from testtools>=0.9.32->-r test-requirements.txt (line 15))
Requirement already satisfied (use --upgrade to upgrade): pip>=1.4 in /usr/local/lib/python2.7/dist-packages/pip-1.4.1-py2.7.egg (from pbr>=0.5.21,<1.0->hacking>=0.8.0,<0.9->-r test-requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/dist-packages (from flake8==2.0->hacking>=0.8.0,<0.9->-r test-requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): mccabe>=0.2 in /usr/local/lib/python2.7/dist-packages (from flake8==2.0->hacking>=0.8.0,<0.9->-r test-requirements.txt (line 1))
Installing collected packages: pylint, testrepository, testtools
  Running setup.py install for pylint
    package init file './test/__init__.py' not found (or not a regular file)
    package init file './test/__init__.py' not found (or not a regular file)
    changing mode of build/scripts-2.7/pylint from 644 to 755
    changing mode of build/scripts-2.7/pylint-gui from 644 to 755
    changing mode of build/scripts-2.7/symilar from 644 to 755
    changing mode of build/scripts-2.7/epylint from 644 to 755
    changing mode of build/scripts-2.7/pyreverse from 644 to 755
    SyntaxError: ("default 'except:' must be last", ('/usr/local/lib/python2.7/dist-packages/pylint/test/input/func_w0705.py', 28, None, '__revision__ += 1\n'))
    
    SyntaxError: ('keyword argument repeated', ('/usr/local/lib/python2.7/dist-packages/pylint/test/input/func_keyword_repeat.py', 8, None, 'function_default_arg(two=5, two=7)\n'))
    
    SyntaxError: ('invalid syntax', ('/usr/local/lib/python2.7/dist-packages/pylint/test/input/func_syntax_error.py', 1, 9, 'def toto\n'))
    
    SyntaxError: ("'yield' outside function", ('/usr/local/lib/python2.7/dist-packages/pylint/test/input/func_yield_outside_func.py', 3, None, 'yield 1\n'))
    
    SyntaxError: ("'return' with argument inside generator",)
    
    /usr/local/lib/python2.7/dist-packages/pylint/test/input/func_assert_2uple.py:4: SyntaxWarning: assertion is always true, perhaps remove parentheses?
      assert (1 == 1, 2 == 2), "no error"
    /usr/local/lib/python2.7/dist-packages/pylint/test/input/func_assert_2uple.py:5: SyntaxWarning: assertion is always true, perhaps remove parentheses?
      assert (1 == 1, 2 == 2) #this should generate a warning
    /usr/local/lib/python2.7/dist-packages/pylint/test/input/func_assert_2uple.py:7: SyntaxWarning: assertion is always true, perhaps remove parentheses?
      assert (1 == 1, ), "no error"
    /usr/local/lib/python2.7/dist-packages/pylint/test/input/func_assert_2uple.py:8: SyntaxWarning: assertion is always true, perhaps remove parentheses?
      assert (1 == 1, )
    /usr/local/lib/python2.7/dist-packages/pylint/test/input/func_assert_2uple.py:9: SyntaxWarning: assertion is always true, perhaps remove parentheses?
      assert (1 == 1, 2 == 2, 3 == 5), "no error"
    /usr/local/lib/python2.7/dist-packages/pylint/test/input/func_assert_2uple.py:11: SyntaxWarning: assertion is always true, perhaps remove parentheses?
      assert (True,'error msg') #this should generate a warning
    SyntaxError: ("'return' outside function", ('/usr/local/lib/python2.7/dist-packages/pylint/test/input/func_return_outside_func.py', 3, None, 'return\n'))
    
    SyntaxError: ("'continue' not properly in loop", ('/usr/local/lib/python2.7/dist-packages/pylint/test/input/func_continue_not_in_loop.py', 8, None, 'continue\n'))
    
    Sorry: IndentationError: ('expected an indented block', ('/usr/local/lib/python2.7/dist-packages/pylint/test/input/syntax_error.py', 2, 5, "print 'hop'\n"))
    SyntaxError: ('from __future__ imports must occur at the beginning of the file', ('/usr/local/lib/python2.7/dist-packages/pylint/test/input/func_3k_removed_stuff_py_30.py', 4, None, 'from __future__ import generators\n'))
    
    SyntaxError: ('unknown encoding: IBO-8859-1', ('/usr/local/lib/python2.7/dist-packages/pylint/test/input/func_unknown_encoding.py', 0, 0, None))
    
    
    package init file './test/__init__.py' not found (or not a regular file)
    warning: no files found matching '*.html' under directory 'doc'
    warning: no files found matching '*.txt2' under directory 'test'
    warning: no files found matching 'noext'
    changing mode of /usr/local/bin/symilar to 755
    changing mode of /usr/local/bin/pylint to 755
    changing mode of /usr/local/bin/pyreverse to 755
    changing mode of /usr/local/bin/epylint to 755
    changing mode of /usr/local/bin/pylint-gui to 755
    package init file './test/__init__.py' not found (or not a regular file)
  Found existing installation: testrepository 0.0.5
    Can't uninstall 'testrepository'. No files were found to uninstall.
  Running setup.py install for testrepository
    changing mode of build/scripts-2.7/testr from 644 to 755
    
    changing mode of /usr/local/bin/testr to 755
  Found existing installation: testtools 0.9.24
    Can't uninstall 'testtools'. No files were found to uninstall.
  Running setup.py install for testtools
    
    no previously-included directories found matching 'doc/_build'
Successfully installed pylint testrepository testtools


Create a new paste based on this one


Comments: