coala / corobo

A bot to help newcomers onboard OS projects! It's awesome!
MIT License
66 stars 103 forks source link

[REBASED ON TOP OF 572] [WIP] tests: Adapt to CoroboTestCase #581

Closed nvzard closed 6 years ago

nvzard commented 6 years ago

Adapts tests to use CoroboTestCase after release of Errbot 6.0.0a.

gitmate-bot commented 6 years ago

Comment on a5012244370199b70b441608c4f90e16c32c6520, file plugins/ban.py, line 32.

Broken link - unable to connect to https://api.gitter.im/v1/rooms

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on 4a78f7c3d1ba0c9ca2b33ad0eff78ae325ce8bd4, file plugins/ship_it.py, line 16.

Broken link - unable to connect to http://www.cybersalt.org/images/funnypictures/s/supersquirrel.jpg

Origin: InvalidLinkBear, Section: all.links.

TravisBuddy commented 6 years ago

Travis tests have failed

Hey @nvzard, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

1st Build

python -m pytest ``` ============================= test session starts ============================== platform linux -- Python 3.6.3, pytest-3.6.3, py-1.5.2, pluggy-0.6.0 rootdir: /home/travis/build/coala/corobo, inifile: setup.cfg plugins: requests-mock-1.5.0, xdist-1.22.2, timeout-1.3.0, reqs-0.0.7, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1 collected 38 items tests/answer_test.py . [ 2%] tests/ban_test.py .. [ 7%] tests/coala_lowercase_c_test.py .. [ 13%] tests/coatils_test.py ........... [ 42%] tests/deprecate_bot_prefixes_test.py . [ 44%] tests/explain_test.py . [ 47%] tests/ghetto_test.py . [ 50%] tests/git_stats_test.py . [ 52%] tests/labhub_test.py ..F...... [ 76%] tests/lmgtfy_test.py . [ 78%] tests/nevermind_test.py . [ 81%] tests/pitchfork_test.py . [ 84%] tests/searchdocs_test.py . [ 86%] tests/ship_it_test.py . [ 89%] tests/spam_test.py .. [ 94%] tests/the_rules_test.py . [ 97%] tests/wolfram_alpha_test.py . [100%] =================================== FAILURES =================================== _______________________ TestLabHub.test_create_issue_cmd _______________________ self = def test_create_issue_cmd(self): > super().setUp(loglevel=logging.ERROR, extra_config={'BACKEND': 'text'}) tests/labhub_test.py:152: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:515: in setUp self.start() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def start(self): """ Start the bot Calling this method when the bot has already started will result in an Exception being raised. """ if self.bot_thread is not None: > raise Exception("Bot has already been started") E Exception: Bot has already been started ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:394: Exception ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue message received ----------- coverage: platform linux, python 3.6.3-final-0 ----------- Name Stmts Miss Cover Missing ----------------------------------------------------------------- plugins/__init__.py 0 0 100% plugins/answer.py 25 0 100% plugins/ban.py 37 0 100% plugins/coala_lowercase_c.py 12 0 100% plugins/coatils.py 120 0 100% plugins/constants.py 7 0 100% plugins/deprecate_bot_prefixes.py 6 0 100% plugins/explain.py 21 0 100% plugins/ghetto.py 10 0 100% plugins/git_stats.py 51 0 100% plugins/labhub.py 215 11 95% 72, 170-185 plugins/lmgtfy.py 4 0 100% plugins/nevermind.py 5 0 100% plugins/pitchfork.py 12 0 100% plugins/searchdocs.py 16 0 100% plugins/ship_it.py 7 0 100% plugins/spam.py 20 0 100% plugins/the_rules.py 5 0 100% plugins/wolfram_alpha.py 18 0 100% ----------------------------------------------------------------- TOTAL 591 11 98% FAIL Required test coverage of 100% not reached. Total coverage: 98.14% =============================== warnings summary =============================== Module already imported so cannot be rewritten: errbot.backends.test tests/labhub_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor tests/spam_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html ============== 1 failed, 37 passed, 3 warnings in 119.30 seconds =============== ```
TravisBuddy commented 6 years ago

Travis tests have failed

Hey @nvzard, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

1st Build

python -m pytest ``` ============================= test session starts ============================== platform linux -- Python 3.6.3, pytest-3.6.3, py-1.5.2, pluggy-0.6.0 rootdir: /home/travis/build/coala/corobo, inifile: setup.cfg plugins: requests-mock-1.5.0, xdist-1.22.2, timeout-1.3.0, reqs-0.0.7, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1 collected 38 items tests/answer_test.py . [ 2%] tests/ban_test.py .. [ 7%] tests/coala_lowercase_c_test.py .. [ 13%] tests/coatils_test.py ........... [ 42%] tests/deprecate_bot_prefixes_test.py . [ 44%] tests/explain_test.py . [ 47%] tests/ghetto_test.py . [ 50%] tests/git_stats_test.py . [ 52%] tests/labhub_test.py ..F...... [ 76%] tests/lmgtfy_test.py . [ 78%] tests/nevermind_test.py . [ 81%] tests/pitchfork_test.py . [ 84%] tests/searchdocs_test.py . [ 86%] tests/ship_it_test.py . [ 89%] tests/spam_test.py .. [ 94%] tests/the_rules_test.py . [ 97%] tests/wolfram_alpha_test.py . [100%] =================================== FAILURES =================================== _______________________ TestLabHub.test_create_issue_cmd _______________________ self = def test_create_issue_cmd(self): > super().setUp(loglevel=logging.ERROR, extra_config={'BACKEND': 'text'}) tests/labhub_test.py:152: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:515: in setUp self.start() _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = def start(self): """ Start the bot Calling this method when the bot has already started will result in an Exception being raised. """ if self.bot_thread is not None: > raise Exception("Bot has already been started") E Exception: Bot has already been started ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:394: Exception ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue message received ----------- coverage: platform linux, python 3.6.3-final-0 ----------- Name Stmts Miss Cover Missing ----------------------------------------------------------------- plugins/__init__.py 0 0 100% plugins/answer.py 25 0 100% plugins/ban.py 37 0 100% plugins/coala_lowercase_c.py 12 0 100% plugins/coatils.py 120 0 100% plugins/constants.py 7 0 100% plugins/deprecate_bot_prefixes.py 6 0 100% plugins/explain.py 21 0 100% plugins/ghetto.py 10 0 100% plugins/git_stats.py 51 0 100% plugins/labhub.py 215 11 95% 72, 170-185 plugins/lmgtfy.py 4 0 100% plugins/nevermind.py 5 0 100% plugins/pitchfork.py 12 0 100% plugins/searchdocs.py 16 0 100% plugins/ship_it.py 7 0 100% plugins/spam.py 20 0 100% plugins/the_rules.py 5 0 100% plugins/wolfram_alpha.py 18 0 100% ----------------------------------------------------------------- TOTAL 591 11 98% FAIL Required test coverage of 100% not reached. Total coverage: 98.14% =============================== warnings summary =============================== Module already imported so cannot be rewritten: errbot.backends.test tests/labhub_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor tests/spam_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html ============== 1 failed, 37 passed, 3 warnings in 164.05 seconds =============== ```
gitmate-bot commented 6 years ago

Comment on 0fa373dd787ade395038b1a37edc47023ef27de8, file plugins/pitchfork.py, line 35.

Broken link - unable to connect to https://gitter.im/coala/coala/offtopic

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on 0fa373dd787ade395038b1a37edc47023ef27de8, file plugins/constants.py, line 4.

Broken link - unable to connect to http://docs.coala.io/en/latest

Origin: InvalidLinkBear, Section: all.links.

TravisBuddy commented 6 years ago

Travis tests have failed

Hey @nvzard, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

1st Build

python -m pytest ``` ============================= test session starts ============================== platform linux -- Python 3.6.3, pytest-3.6.3, py-1.5.2, pluggy-0.6.0 rootdir: /home/travis/build/coala/corobo, inifile: setup.cfg plugins: requests-mock-1.5.0, xdist-1.22.2, timeout-1.3.0, reqs-0.0.7, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1 collected 38 items tests/answer_test.py . [ 2%] tests/ban_test.py .. [ 7%] tests/coala_lowercase_c_test.py .. [ 13%] tests/coatils_test.py ........... [ 42%] tests/deprecate_bot_prefixes_test.py . [ 44%] tests/explain_test.py . [ 47%] tests/ghetto_test.py . [ 50%] tests/git_stats_test.py . [ 52%] tests/labhub_test.py .......FF [ 76%] tests/lmgtfy_test.py . [ 78%] tests/nevermind_test.py . [ 81%] tests/pitchfork_test.py . [ 84%] tests/searchdocs_test.py . [ 86%] tests/ship_it_test.py . [ 89%] tests/spam_test.py .. [ 94%] tests/the_rules_test.py . [ 97%] tests/wolfram_alpha_test.py . [100%] =================================== FAILURES =================================== ___________________________ TestLabHub.test_mark_cmd ___________________________ self = def test_mark_cmd(self): super().setUp(loglevel=logging.ERROR) mock_repos = {'test': self.mock_repo} labhub = self.load_plugin( klass=plugins.labhub.LabHub, plugin_name='LabHub', mock_dict={'REPOS': mock_repos}, ) mock_github_mr = create_autospec(GitHubMergeRequest) mock_gitlab_mr = create_autospec(GitLabMergeRequest) mock_github_mr.labels = PropertyMock() mock_gitlab_mr.labels = PropertyMock() mock_github_mr.author = 'johndoe' mock_gitlab_mr.author = 'johndoe' cmd_github = '!mark {} https://github.com/{}/{}/pull/{}' cmd_gitlab = '!mark {} https://gitlab.com/{}/{}/merge_requests/{}' self.mock_repo.get_mr.return_value = mock_github_mr # Non-eistent repo > selfassertCommand(cmd_github.format('wip', 'a', 'b', '23'), 'Repository doesn\'t exist.') E NameError: name 'selfassertCommand' is not defined tests/labhub_test.py:395: NameError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue message received ----------------------------- Captured stderr call ----------------------------- Exception in thread TestBot main thread: Traceback (most recent call last): File "/opt/python/3.6.3/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/opt/python/3.6.3/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py", line 273, in serve_forever self.disconnect_callback() File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 646, in disconnect_callback self.plugin_manager.deactivate_all_plugins() File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 302, in deactivate_all_plugins self.deactivate_plugin(name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 474, in deactivate_plugin plugin_info = self.plugin_infos[name] KeyError: 'LabHub' _________________________ TestLabHub.test_unassign_cmd _________________________ self = def test_unassign_cmd(self): plugins.labhub.GitHub = create_autospec(IGitt.GitHub.GitHub.GitHub) plugins.labhub.GitLab = create_autospec(IGitt.GitLab.GitLab.GitLab) super().setUp(loglevel=logging.ERROR) mock_repos = {'name': self.mock_repo} labhub = self.load_plugin( klass=plugins.labhub.LabHub, plugin_name='LabHub', mock_dict={'REPOS': mock_repos}, ) mock_iss = create_autospec(IGitt.GitHub.GitHubIssue) self.mock_repo.get_issue.return_value = mock_iss mock_iss.assignees = PropertyMock() mock_iss.assignees = (None, ) mock_iss.unassign = MagicMock() self.assertCommand( '!unassign https://github.com/coala/example/issues/999', 'you are unassigned now', > timeout=10000) tests/labhub_test.py:238: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = command = '!unassign https://github.com/coala/example/issues/999' response = 'you are unassigned now', timeout = 10000 def assertCommand(self, command, response, timeout=5): """Assert the given command returns the given response""" self.bot.push_message(command) msg = self.bot.pop_message(timeout) > assert response in msg, f'{response} not in {msg}.' E AssertionError: you are unassigned now not in Repository doesn't exist.. ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:457: AssertionError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue message received waiting on queue message received ----------------------------- Captured stderr call ----------------------------- Exception in thread TestBot main thread: Traceback (most recent call last): File "/opt/python/3.6.3/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/opt/python/3.6.3/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py", line 273, in serve_forever self.disconnect_callback() File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 646, in disconnect_callback self.plugin_manager.deactivate_all_plugins() File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 302, in deactivate_all_plugins self.deactivate_plugin(name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 474, in deactivate_plugin plugin_info = self.plugin_infos[name] KeyError: 'LabHub' ----------- coverage: platform linux, python 3.6.3-final-0 ----------- Name Stmts Miss Cover Missing ----------------------------------------------------------------- plugins/__init__.py 0 0 100% plugins/answer.py 25 0 100% plugins/ban.py 37 0 100% plugins/coala_lowercase_c.py 12 0 100% plugins/coatils.py 120 0 100% plugins/constants.py 7 0 100% plugins/deprecate_bot_prefixes.py 6 0 100% plugins/explain.py 21 0 100% plugins/ghetto.py 10 0 100% plugins/git_stats.py 51 0 100% plugins/labhub.py 215 32 85% 212-213, 220-224, 231-273 plugins/lmgtfy.py 4 0 100% plugins/nevermind.py 5 0 100% plugins/pitchfork.py 12 0 100% plugins/searchdocs.py 16 0 100% plugins/ship_it.py 7 0 100% plugins/spam.py 20 0 100% plugins/the_rules.py 5 0 100% plugins/wolfram_alpha.py 18 0 100% ----------------------------------------------------------------- TOTAL 591 32 95% FAIL Required test coverage of 100% not reached. Total coverage: 94.59% =============================== warnings summary =============================== Module already imported so cannot be rewritten: errbot.backends.test tests/labhub_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor tests/spam_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html ============== 2 failed, 36 passed, 3 warnings in 118.05 seconds =============== ```
TravisBuddy commented 6 years ago

Travis tests have failed

Hey @nvzard, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

TravisBuddy commented 6 years ago

Travis tests have failed

Hey @nvzard, Please read the following log in order to understand the failure reason. It'll be awesome if you fix what's wrong and commit the changes.

1st Build

coala --non-interactive -V ``` [WARNING][16:01:01] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][16:01:02] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][16:01:02] Files that will be checked: /home/travis/build/coala/corobo/config.py /home/travis/build/coala/corobo/plugins/labhub.py /home/travis/build/coala/corobo/plugins/ship_it.py /home/travis/build/coala/corobo/plugins/the_rules.py /home/travis/build/coala/corobo/plugins/ghetto.py /home/travis/build/coala/corobo/plugins/constants.py /home/travis/build/coala/corobo/plugins/lmgtfy.py /home/travis/build/coala/corobo/plugins/searchdocs.py /home/travis/build/coala/corobo/plugins/git_stats.py /home/travis/build/coala/corobo/plugins/__init__.py /home/travis/build/coala/corobo/plugins/spam.py /home/travis/build/coala/corobo/plugins/coala_lowercase_c.py /home/travis/build/coala/corobo/plugins/answer.py /home/travis/build/coala/corobo/plugins/pitchfork.py /home/travis/build/coala/corobo/plugins/ban.py /home/travis/build/coala/corobo/plugins/explain.py /home/travis/build/coala/corobo/plugins/nevermind.py /home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py /home/travis/build/coala/corobo/plugins/wolfram_alpha.py /home/travis/build/coala/corobo/plugins/coatils.py /home/travis/build/coala/corobo/answers/__init__.py /home/travis/build/coala/corobo/answers/service.py /home/travis/build/coala/corobo/answers/final.py /home/travis/build/coala/corobo/answers/extraction.py /home/travis/build/coala/corobo/answers/utils.py /home/travis/build/coala/corobo/tests/nevermind_test.py /home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py /home/travis/build/coala/corobo/tests/answer_test.py /home/travis/build/coala/corobo/tests/wolfram_alpha_test.py /home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py /home/travis/build/coala/corobo/tests/searchdocs_test.py /home/travis/build/coala/corobo/tests/git_stats_test.py /home/travis/build/coala/corobo/tests/helper.py /home/travis/build/coala/corobo/tests/lmgtfy_test.py /home/travis/build/coala/corobo/tests/the_rules_test.py /home/travis/build/coala/corobo/tests/__init__.py /home/travis/build/coala/corobo/tests/coatils_test.py /home/travis/build/coala/corobo/tests/explain_test.py /home/travis/build/coala/corobo/tests/ship_it_test.py /home/travis/build/coala/corobo/tests/spam_test.py /home/travis/build/coala/corobo/tests/ban_test.py /home/travis/build/coala/corobo/tests/ghetto_test.py /home/travis/build/coala/corobo/tests/labhub_test.py /home/travis/build/coala/corobo/tests/corobo_test_case.py /home/travis/build/coala/corobo/tests/pitchfork_test.py [DEBUG][16:01:02] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them. Executing section all.whitespace... [DEBUG][16:01:02] Files that will be checked: /home/travis/build/coala/corobo/config.py /home/travis/build/coala/corobo/plugins/labhub.py /home/travis/build/coala/corobo/plugins/ship_it.py /home/travis/build/coala/corobo/plugins/the_rules.py /home/travis/build/coala/corobo/plugins/ghetto.py /home/travis/build/coala/corobo/plugins/constants.py /home/travis/build/coala/corobo/plugins/lmgtfy.py /home/travis/build/coala/corobo/plugins/searchdocs.py /home/travis/build/coala/corobo/plugins/git_stats.py /home/travis/build/coala/corobo/plugins/__init__.py /home/travis/build/coala/corobo/plugins/spam.py /home/travis/build/coala/corobo/plugins/coala_lowercase_c.py /home/travis/build/coala/corobo/plugins/answer.py /home/travis/build/coala/corobo/plugins/pitchfork.py /home/travis/build/coala/corobo/plugins/ban.py /home/travis/build/coala/corobo/plugins/explain.py /home/travis/build/coala/corobo/plugins/nevermind.py /home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py /home/travis/build/coala/corobo/plugins/wolfram_alpha.py /home/travis/build/coala/corobo/plugins/coatils.py /home/travis/build/coala/corobo/answers/__init__.py /home/travis/build/coala/corobo/answers/service.py /home/travis/build/coala/corobo/answers/final.py /home/travis/build/coala/corobo/answers/extraction.py /home/travis/build/coala/corobo/answers/utils.py /home/travis/build/coala/corobo/tests/nevermind_test.py /home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py /home/travis/build/coala/corobo/tests/answer_test.py /home/travis/build/coala/corobo/tests/wolfram_alpha_test.py /home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py /home/travis/build/coala/corobo/tests/searchdocs_test.py /home/travis/build/coala/corobo/tests/git_stats_test.py /home/travis/build/coala/corobo/tests/helper.py /home/travis/build/coala/corobo/tests/lmgtfy_test.py /home/travis/build/coala/corobo/tests/the_rules_test.py /home/travis/build/coala/corobo/tests/__init__.py /home/travis/build/coala/corobo/tests/coatils_test.py /home/travis/build/coala/corobo/tests/explain_test.py /home/travis/build/coala/corobo/tests/ship_it_test.py /home/travis/build/coala/corobo/tests/spam_test.py /home/travis/build/coala/corobo/tests/ban_test.py /home/travis/build/coala/corobo/tests/ghetto_test.py /home/travis/build/coala/corobo/tests/labhub_test.py /home/travis/build/coala/corobo/tests/corobo_test_case.py /home/travis/build/coala/corobo/tests/pitchfork_test.py [DEBUG][16:01:02] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them. [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... [DEBUG][16:01:02] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][16:01:03] Files that will be checked: /home/travis/build/coala/corobo/config.py /home/travis/build/coala/corobo/plugins/labhub.py /home/travis/build/coala/corobo/plugins/ship_it.py /home/travis/build/coala/corobo/plugins/the_rules.py /home/travis/build/coala/corobo/plugins/ghetto.py /home/travis/build/coala/corobo/plugins/constants.py /home/travis/build/coala/corobo/plugins/lmgtfy.py /home/travis/build/coala/corobo/plugins/searchdocs.py /home/travis/build/coala/corobo/plugins/git_stats.py /home/travis/build/coala/corobo/plugins/__init__.py /home/travis/build/coala/corobo/plugins/spam.py /home/travis/build/coala/corobo/plugins/coala_lowercase_c.py /home/travis/build/coala/corobo/plugins/answer.py /home/travis/build/coala/corobo/plugins/pitchfork.py /home/travis/build/coala/corobo/plugins/ban.py /home/travis/build/coala/corobo/plugins/explain.py /home/travis/build/coala/corobo/plugins/nevermind.py /home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py /home/travis/build/coala/corobo/plugins/wolfram_alpha.py /home/travis/build/coala/corobo/plugins/coatils.py /home/travis/build/coala/corobo/answers/__init__.py /home/travis/build/coala/corobo/answers/service.py /home/travis/build/coala/corobo/answers/final.py /home/travis/build/coala/corobo/answers/extraction.py /home/travis/build/coala/corobo/answers/utils.py /home/travis/build/coala/corobo/tests/nevermind_test.py /home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py /home/travis/build/coala/corobo/tests/answer_test.py /home/travis/build/coala/corobo/tests/wolfram_alpha_test.py /home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py /home/travis/build/coala/corobo/tests/searchdocs_test.py /home/travis/build/coala/corobo/tests/git_stats_test.py /home/travis/build/coala/corobo/tests/helper.py /home/travis/build/coala/corobo/tests/lmgtfy_test.py /home/travis/build/coala/corobo/tests/the_rules_test.py /home/travis/build/coala/corobo/tests/__init__.py /home/travis/build/coala/corobo/tests/coatils_test.py /home/travis/build/coala/corobo/tests/explain_test.py /home/travis/build/coala/corobo/tests/ship_it_test.py /home/travis/build/coala/corobo/tests/spam_test.py /home/travis/build/coala/corobo/tests/ban_test.py /home/travis/build/coala/corobo/tests/ghetto_test.py /home/travis/build/coala/corobo/tests/labhub_test.py /home/travis/build/coala/corobo/tests/corobo_test_case.py /home/travis/build/coala/corobo/tests/pitchfork_test.py [DEBUG][16:01:03] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them. [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear AnnotationBear... [DEBUG][16:01:03] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][16:01:03] Running bear KeywordBear... [DEBUG][16:01:03] Running bear KeywordBear... Executing section all.autopep8... [DEBUG][16:01:04] Files that will be checked: /home/travis/build/coala/corobo/config.py /home/travis/build/coala/corobo/plugins/labhub.py /home/travis/build/coala/corobo/plugins/ship_it.py /home/travis/build/coala/corobo/plugins/the_rules.py /home/travis/build/coala/corobo/plugins/ghetto.py /home/travis/build/coala/corobo/plugins/constants.py /home/travis/build/coala/corobo/plugins/lmgtfy.py /home/travis/build/coala/corobo/plugins/searchdocs.py /home/travis/build/coala/corobo/plugins/git_stats.py /home/travis/build/coala/corobo/plugins/__init__.py /home/travis/build/coala/corobo/plugins/spam.py /home/travis/build/coala/corobo/plugins/coala_lowercase_c.py /home/travis/build/coala/corobo/plugins/answer.py /home/travis/build/coala/corobo/plugins/pitchfork.py /home/travis/build/coala/corobo/plugins/ban.py /home/travis/build/coala/corobo/plugins/explain.py /home/travis/build/coala/corobo/plugins/nevermind.py /home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py /home/travis/build/coala/corobo/plugins/wolfram_alpha.py /home/travis/build/coala/corobo/plugins/coatils.py /home/travis/build/coala/corobo/answers/__init__.py /home/travis/build/coala/corobo/answers/service.py /home/travis/build/coala/corobo/answers/final.py /home/travis/build/coala/corobo/answers/extraction.py /home/travis/build/coala/corobo/answers/utils.py /home/travis/build/coala/corobo/tests/nevermind_test.py /home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py /home/travis/build/coala/corobo/tests/answer_test.py /home/travis/build/coala/corobo/tests/wolfram_alpha_test.py /home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py /home/travis/build/coala/corobo/tests/searchdocs_test.py /home/travis/build/coala/corobo/tests/git_stats_test.py /home/travis/build/coala/corobo/tests/helper.py /home/travis/build/coala/corobo/tests/lmgtfy_test.py /home/travis/build/coala/corobo/tests/the_rules_test.py /home/travis/build/coala/corobo/tests/__init__.py /home/travis/build/coala/corobo/tests/coatils_test.py /home/travis/build/coala/corobo/tests/explain_test.py /home/travis/build/coala/corobo/tests/ship_it_test.py /home/travis/build/coala/corobo/tests/spam_test.py /home/travis/build/coala/corobo/tests/ban_test.py /home/travis/build/coala/corobo/tests/ghetto_test.py /home/travis/build/coala/corobo/tests/labhub_test.py /home/travis/build/coala/corobo/tests/corobo_test_case.py /home/travis/build/coala/corobo/tests/pitchfork_test.py [DEBUG][16:01:04] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][16:01:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][16:01:04] returning CommandNode(command=['-m'] redirects={}) [DEBUG][16:01:04] returning CommandNode(command=['pip'] redirects={}) [DEBUG][16:01:04] returning CommandNode(command=['show'] redirects={}) [DEBUG][16:01:04] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][16:01:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][16:01:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][16:01:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][16:01:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][16:01:04] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][16:01:04] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][16:01:04] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][16:01:04] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8'), {'stdout': -1, 'stderr': -1, 'stdin': None} -> {'_waitpid_lock': , '_input': None, '_communication_started': False, 'args': ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], 'stdin': None, 'stdout': <_io.BufferedReader name=20>, 'stderr': <_io.BufferedReader name=23>, 'pid': 5078, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][16:01:04] Created thread Thread-4 as reader for Capture-1 [DEBUG][16:01:04] Capture-1: reader thread about to read line [DEBUG][16:01:04] Capture-1: reader thread kicked off, waiting start [DEBUG][16:01:04] Capture-1: reader thread now started [DEBUG][16:01:04] Created thread Thread-5 as reader for Capture-2 [DEBUG][16:01:04] Capture-2: reader thread about to read line [DEBUG][16:01:04] Capture-2: reader thread kicked off, waiting start [DEBUG][16:01:04] Capture-2: reader thread now started [DEBUG][16:01:04] about to wait for process [DEBUG][16:01:04] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][16:01:04] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][16:01:04] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][16:01:04] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][16:01:04] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][16:01:04] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][16:01:04] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][16:01:04] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][16:01:04] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][16:01:04] Capture-1: finished reading stream <_io.BufferedReader name=20> [DEBUG][16:01:04] Capture-2: finished reading stream <_io.BufferedReader name=23> [DEBUG][16:01:04] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=20> stderr=<_io.BufferedReader name=23>)) [DEBUG][16:01:04] pipeline closing [DEBUG][16:01:04] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them. [DEBUG][16:01:04] Running bear PEP8Bear... [DEBUG][16:01:04] Running bear PEP8Bear... [DEBUG][16:01:04] Running bear PycodestyleBear... [DEBUG][16:01:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coala_lowercase_c.py' [DEBUG][16:01:04] Running bear PycodestyleBear... [DEBUG][16:01:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/answer_test.py' [DEBUG][16:01:05] Running bear PEP8Bear... [DEBUG][16:01:05] Running bear PEP8Bear... [DEBUG][16:01:05] Running bear PycodestyleBear... [DEBUG][16:01:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][16:01:05] Running bear PycodestyleBear... [DEBUG][16:01:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py' [DEBUG][16:01:05] Running bear PEP8Bear... [DEBUG][16:01:05] Running bear PycodestyleBear... [DEBUG][16:01:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][16:01:05] Running bear PEP8Bear... [DEBUG][16:01:05] Running bear PEP8Bear... [DEBUG][16:01:05] Running bear PycodestyleBear... [DEBUG][16:01:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/pitchfork_test.py' [DEBUG][16:01:05] Running bear PycodestyleBear... [DEBUG][16:01:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/git_stats_test.py' [DEBUG][16:01:05] Running bear PEP8Bear... [DEBUG][16:01:05] Running bear PycodestyleBear... [DEBUG][16:01:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/searchdocs_test.py' [DEBUG][16:01:05] Running bear PEP8Bear... [DEBUG][16:01:05] Running bear PEP8Bear... [DEBUG][16:01:05] Running bear PycodestyleBear... [DEBUG][16:01:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' [DEBUG][16:01:05] Running bear PycodestyleBear... [DEBUG][16:01:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/corobo_test_case.py' [DEBUG][16:01:05] Running bear PEP8Bear... | | [NORMAL] PEP8Bear: [DEBUG][16:01:06] Running bear PEP8Bear... [DEBUG][16:01:06] Running bear PycodestyleBear... [DEBUG][16:01:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' | | The code does not comply to PEP8. |----| | /home/travis/build/coala/corobo/tests/corobo_test_case.py | |++++| /home/travis/build/coala/corobo/tests/corobo_test_case.py | 4| 4| from pathlib import Path | 5| 5| | 6| 6| import logging | | 7|+ | 7| 8| | 8| 9| class CoroboTestCase(FullStackTest): | 9| 10| [INFO][16:01:06] Applied 'ShowPatchAction' on 'tests/corobo_test_case.py' from 'PEP8Bear'. [WARNING][16:01:06] PycodestyleBear (E302): This result has no patch attached. tests/corobo_test_case.py [DEBUG][16:01:06] Running bear PycodestyleBear... [DEBUG][16:01:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/ghetto_test.py' [DEBUG][16:01:06] Running bear PEP8Bear... [DEBUG][16:01:06] Running bear PEP8Bear... [DEBUG][16:01:06] Running bear PycodestyleBear... [DEBUG][16:01:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' [DEBUG][16:01:06] Running bear PycodestyleBear... [DEBUG][16:01:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' | 8| class·CoroboTestCase(FullStackTest): | | [NORMAL] PycodestyleBear (E302): | | E302 expected 2 blank lines, found 1 [DEBUG][16:01:06] Running bear PEP8Bear... [DEBUG][16:01:06] Running bear PycodestyleBear... [DEBUG][16:01:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/lmgtfy_test.py' [DEBUG][16:01:06] Running bear PEP8Bear... [DEBUG][16:01:06] Running bear PycodestyleBear... [DEBUG][16:01:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][16:01:06] Running bear PEP8Bear... [DEBUG][16:01:06] Running bear PEP8Bear... [DEBUG][16:01:06] Running bear PycodestyleBear... [DEBUG][16:01:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/git_stats.py' [DEBUG][16:01:06] Running bear PycodestyleBear... [DEBUG][16:01:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/spam_test.py' [DEBUG][16:01:06] Running bear PEP8Bear... [DEBUG][16:01:06] Running bear PEP8Bear... [DEBUG][16:01:06] Running bear PycodestyleBear... [DEBUG][16:01:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/the_rules.py' [DEBUG][16:01:07] Running bear PycodestyleBear... [DEBUG][16:01:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][16:01:07] Running bear PEP8Bear... [DEBUG][16:01:07] Running bear PycodestyleBear... [DEBUG][16:01:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][16:01:07] Running bear PEP8Bear... [DEBUG][16:01:07] Running bear PEP8Bear... [DEBUG][16:01:07] Running bear PycodestyleBear... [DEBUG][16:01:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/wolfram_alpha.py' [DEBUG][16:01:07] Running bear PycodestyleBear... [DEBUG][16:01:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][16:01:07] Running bear PEP8Bear... [DEBUG][16:01:07] Running bear PEP8Bear... [DEBUG][16:01:07] Running bear PycodestyleBear... [DEBUG][16:01:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py' [DEBUG][16:01:07] Running bear PycodestyleBear... [DEBUG][16:01:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][16:01:07] Running bear PEP8Bear... [DEBUG][16:01:07] Running bear PEP8Bear... [DEBUG][16:01:07] Running bear PycodestyleBear... [DEBUG][16:01:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][16:01:07] Running bear PEP8Bear... [DEBUG][16:01:07] Running bear PycodestyleBear... [DEBUG][16:01:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/ban_test.py' [DEBUG][16:01:07] Running bear PycodestyleBear... [DEBUG][16:01:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/labhub_test.py' [DEBUG][16:01:07] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/ship_it_test.py' [DEBUG][16:01:08] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/coatils_test.py' [DEBUG][16:01:08] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/wolfram_alpha_test.py' [DEBUG][16:01:08] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/explain_test.py' [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py' [DEBUG][16:01:08] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/the_rules_test.py' [DEBUG][16:01:08] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/nevermind_test.py' [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][16:01:08] Running bear PEP8Bear... [DEBUG][16:01:08] Running bear PycodestyleBear... [DEBUG][16:01:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/helper.py' [DEBUG][16:01:09] Running bear PEP8Bear... [DEBUG][16:01:09] Running bear PycodestyleBear... [DEBUG][16:01:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ship_it.py' [DEBUG][16:01:09] Running bear PEP8Bear... [DEBUG][16:01:09] Running bear PEP8Bear... [DEBUG][16:01:09] Running bear PycodestyleBear... [DEBUG][16:01:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py' [DEBUG][16:01:09] Running bear PycodestyleBear... [DEBUG][16:01:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' [DEBUG][16:01:09] Running bear PEP8Bear... [DEBUG][16:01:09] Running bear PEP8Bear... [DEBUG][16:01:09] Running bear PycodestyleBear... [DEBUG][16:01:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py' [DEBUG][16:01:09] Running bear PEP8Bear... [DEBUG][16:01:09] Running bear PycodestyleBear... [DEBUG][16:01:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][16:01:09] Running bear PycodestyleBear... [DEBUG][16:01:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' Executing section all.linelength... [DEBUG][16:01:10] Files that will be checked: /home/travis/build/coala/corobo/config.py /home/travis/build/coala/corobo/plugins/labhub.py /home/travis/build/coala/corobo/plugins/ship_it.py /home/travis/build/coala/corobo/plugins/the_rules.py /home/travis/build/coala/corobo/plugins/ghetto.py /home/travis/build/coala/corobo/plugins/constants.py /home/travis/build/coala/corobo/plugins/lmgtfy.py /home/travis/build/coala/corobo/plugins/searchdocs.py /home/travis/build/coala/corobo/plugins/git_stats.py /home/travis/build/coala/corobo/plugins/__init__.py /home/travis/build/coala/corobo/plugins/spam.py /home/travis/build/coala/corobo/plugins/coala_lowercase_c.py /home/travis/build/coala/corobo/plugins/answer.py /home/travis/build/coala/corobo/plugins/pitchfork.py /home/travis/build/coala/corobo/plugins/ban.py /home/travis/build/coala/corobo/plugins/explain.py /home/travis/build/coala/corobo/plugins/nevermind.py /home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py /home/travis/build/coala/corobo/plugins/wolfram_alpha.py /home/travis/build/coala/corobo/plugins/coatils.py /home/travis/build/coala/corobo/answers/__init__.py /home/travis/build/coala/corobo/answers/service.py /home/travis/build/coala/corobo/answers/final.py /home/travis/build/coala/corobo/answers/extraction.py /home/travis/build/coala/corobo/answers/utils.py /home/travis/build/coala/corobo/tests/nevermind_test.py /home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py /home/travis/build/coala/corobo/tests/answer_test.py /home/travis/build/coala/corobo/tests/wolfram_alpha_test.py /home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py /home/travis/build/coala/corobo/tests/searchdocs_test.py /home/travis/build/coala/corobo/tests/git_stats_test.py /home/travis/build/coala/corobo/tests/helper.py /home/travis/build/coala/corobo/tests/lmgtfy_test.py /home/travis/build/coala/corobo/tests/the_rules_test.py /home/travis/build/coala/corobo/tests/__init__.py /home/travis/build/coala/corobo/tests/coatils_test.py /home/travis/build/coala/corobo/tests/explain_test.py /home/travis/build/coala/corobo/tests/ship_it_test.py /home/travis/build/coala/corobo/tests/spam_test.py /home/travis/build/coala/corobo/tests/ban_test.py /home/travis/build/coala/corobo/tests/ghetto_test.py /home/travis/build/coala/corobo/tests/labhub_test.py /home/travis/build/coala/corobo/tests/corobo_test_case.py /home/travis/build/coala/corobo/tests/pitchfork_test.py [DEBUG][16:01:10] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them. [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... [DEBUG][16:01:10] Running bear LineLengthBear... Executing section all.links... [DEBUG][16:01:10] Files that will be checked: /home/travis/build/coala/corobo/config.py /home/travis/build/coala/corobo/plugins/labhub.py /home/travis/build/coala/corobo/plugins/ship_it.py /home/travis/build/coala/corobo/plugins/the_rules.py /home/travis/build/coala/corobo/plugins/ghetto.py /home/travis/build/coala/corobo/plugins/constants.py /home/travis/build/coala/corobo/plugins/lmgtfy.py /home/travis/build/coala/corobo/plugins/searchdocs.py /home/travis/build/coala/corobo/plugins/git_stats.py /home/travis/build/coala/corobo/plugins/__init__.py /home/travis/build/coala/corobo/plugins/spam.py /home/travis/build/coala/corobo/plugins/coala_lowercase_c.py /home/travis/build/coala/corobo/plugins/answer.py /home/travis/build/coala/corobo/plugins/pitchfork.py /home/travis/build/coala/corobo/plugins/ban.py /home/travis/build/coala/corobo/plugins/explain.py /home/travis/build/coala/corobo/plugins/nevermind.py /home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py /home/travis/build/coala/corobo/plugins/wolfram_alpha.py /home/travis/build/coala/corobo/plugins/coatils.py /home/travis/build/coala/corobo/answers/__init__.py /home/travis/build/coala/corobo/answers/service.py /home/travis/build/coala/corobo/answers/final.py /home/travis/build/coala/corobo/answers/extraction.py /home/travis/build/coala/corobo/answers/utils.py /home/travis/build/coala/corobo/tests/nevermind_test.py /home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py /home/travis/build/coala/corobo/tests/answer_test.py /home/travis/build/coala/corobo/tests/wolfram_alpha_test.py /home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py /home/travis/build/coala/corobo/tests/searchdocs_test.py /home/travis/build/coala/corobo/tests/git_stats_test.py /home/travis/build/coala/corobo/tests/helper.py /home/travis/build/coala/corobo/tests/lmgtfy_test.py /home/travis/build/coala/corobo/tests/the_rules_test.py /home/travis/build/coala/corobo/tests/__init__.py /home/travis/build/coala/corobo/tests/coatils_test.py /home/travis/build/coala/corobo/tests/explain_test.py /home/travis/build/coala/corobo/tests/ship_it_test.py /home/travis/build/coala/corobo/tests/spam_test.py /home/travis/build/coala/corobo/tests/ban_test.py /home/travis/build/coala/corobo/tests/ghetto_test.py /home/travis/build/coala/corobo/tests/labhub_test.py /home/travis/build/coala/corobo/tests/corobo_test_case.py /home/travis/build/coala/corobo/tests/pitchfork_test.py [DEBUG][16:01:10] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][16:01:10] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][16:01:10] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them. [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Running bear InvalidLinkBear... [DEBUG][16:01:10] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][16:01:10] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][16:01:10] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][16:01:11] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][16:01:11] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][16:01:11] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][16:01:11] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][16:01:11] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][16:01:11] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][16:01:11] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][16:01:11] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Starting new HTTPS connection (1): gitlab.com:443 [DEBUG][16:01:11] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0 [DEBUG][16:01:11] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0 [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Running bear InvalidLinkBear... [DEBUG][16:01:11] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][16:01:11] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][16:01:11] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][16:01:12] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][16:01:12] Running bear InvalidLinkBear... [DEBUG][16:01:12] Running bear InvalidLinkBear... [DEBUG][16:01:12] Running bear InvalidLinkBear... [DEBUG][16:01:12] Running bear InvalidLinkBear... [DEBUG][16:01:12] Running bear InvalidLinkBear... [DEBUG][16:01:12] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][16:01:12] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][16:01:12] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][16:01:12] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][16:01:12] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 Executing section jinja2... [DEBUG][16:01:12] Files that will be checked: /home/travis/build/coala/corobo/plugins/templates/the_rules.jinja2.md /home/travis/build/coala/corobo/plugins/templates/spam_alert.jinja2.md /home/travis/build/coala/corobo/plugins/templates/lmgtfy.jinja2.md /home/travis/build/coala/corobo/plugins/templates/labhub/hello-world.jinja2.md /home/travis/build/coala/corobo/plugins/templates/labhub/errors/not-eligible-invite.jinja2.md /home/travis/build/coala/corobo/plugins/templates/labhub/errors/not-eligible.jinja2.md /home/travis/build/coala/corobo/plugins/templates/labhub/errors/no-repository.jinja2.md /home/travis/build/coala/corobo/plugins/templates/labhub/errors/already-assigned.jinja2.md /home/travis/build/coala/corobo/plugins/templates/labhub/promotions/developers.jinja2.md /home/travis/build/coala/corobo/plugins/templates/labhub/promotions/newcomers.jinja2.md /home/travis/build/coala/corobo/plugins/templates/labhub/promotions/maintainers.jinja2.md /home/travis/build/coala/corobo/plugins/templates/explain/cep.jinja2.md /home/travis/build/coala/corobo/plugins/templates/explain/gitlab.jinja2.md /home/travis/build/coala/corobo/plugins/templates/explain/rebase.jinja2.md /home/travis/build/coala/corobo/plugins/templates/explain/commit.jinja2.md /home/travis/build/coala/corobo/plugins/templates/explain/closes.jinja2.md /home/travis/build/coala/corobo/plugins/templates/explain/review.jinja2.md /home/travis/build/coala/corobo/plugins/templates/explain/fixes.jinja2.md /home/travis/build/coala/corobo/plugins/templates/explain/promotion.jinja2.md /home/travis/build/coala/corobo/plugins/templates/explain/google.jinja2.md [DEBUG][16:01:12] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them. [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... [DEBUG][16:01:12] Running bear Jinja2Bear... Executing section commit... [DEBUG][16:01:12] Files that will be checked: [DEBUG][16:01:12] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them. Executing section cli... [DEBUG][16:01:13] Files that will be checked: [DEBUG][16:01:13] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them. ```
jayvdb commented 6 years ago

requests at https://github.com/coala/corobo/pull/581#pullrequestreview-137563815 and the following one were not done.

nvzard commented 6 years ago

@jayvdb because I've rebased this commit over the PR which updates errbot i.e. https://github.com/coala/corobo/pull/572, I made the changes in that commit.

jayvdb commented 6 years ago

Need to get the errbot upgrade PR merged first.

jayvdb commented 6 years ago

https://github.com/coala/corobo/pull/572 wasnt split, so it included this patch also.