coala / corobo

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

requirements.txt: Update Errbot #572

Closed nvzard closed 6 years ago

nvzard commented 6 years ago

Closes https://github.com/coala/corobo/issues/571 Closes https://github.com/coala/corobo/issues/584

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.2, 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 FF [ 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 F [ 52%] tests/labhub_test.py FFF.F..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 =================================== _____________________________ TestBan.test_ban_cmd _____________________________ self = mockjson = mockreq = @patch('plugins.ban.requests') @patch('plugins.ban.json') def test_ban_cmd(self, mockjson, mockreq): > ban, testbot = plugin_testbot(plugins.ban.Ban, logging.ERROR) tests/ban_test.py:15: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue ____________________________ TestBan.test_unban_cmd ____________________________ self = mockjson = mockreq = @patch('plugins.ban.requests') @patch('plugins.ban.json') def test_unban_cmd(self, mockjson, mockreq): > ban, testbot = plugin_testbot(plugins.ban.Ban, logging.ERROR) tests/ban_test.py:37: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue __________________________ TestGitStats.test_pr_list ___________________________ self = def test_pr_list(self): > git_stats, testbot = plugin_testbot(self.plugin, logging.ERROR) tests/git_stats_test.py:35: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- DEBUG errbot.backends.test Merging {} to the bot config. waiting on queue message received waiting on queue ----------------------------- Captured stderr call ----------------------------- 2018-06-22 06:45:40,271 DEBUG errbot.backends.test Merging {} to the bot config. ------------------------------ Captured log call ------------------------------- test.py 371 DEBUG Merging {} to the bot config. ____________________________ TestLabHub.test_alive _____________________________ self = def test_alive(self): > labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) tests/labhub_test.py:377: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue __________________________ TestLabHub.test_assign_cmd __________________________ self = def test_assign_cmd(self): plugins.labhub.GitHub = create_autospec(IGitt.GitHub.GitHub.GitHub) plugins.labhub.GitLab = create_autospec(IGitt.GitLab.GitLab.GitLab) > labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) tests/labhub_test.py:212: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue _______________________ TestLabHub.test_create_issue_cmd _______________________ self = def test_create_issue_cmd(self): plugins.labhub.GitHub = create_autospec(IGitt.GitHub.GitHub.GitHub) plugins.labhub.GitLab = create_autospec(IGitt.GitLab.GitLab.GitLab) plugins.labhub.GitHubToken = create_autospec(IGitt.GitHub.GitHubToken) plugins.labhub.GitLabPrivateToken = create_autospec(IGitt.GitLab.GitLabPrivateToken) labhub, testbot_private = plugin_testbot( plugins.labhub.LabHub, logging.ERROR, > {'BACKEND': 'text', 'ACCESS_CONTROLS':{'create_issue_cmd' : {'allowprivate':False}}} ) tests/labhub_test.py:135: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40 config = {'ACCESS_CONTROLS': {'create_issue_cmd': {'allowprivate': False}}, 'BACKEND': 'text'} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue __________________________ TestLabHub.test_invite_cmd __________________________ self = def test_invite_cmd(self): mock_team_newcomers = create_autospec(github3.orgs.Team) mock_team_developers = create_autospec(github3.orgs.Team) mock_team_maintainers = create_autospec(github3.orgs.Team) teams = { 'coala maintainers': mock_team_maintainers, 'coala newcomers': mock_team_newcomers, 'coala developers': mock_team_developers } > labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) tests/labhub_test.py:50: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue ___________________________ TestLabHub.test_mark_cmd ___________________________ self = def test_mark_cmd(self): > labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) tests/labhub_test.py:323: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue _________________________ 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) > labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) tests/labhub_test.py:183: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue ----------- 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 31 16% 19-45, 54-79 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 41 20% 26-78 plugins/labhub.py 211 146 31% 86-140, 167-182, 201-221, 228-270, 283-386, 394-402, 407-438 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 587 218 63% FAIL Required test coverage of 100% not reached. Total coverage: 62.86% =============================== 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 =============== 9 failed, 29 passed, 3 warnings in 36.49 seconds =============== ```
nvzard commented 6 years ago

https://github.com/errbotio/errbot/commit/9a03b72a33c12a34c037c0f4286d5192c3f766b6#diff-86fb3ee3298c4b1416b1da174131201c This removed the instanciateElement method from the plugin manager.

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.2, 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 FF [ 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 F [ 52%] tests/labhub_test.py FFF.F..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 =================================== _____________________________ TestBan.test_ban_cmd _____________________________ self = mockjson = mockreq = @patch('plugins.ban.requests') @patch('plugins.ban.json') def test_ban_cmd(self, mockjson, mockreq): > ban, testbot = plugin_testbot(plugins.ban.Ban, logging.ERROR) tests/ban_test.py:15: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue ____________________________ TestBan.test_unban_cmd ____________________________ self = mockjson = mockreq = @patch('plugins.ban.requests') @patch('plugins.ban.json') def test_unban_cmd(self, mockjson, mockreq): > ban, testbot = plugin_testbot(plugins.ban.Ban, logging.ERROR) tests/ban_test.py:37: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue __________________________ TestGitStats.test_pr_list ___________________________ self = def test_pr_list(self): > git_stats, testbot = plugin_testbot(self.plugin, logging.ERROR) tests/git_stats_test.py:35: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- DEBUG errbot.backends.test Merging {} to the bot config. waiting on queue message received waiting on queue ----------------------------- Captured stderr call ----------------------------- 2018-06-23 09:44:02,057 DEBUG errbot.backends.test Merging {} to the bot config. ------------------------------ Captured log call ------------------------------- test.py 371 DEBUG Merging {} to the bot config. ____________________________ TestLabHub.test_alive _____________________________ self = def test_alive(self): > labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) tests/labhub_test.py:377: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue __________________________ TestLabHub.test_assign_cmd __________________________ self = def test_assign_cmd(self): plugins.labhub.GitHub = create_autospec(IGitt.GitHub.GitHub.GitHub) plugins.labhub.GitLab = create_autospec(IGitt.GitLab.GitLab.GitLab) > labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) tests/labhub_test.py:212: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue _______________________ TestLabHub.test_create_issue_cmd _______________________ self = def test_create_issue_cmd(self): plugins.labhub.GitHub = create_autospec(IGitt.GitHub.GitHub.GitHub) plugins.labhub.GitLab = create_autospec(IGitt.GitLab.GitLab.GitLab) plugins.labhub.GitHubToken = create_autospec(IGitt.GitHub.GitHubToken) plugins.labhub.GitLabPrivateToken = create_autospec(IGitt.GitLab.GitLabPrivateToken) labhub, testbot_private = plugin_testbot( plugins.labhub.LabHub, logging.ERROR, > {'BACKEND': 'text', 'ACCESS_CONTROLS':{'create_issue_cmd' : {'allowprivate':False}}} ) tests/labhub_test.py:135: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40 config = {'ACCESS_CONTROLS': {'create_issue_cmd': {'allowprivate': False}}, 'BACKEND': 'text'} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue __________________________ TestLabHub.test_invite_cmd __________________________ self = def test_invite_cmd(self): mock_team_newcomers = create_autospec(github3.orgs.Team) mock_team_developers = create_autospec(github3.orgs.Team) mock_team_maintainers = create_autospec(github3.orgs.Team) teams = { 'coala maintainers': mock_team_maintainers, 'coala newcomers': mock_team_newcomers, 'coala developers': mock_team_developers } > labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) tests/labhub_test.py:50: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue ___________________________ TestLabHub.test_mark_cmd ___________________________ self = def test_mark_cmd(self): > labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) tests/labhub_test.py:323: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue _________________________ 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) > labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) tests/labhub_test.py:183: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ klass = , loglevel = 40, config = {} def plugin_testbot(klass, loglevel, config=None): config = config if config else dict() testbot = TestBot(loglevel=loglevel, extra_config=config) testbot.start() > plug = testbot.bot.plugin_manager.instanciateElement(klass) E AttributeError: 'BotPluginManager' object has no attribute 'instanciateElement' tests/helper.py:7: AttributeError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue ----------- 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 31 16% 19-45, 54-79 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 41 20% 26-78 plugins/labhub.py 211 146 31% 86-140, 167-182, 201-221, 228-270, 283-386, 394-402, 407-438 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 587 218 63% FAIL Required test coverage of 100% not reached. Total coverage: 62.86% =============================== 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 =============== 9 failed, 29 passed, 3 warnings in 37.49 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 .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_assign_cmd __________________________ self = def test_assign_cmd(self): plugins.labhub.GitHub = create_autospec(IGitt.GitHub.GitHub.GitHub) plugins.labhub.GitLab = create_autospec(IGitt.GitLab.GitLab.GitLab) labhub, testbot = plugin_testbot(plugins.labhub.LabHub, 'LabHub', logging.ERROR) labhub.activate() mock_issue = create_autospec(GitHubIssue) self.mock_repo.get_issue.return_value = mock_issue labhub.REPOS = {'a': self.mock_repo} mock_dev_team = create_autospec(github3.orgs.Team) mock_maint_team = create_autospec(github3.orgs.Team) mock_dev_team.is_member.return_value = False mock_maint_team.is_member.return_value = False labhub.TEAMS = {'coala newcomers': self.mock_team, 'coala developers': mock_dev_team, 'coala maintainers': mock_maint_team} cmd = '!assign https://github.com/{}/{}/issues/{}' # no assignee, not newcomer mock_issue.assignees = tuple() self.mock_team.is_member.return_value = False testbot.assertCommand(cmd.format('coala', 'a', '23'), 'You\'ve been assigned to the issue') # no assignee, newcomer, initiatives/gci mock_maint_team.is_member.return_value = False mock_dev_team.is_member.return_value = False mock_issue.labels = 'initiatives/gci', mock_issue.assignees = tuple() testbot.assertCommand(cmd.format('coala', 'a', '23'), 'You are not eligible to be assigned' ' to this issue') testbot.pop_message() # no assignee, developer, initiatives/gci mock_maint_team.is_member.return_value = False mock_dev_team.is_member.return_value = True mock_issue.labels = 'initiatives/gci', mock_issue.assignees = tuple() testbot.assertCommand(cmd.format('coala', 'a', '23'), 'You are not eligible to be assigned' ' to this issue') testbot.pop_message() mock_dev_team.is_member.return_value = False # no assignee, newcomer, difficulty/low mock_issue.labels = PropertyMock() mock_issue.labels = ('difficulty/low', ) mock_issue.assignees = tuple() self.mock_team.is_member.return_value = True testbot.assertCommand(cmd.format('coala', 'a', '23'), 'You\'ve been assigned to the issue') # no assignee, newcomer, no labels self.mock_team.is_member.return_value = True mock_issue.labels = tuple() mock_issue.assignees = tuple() testbot.assertCommand(cmd.format('coala', 'a', '23'), 'not eligible to be assigned to this issue') testbot.pop_message() # no assignee, newcomer, difficulty medium mock_issue.labels = ('difficulty/medium', ) testbot.assertCommand(cmd.format('coala', 'a', '23'), 'not eligible to be assigned to this issue') testbot.pop_message() # no assignee, newcomer, difficulty medium labhub.GH_ORG_NAME = 'not-coala' testbot.assertCommand(cmd.format('coala', 'a', '23'), 'assigned') labhub.GH_ORG_NAME = 'coala' # newcomer, developer, difficulty/medium mock_dev_team.is_member.return_value = True mock_maint_team.is_member.return_value = False testbot.assertCommand(cmd.format('coala', 'a', '23'), 'assigned') # has assignee mock_issue.assignees = ('somebody', ) testbot.assertCommand(cmd.format('coala', 'a', '23'), > 'already assigned to someone') tests/labhub_test.py:298: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = command = '!assign https://github.com/coala/a/issues/23' response = 'already assigned to someone', timeout = 5 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: already assigned to someone not in Computer says nooo. See logs for details: E labhub/errors/already-assigned.jinja2.md. ../../../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 waiting on queue ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md message received waiting on queue ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md message received waiting on queue message received waiting on queue ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md message received waiting on queue ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md message received waiting on queue message received waiting on queue message received waiting on queue ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md ----------------------------- Captured stderr call ----------------------------- 2018-07-09 21:24:41,416 ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md 2018-07-09 21:24:41,421 ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md 2018-07-09 21:24:41,430 ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md 2018-07-09 21:24:41,436 ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md 2018-07-09 21:24:41,444 ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md ------------------------------ Captured log call ------------------------------- core.py 469 ERROR An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md core.py 469 ERROR An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md core.py 469 ERROR An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md core.py 469 ERROR An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md core.py 469 ERROR An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md _______________________ TestLabHub.test_create_issue_cmd _______________________ self = def test_create_issue_cmd(self): plugins.labhub.GitHub = create_autospec(IGitt.GitHub.GitHub.GitHub) plugins.labhub.GitLab = create_autospec(IGitt.GitLab.GitLab.GitLab) plugins.labhub.GitHubToken = create_autospec(IGitt.GitHub.GitHubToken) plugins.labhub.GitLabPrivateToken = create_autospec(IGitt.GitLab.GitLabPrivateToken) labhub, testbot_private = plugin_testbot( plugins.labhub.LabHub, 'LabHub', logging.ERROR, {'BACKEND': 'text', 'ACCESS_CONTROLS':{'create_issue_cmd' : {'allowprivate':False}}} ) labhub.activate() labhub.REPOS = {'repository': self.mock_repo} plugins.labhub.GitHubToken.assert_called_with(None) plugins.labhub.GitLabPrivateToken.assert_called_with(None) # TODO # Ignoring assertion to prevent build failure for time being # Creating issue in private chat # testbot_private.assertCommand('!new issue repository this is the title\nbo\ndy', # 'You\'re not allowed') # Creating issue in public chat labhub, testbot_public = plugin_testbot( plugins.labhub.LabHub, 'LabHub', logging.ERROR, {'BACKEND': 'text'} ) labhub.activate() labhub.REPOS = {'repository': self.mock_repo, 'repository.github.io': self.mock_repo} testbot_public.assertCommand('!new issue repository this is the title\nbo\ndy', 'Here you go') labhub.REPOS['repository'].create_issue.assert_called_once_with( 'this is the title', 'bo\ndy\nOpened by @None at [text]()' ) testbot_public.assertCommand('!new issue repository.github.io another title\nand body', 'Here you go') labhub.REPOS['repository.github.io'].create_issue.assert_called_with( 'another title', 'and body\nOpened by @None at [text]()' ) > testbot_public.assertCommand('!new issue coala title', 'repository that does not exist') tests/labhub_test.py:172: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = command = '!new issue coala title', response = 'repository that does not exist' timeout = 5 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: repository that does not exist not in Computer says nooo. See logs for details: E labhub/errors/no-repository.jinja2.md. ../../../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 waiting on queue message received waiting on queue message received waiting on queue message received waiting on queue message received waiting on queue ERROR errbot.core An error happened while processing a message ("!new issue coala title"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md ----------------------------- Captured stderr call ----------------------------- 2018-07-09 21:24:41,985 ERROR errbot.core An error happened while processing a message ("!new issue coala title"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md ------------------------------ Captured log call ------------------------------- core.py 469 ERROR An error happened while processing a message ("!new issue coala title"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md ----------- 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 9 96% 294-296, 341-345, 365-366, 381 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 9 98% FAIL Required test coverage of 100% not reached. Total coverage: 98.48% =============================== 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 101.21 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 .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_assign_cmd __________________________ self = def test_assign_cmd(self): plugins.labhub.GitHub = create_autospec(IGitt.GitHub.GitHub.GitHub) plugins.labhub.GitLab = create_autospec(IGitt.GitLab.GitLab.GitLab) labhub, testbot = plugin_testbot(plugins.labhub.LabHub, 'LabHub', logging.ERROR) labhub.activate() mock_issue = create_autospec(GitHubIssue) self.mock_repo.get_issue.return_value = mock_issue labhub.REPOS = {'a': self.mock_repo} mock_dev_team = create_autospec(github3.orgs.Team) mock_maint_team = create_autospec(github3.orgs.Team) mock_dev_team.is_member.return_value = False mock_maint_team.is_member.return_value = False labhub.TEAMS = {'coala newcomers': self.mock_team, 'coala developers': mock_dev_team, 'coala maintainers': mock_maint_team} cmd = '!assign https://github.com/{}/{}/issues/{}' # no assignee, not newcomer mock_issue.assignees = tuple() self.mock_team.is_member.return_value = False testbot.assertCommand(cmd.format('coala', 'a', '23'), 'You\'ve been assigned to the issue') # no assignee, newcomer, initiatives/gci mock_maint_team.is_member.return_value = False mock_dev_team.is_member.return_value = False mock_issue.labels = 'initiatives/gci', mock_issue.assignees = tuple() testbot.assertCommand(cmd.format('coala', 'a', '23'), 'You are not eligible to be assigned' ' to this issue') testbot.pop_message() # no assignee, developer, initiatives/gci mock_maint_team.is_member.return_value = False mock_dev_team.is_member.return_value = True mock_issue.labels = 'initiatives/gci', mock_issue.assignees = tuple() testbot.assertCommand(cmd.format('coala', 'a', '23'), 'You are not eligible to be assigned' ' to this issue') testbot.pop_message() mock_dev_team.is_member.return_value = False # no assignee, newcomer, difficulty/low mock_issue.labels = PropertyMock() mock_issue.labels = ('difficulty/low', ) mock_issue.assignees = tuple() self.mock_team.is_member.return_value = True testbot.assertCommand(cmd.format('coala', 'a', '23'), 'You\'ve been assigned to the issue') # no assignee, newcomer, no labels self.mock_team.is_member.return_value = True mock_issue.labels = tuple() mock_issue.assignees = tuple() testbot.assertCommand(cmd.format('coala', 'a', '23'), 'not eligible to be assigned to this issue') testbot.pop_message() # no assignee, newcomer, difficulty medium mock_issue.labels = ('difficulty/medium', ) testbot.assertCommand(cmd.format('coala', 'a', '23'), 'not eligible to be assigned to this issue') testbot.pop_message() # no assignee, newcomer, difficulty medium labhub.GH_ORG_NAME = 'not-coala' testbot.assertCommand(cmd.format('coala', 'a', '23'), 'assigned') labhub.GH_ORG_NAME = 'coala' # newcomer, developer, difficulty/medium mock_dev_team.is_member.return_value = True mock_maint_team.is_member.return_value = False testbot.assertCommand(cmd.format('coala', 'a', '23'), 'assigned') # has assignee mock_issue.assignees = ('somebody', ) testbot.assertCommand(cmd.format('coala', 'a', '23'), > 'already assigned to someone') tests/labhub_test.py:298: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = command = '!assign https://github.com/coala/a/issues/23' response = 'already assigned to someone', timeout = 5 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: already assigned to someone not in Computer says nooo. See logs for details: E labhub/errors/already-assigned.jinja2.md. ../../../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 waiting on queue ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md message received waiting on queue ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md message received waiting on queue message received waiting on queue ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md message received waiting on queue ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md message received waiting on queue message received waiting on queue message received waiting on queue ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md ----------------------------- Captured stderr call ----------------------------- 2018-07-09 22:11:14,727 ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md 2018-07-09 22:11:14,732 ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md 2018-07-09 22:11:14,738 ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md 2018-07-09 22:11:14,741 ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md 2018-07-09 22:11:14,749 ERROR errbot.core An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md ------------------------------ Captured log call ------------------------------- core.py 469 ERROR An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md core.py 469 ERROR An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md core.py 469 ERROR An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md core.py 469 ERROR An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 376, in assign_cmd 'labhub/errors/not-eligible.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/not-eligible.jinja2.md core.py 469 ERROR An error happened while processing a message ("!assign https://github.com/coala/a/issues/23"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 450, in _execute_and_send for reply in replies: File "/home/travis/build/coala/corobo/plugins/labhub.py", line 384, in assign_cmd 'labhub/errors/already-assigned.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/already-assigned.jinja2.md _______________________ TestLabHub.test_create_issue_cmd _______________________ self = def test_create_issue_cmd(self): plugins.labhub.GitHub = create_autospec(IGitt.GitHub.GitHub.GitHub) plugins.labhub.GitLab = create_autospec(IGitt.GitLab.GitLab.GitLab) plugins.labhub.GitHubToken = create_autospec(IGitt.GitHub.GitHubToken) plugins.labhub.GitLabPrivateToken = create_autospec(IGitt.GitLab.GitLabPrivateToken) labhub, testbot_private = plugin_testbot( plugins.labhub.LabHub, 'LabHub', logging.ERROR, {'BACKEND': 'text', 'ACCESS_CONTROLS':{'create_issue_cmd' : {'allowprivate':False}}} ) labhub.activate() labhub.REPOS = {'repository': self.mock_repo} plugins.labhub.GitHubToken.assert_called_with(None) plugins.labhub.GitLabPrivateToken.assert_called_with(None) # TODO # Ignoring assertion to prevent build failure for time being # Creating issue in private chat # testbot_private.assertCommand('!new issue repository this is the title\nbo\ndy', # 'You\'re not allowed') # Creating issue in public chat labhub, testbot_public = plugin_testbot( plugins.labhub.LabHub, 'LabHub', logging.ERROR, {'BACKEND': 'text'} ) labhub.activate() labhub.REPOS = {'repository': self.mock_repo, 'repository.github.io': self.mock_repo} testbot_public.assertCommand('!new issue repository this is the title\nbo\ndy', 'Here you go') labhub.REPOS['repository'].create_issue.assert_called_once_with( 'this is the title', 'bo\ndy\nOpened by @None at [text]()' ) testbot_public.assertCommand('!new issue repository.github.io another title\nand body', 'Here you go') labhub.REPOS['repository.github.io'].create_issue.assert_called_with( 'another title', 'and body\nOpened by @None at [text]()' ) > testbot_public.assertCommand('!new issue coala title', 'repository that does not exist') tests/labhub_test.py:172: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = command = '!new issue coala title', response = 'repository that does not exist' timeout = 5 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: repository that does not exist not in Computer says nooo. See logs for details: E labhub/errors/no-repository.jinja2.md. ../../../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 waiting on queue message received waiting on queue message received waiting on queue message received waiting on queue message received waiting on queue ERROR errbot.core An error happened while processing a message ("!new issue coala title"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md ----------------------------- Captured stderr call ----------------------------- 2018-07-09 22:11:15,285 ERROR errbot.core An error happened while processing a message ("!new issue coala title"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md ------------------------------ Captured log call ------------------------------- core.py 469 ERROR An error happened while processing a message ("!new issue coala title"): Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md " Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 454, in _execute_and_send reply = method(msg, match) if match else method(msg, args) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 186, in create_issue_cmd 'labhub/errors/no-repository.jinja2.md' File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 830, in get_template return self._load_template(name, self.make_globals(globals)) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/environment.py", line 804, in _load_template template = self.loader.load(self, name, globals) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 113, in load source, filename, uptodate = self.get_source(environment, name) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/jinja2/loaders.py", line 187, in get_source raise TemplateNotFound(template) jinja2.exceptions.TemplateNotFound: labhub/errors/no-repository.jinja2.md ----------- 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 9 96% 294-296, 341-345, 365-366, 381 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 9 98% FAIL Required test coverage of 100% not reached. Total coverage: 98.48% =============================== 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 95.08 seconds =============== ```
nvzard commented 6 years ago

weird, all the tests are passing locally

gitmate-bot commented 6 years ago

Comment on c5f4d95ba932f75fe5656911abd7f745333eebfa, file plugins/ban.py, line 73.

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 f9e7c7eca98e5f1ce92cf04d80e1a0fc64e9c7c6, file plugins/ban.py, line 39.

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 82526a7b15cfd8d887db48f0a8590406f6075884, 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 82526a7b15cfd8d887db48f0a8590406f6075884, file plugins/ban.py, line 32.

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

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

coala --non-interactive -V ``` [WARNING][19:11:57] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][19:11:58] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][19:11:58] 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/pitchfork_test.py [DEBUG][19:11:58] 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][19:11:58] 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/pitchfork_test.py [DEBUG][19:11:58] 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][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... [DEBUG][19:11:58] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][19:11:58] 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/pitchfork_test.py [DEBUG][19:11:58] 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][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:58] Running bear KeywordBear... [DEBUG][19:11:58] Running bear AnnotationBear... [DEBUG][19:11:58] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] Running bear KeywordBear... [DEBUG][19:11:59] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:11:59] Running bear AnnotationBear... [DEBUG][19:11:59] Running bear KeywordBear... Executing section all.autopep8... [DEBUG][19:11:59] 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/pitchfork_test.py [DEBUG][19:11:59] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][19:11:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][19:11:59] returning CommandNode(command=['-m'] redirects={}) [DEBUG][19:11:59] returning CommandNode(command=['pip'] redirects={}) [DEBUG][19:11:59] returning CommandNode(command=['show'] redirects={}) [DEBUG][19:11:59] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][19:11:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][19:11:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][19:11:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][19:11:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][19:11:59] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][19:11:59] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][19:11:59] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][19:11:59] 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': 5292, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][19:11:59] Created thread Thread-4 as reader for Capture-1 [DEBUG][19:11:59] Capture-1: reader thread about to read line [DEBUG][19:11:59] Capture-1: reader thread kicked off, waiting start [DEBUG][19:11:59] Capture-1: reader thread now started [DEBUG][19:11:59] Created thread Thread-5 as reader for Capture-2 [DEBUG][19:11:59] Capture-2: reader thread about to read line [DEBUG][19:11:59] Capture-2: reader thread kicked off, waiting start [DEBUG][19:11:59] Capture-2: reader thread now started [DEBUG][19:11:59] about to wait for process [DEBUG][19:12:00] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][19:12:00] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][19:12:00] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][19:12:00] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][19:12:00] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][19:12:00] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][19:12:00] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][19:12:00] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][19:12:00] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][19:12:00] Capture-1: finished reading stream <_io.BufferedReader name=20> [DEBUG][19:12:00] Capture-2: finished reading stream <_io.BufferedReader name=23> [DEBUG][19:12:00] 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][19:12:00] pipeline closing [DEBUG][19:12:00] 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][19:12:00] Running bear PEP8Bear... [DEBUG][19:12:00] Running bear PEP8Bear... [DEBUG][19:12:00] Running bear PycodestyleBear... [DEBUG][19:12:00] 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][19:12:00] Running bear PycodestyleBear... [DEBUG][19:12:00] 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][19:12:00] Running bear PEP8Bear... [DEBUG][19:12:00] Running bear PycodestyleBear... [DEBUG][19:12:00] 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][19:12:00] Running bear PEP8Bear... [DEBUG][19:12:00] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument [DEBUG][19:12:00] Running bear PycodestyleBear... [DEBUG][19:12:00] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/helper.py' [DEBUG][19:12:00] Running bear PEP8Bear... [DEBUG][19:12:00] Running bear PycodestyleBear... [DEBUG][19:12:00] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' | | [NORMAL] PEP8Bear: [DEBUG][19:12:00] Running bear PEP8Bear... | | The code does not comply to PEP8. |----| | /home/travis/build/coala/corobo/tests/helper.py | |++++| /home/travis/build/coala/corobo/tests/helper.py | 12| 12| plug = klass(testbot.bot, plugin_name) | 13| 13| return plug, testbot | 14| 14| | | 15|+ | 15| 16| def load_templates(plug_file_name): | 16| 17| plugin_info_path = (Path(__file__) | 17| 18| .parent / '..' / 'plugins' / plug_file_name) [INFO][19:12:00] Applied 'ShowPatchAction' on 'tests/helper.py' from 'PEP8Bear'. | | [NORMAL] PEP8Bear: | | The code does not comply to PEP8. |----| | /home/travis/build/coala/corobo/tests/helper.py | |++++| /home/travis/build/coala/corobo/tests/helper.py | 14| 14| | 15| 15| def load_templates(plug_file_name): | 16| 16| plugin_info_path = (Path(__file__) | 17| |- .parent / '..' / 'plugins' / plug_file_name) | | 17|+ .parent / '..' / 'plugins' / plug_file_name) | 18| 18| with plugin_info_path.open() as plugfile: | 19| 19| plugin_info = PluginInfo.load_file(plugfile, plugin_info_path) | 20| 20| add_plugin_templates_path(plugin_info) [INFO][19:12:00] Applied 'ShowPatchAction' on 'tests/helper.py' from 'PEP8Bear'. [WARNING][19:12:00] PycodestyleBear (E302): This result has no patch attached. [WARNING][19:12:00] PycodestyleBear (E128): This result has no patch attached. tests/helper.py [DEBUG][19:12:01] Running bear PEP8Bear... [DEBUG][19:12:01] Running bear PycodestyleBear... [DEBUG][19:12:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py' [DEBUG][19:12:01] Running bear PycodestyleBear... [DEBUG][19:12:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' | 15| def·load_templates(plug_file_name): | | [NORMAL] PycodestyleBear (E302): | | E302 expected 2 blank lines, found 1 tests/helper.py | 17| ········.parent·/·'..'·/·'plugins'·/·plug_file_name) | | [NORMAL] PycodestyleBear (E128): | | E128 continuation line under-indented for visual indent [DEBUG][19:12:01] Running bear PEP8Bear... [DEBUG][19:12:01] Running bear PycodestyleBear... [DEBUG][19:12:01] 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][19:12:01] Running bear PEP8Bear... [DEBUG][19:12:01] Running bear PycodestyleBear... [DEBUG][19:12:01] 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][19:12:01] Running bear PEP8Bear... [DEBUG][19:12:01] Running bear PycodestyleBear... [DEBUG][19:12:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][19:12:01] Running bear PEP8Bear... [DEBUG][19:12:01] Running bear PycodestyleBear... [DEBUG][19:12:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][19:12:01] Running bear PEP8Bear... [DEBUG][19:12:01] Running bear PycodestyleBear... [DEBUG][19:12:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' [DEBUG][19:12:01] Running bear PEP8Bear... [DEBUG][19:12:01] Running bear PycodestyleBear... [DEBUG][19:12:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][19:12:01] Running bear PEP8Bear... [DEBUG][19:12:01] Running bear PEP8Bear... [DEBUG][19:12:01] Running bear PycodestyleBear... [DEBUG][19:12:01] 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][19:12:01] Running bear PycodestyleBear... [DEBUG][19:12:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py' [DEBUG][19:12:01] Running bear PEP8Bear... [DEBUG][19:12:02] Running bear PycodestyleBear... [DEBUG][19:12:02] 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][19:12:02] Running bear PEP8Bear... [DEBUG][19:12:02] Running bear PEP8Bear... [DEBUG][19:12:02] Running bear PycodestyleBear... [DEBUG][19:12:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][19:12:02] Running bear PycodestyleBear... [DEBUG][19:12:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' [DEBUG][19:12:02] Running bear PEP8Bear... [DEBUG][19:12:02] Running bear PEP8Bear... [DEBUG][19:12:02] Running bear PycodestyleBear... [DEBUG][19:12:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][19:12:02] Running bear PEP8Bear... [DEBUG][19:12:02] Running bear PycodestyleBear... [DEBUG][19:12:02] 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][19:12:02] Running bear PycodestyleBear... [DEBUG][19:12:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' [DEBUG][19:12:02] Running bear PEP8Bear... [DEBUG][19:12:02] Running bear PEP8Bear... [DEBUG][19:12:02] Running bear PycodestyleBear... [DEBUG][19:12:03] 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][19:12:03] Running bear PEP8Bear... [DEBUG][19:12:03] Running bear PycodestyleBear... [DEBUG][19:12:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][19:12:03] Running bear PycodestyleBear... [DEBUG][19:12:03] 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][19:12:03] Running bear PEP8Bear... [DEBUG][19:12:03] Running bear PycodestyleBear... [DEBUG][19:12:03] 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][19:12:03] Running bear PEP8Bear... [DEBUG][19:12:03] Running bear PEP8Bear... [DEBUG][19:12:03] Running bear PycodestyleBear... [DEBUG][19:12:03] 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][19:12:03] Running bear PycodestyleBear... [DEBUG][19:12:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][19:12:03] Running bear PEP8Bear... [DEBUG][19:12:03] Running bear PEP8Bear... [DEBUG][19:12:03] Running bear PycodestyleBear... [DEBUG][19:12:03] Running bear PycodestyleBear... [DEBUG][19:12:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][19:12:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][19:12:03] Running bear PEP8Bear... [DEBUG][19:12:03] Running bear PEP8Bear... [DEBUG][19:12:03] Running bear PycodestyleBear... [DEBUG][19:12:03] 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][19:12:03] Running bear PycodestyleBear... [DEBUG][19:12:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' [DEBUG][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12:04] 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][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12:04] 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][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12:04] 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][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12:04] 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][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12:04] 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][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12:04] 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][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12:04] 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][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12: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][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:04] Running bear PycodestyleBear... [DEBUG][19:12:04] 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][19:12:04] Running bear PEP8Bear... [DEBUG][19:12:05] Running bear PycodestyleBear... [DEBUG][19:12:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][19:12:05] Running bear PEP8Bear... [DEBUG][19:12:05] Running bear PycodestyleBear... [DEBUG][19:12:05] 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' Executing section all.linelength... [DEBUG][19:12:05] 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/pitchfork_test.py [DEBUG][19:12:05] 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][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... [DEBUG][19:12:05] Running bear LineLengthBear... Executing section all.links... [DEBUG][19:12:05] 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/pitchfork_test.py [DEBUG][19:12:05] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][19:12:05] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][19:12:05] 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][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][19:12:06] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][19:12:06] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][19:12:06] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][19:12:06] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0 [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][19:12:06] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][19:12:06] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][19:12:06] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][19:12:06] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][19:12:06] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][19:12:06] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Starting new HTTPS connection (1): gitlab.com:443 [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0 [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Running bear InvalidLinkBear... [DEBUG][19:12:06] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][19:12:07] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][19:12:07] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][19:12:07] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][19:12:07] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][19:12:07] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][19:12:07] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][19:12:07] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][19:12:07] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][19:12:07] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] Running bear InvalidLinkBear... [DEBUG][19:12:07] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 Executing section jinja2... [DEBUG][19:12:07] 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][19:12:07] 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][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... [DEBUG][19:12:07] Running bear Jinja2Bear... Executing section commit... [DEBUG][19:12:08] Files that will be checked: [DEBUG][19:12:08] 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][19:12:08] Files that will be checked: [DEBUG][19:12:08] 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. ```
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][19:14:41] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][19:14:42] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][19:14:42] 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/pitchfork_test.py [DEBUG][19:14:42] 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][19:14:42] 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/pitchfork_test.py [DEBUG][19:14:42] 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][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... [DEBUG][19:14:42] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][19:14:42] 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/pitchfork_test.py [DEBUG][19:14:42] 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][19:14:42] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:42] Running bear AnnotationBear... [DEBUG][19:14:42] Running bear KeywordBear... [DEBUG][19:14:42] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:42] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:42] Running bear AnnotationBear... [DEBUG][19:14:42] Running bear AnnotationBear... [DEBUG][19:14:42] Running bear KeywordBear... [DEBUG][19:14:42] Running bear KeywordBear... [DEBUG][19:14:42] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:42] Running bear AnnotationBear... [DEBUG][19:14:42] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:42] Running bear AnnotationBear... [DEBUG][19:14:42] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear AnnotationBear... [DEBUG][19:14:43] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][19:14:43] Running bear KeywordBear... [DEBUG][19:14:43] Running bear KeywordBear... Executing section all.autopep8... [DEBUG][19:14:43] 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/pitchfork_test.py [DEBUG][19:14:43] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][19:14:43] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][19:14:43] returning CommandNode(command=['-m'] redirects={}) [DEBUG][19:14:43] returning CommandNode(command=['pip'] redirects={}) [DEBUG][19:14:43] returning CommandNode(command=['show'] redirects={}) [DEBUG][19:14:43] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][19:14:43] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][19:14:43] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][19:14:43] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][19:14:43] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][19:14:43] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][19:14:43] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][19:14:43] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][19:14:43] 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': 5181, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][19:14:43] Created thread Thread-4 as reader for Capture-1 [DEBUG][19:14:43] Capture-1: reader thread about to read line [DEBUG][19:14:43] Capture-1: reader thread kicked off, waiting start [DEBUG][19:14:43] Capture-1: reader thread now started [DEBUG][19:14:43] Created thread Thread-5 as reader for Capture-2 [DEBUG][19:14:43] Capture-2: reader thread about to read line [DEBUG][19:14:43] Capture-2: reader thread kicked off, waiting start [DEBUG][19:14:43] Capture-2: reader thread now started [DEBUG][19:14:43] about to wait for process [DEBUG][19:14:44] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][19:14:44] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][19:14:44] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][19:14:44] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][19:14:44] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][19:14:44] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][19:14:44] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][19:14:44] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][19:14:44] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][19:14:44] Capture-1: finished reading stream <_io.BufferedReader name=20> [DEBUG][19:14:44] 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][19:14:44] pipeline closing [DEBUG][19:14:44] Capture-2: finished reading stream <_io.BufferedReader name=23> [DEBUG][19:14:44] 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][19:14:44] Running bear PEP8Bear... [DEBUG][19:14:44] Running bear PEP8Bear... [DEBUG][19:14:44] Running bear PycodestyleBear... [DEBUG][19:14:44] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' [DEBUG][19:14:44] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument [DEBUG][19:14:44] Running bear PycodestyleBear... [DEBUG][19:14:44] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/helper.py' [DEBUG][19:14:44] Running bear PEP8Bear... [DEBUG][19:14:44] Running bear PycodestyleBear... [DEBUG][19:14:44] 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][19:14:44] Running bear PEP8Bear... | | [NORMAL] PEP8Bear: | | The code does not comply to PEP8. |----| | /home/travis/build/coala/corobo/tests/helper.py | |++++| /home/travis/build/coala/corobo/tests/helper.py | 12| 12| plug = klass(testbot.bot, plugin_name) | 13| 13| return plug, testbot | 14| 14| | | 15|+ | 15| 16| def load_templates(plug_file_name): | 16| 17| plugin_info_path = (Path(__file__) | 17| 18| .parent / '..' / 'plugins' / plug_file_name) [INFO][19:14:44] Applied 'ShowPatchAction' on 'tests/helper.py' from 'PEP8Bear'. | | [NORMAL] PEP8Bear: | | The code does not comply to PEP8. |----| | /home/travis/build/coala/corobo/tests/helper.py | |++++| /home/travis/build/coala/corobo/tests/helper.py | 14| 14| | 15| 15| def load_templates(plug_file_name): | 16| 16| plugin_info_path = (Path(__file__) | 17| |- .parent / '..' / 'plugins' / plug_file_name) | | 17|+ .parent / '..' / 'plugins' / plug_file_name) | 18| 18| with plugin_info_path.open() as plugfile: | 19| 19| plugin_info = PluginInfo.load_file(plugfile, plugin_info_path) | 20| 20| add_plugin_templates_path(plugin_info) [INFO][19:14:44] Applied 'ShowPatchAction' on 'tests/helper.py' from 'PEP8Bear'. [WARNING][19:14:44] PycodestyleBear (E302): This result has no patch attached. [WARNING][19:14:44] PycodestyleBear (E128): This result has no patch attached. tests/helper.py [DEBUG][19:14:44] Running bear PycodestyleBear... [DEBUG][19:14:44] 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' | 15| def·load_templates(plug_file_name): [DEBUG][19:14:44] Running bear PEP8Bear... | | [NORMAL] PycodestyleBear (E302): | | E302 expected 2 blank lines, found 1 tests/helper.py | 17| ········.parent·/·'..'·/·'plugins'·/·plug_file_name) | | [NORMAL] PycodestyleBear (E128): | | E128 continuation line under-indented for visual indent [DEBUG][19:14:44] Running bear PEP8Bear... [DEBUG][19:14:44] Running bear PycodestyleBear... [DEBUG][19:14:44] 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][19:14:44] Running bear PEP8Bear... [DEBUG][19:14:44] Running bear PycodestyleBear... [DEBUG][19:14:44] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][19:14:44] Running bear PycodestyleBear... [DEBUG][19:14:44] 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][19:14:44] Running bear PEP8Bear... [DEBUG][19:14:44] Running bear PycodestyleBear... [DEBUG][19:14:44] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][19:14:44] Running bear PEP8Bear... [DEBUG][19:14:45] Running bear PycodestyleBear... [DEBUG][19:14:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][19:14:45] Running bear PEP8Bear... [DEBUG][19:14:45] Running bear PycodestyleBear... [DEBUG][19:14:45] 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][19:14:45] Running bear PEP8Bear... [DEBUG][19:14:45] Running bear PycodestyleBear... [DEBUG][19:14:45] 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][19:14:45] Running bear PEP8Bear... [DEBUG][19:14:45] Running bear PycodestyleBear... [DEBUG][19:14:45] 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][19:14:45] Running bear PEP8Bear... [DEBUG][19:14:45] Running bear PycodestyleBear... [DEBUG][19:14:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][19:14:45] Running bear PEP8Bear... [DEBUG][19:14:45] Running bear PycodestyleBear... [DEBUG][19:14:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][19:14:45] Running bear PEP8Bear... [DEBUG][19:14:45] Running bear PycodestyleBear... [DEBUG][19:14:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' [DEBUG][19:14:45] Running bear PEP8Bear... [DEBUG][19:14:45] Running bear PEP8Bear... [DEBUG][19:14:45] Running bear PycodestyleBear... [DEBUG][19:14:45] 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][19:14:45] Running bear PycodestyleBear... [DEBUG][19:14:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py' [DEBUG][19:14:45] Running bear PEP8Bear... [DEBUG][19:14:45] Running bear PycodestyleBear... [DEBUG][19:14:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' [DEBUG][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' [DEBUG][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] 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][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] 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][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] 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][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] 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][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PEP8Bear... [DEBUG][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] 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][19:14:46] Running bear PycodestyleBear... [DEBUG][19:14:46] 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][19:14:47] Running bear PEP8Bear... [DEBUG][19:14:47] Running bear PEP8Bear... [DEBUG][19:14:47] Running bear PycodestyleBear... [DEBUG][19:14:47] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][19:14:47] Running bear PycodestyleBear... [DEBUG][19:14:47] 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][19:14:47] Running bear PEP8Bear... [DEBUG][19:14:47] Running bear PEP8Bear... [DEBUG][19:14:47] Running bear PycodestyleBear... [DEBUG][19:14:47] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][19:14:47] Running bear PEP8Bear... [DEBUG][19:14:47] Running bear PycodestyleBear... [DEBUG][19:14:47] 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][19:14:47] Running bear PycodestyleBear... [DEBUG][19:14:47] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' [DEBUG][19:14:47] Running bear PEP8Bear... [DEBUG][19:14:47] Running bear PycodestyleBear... [DEBUG][19:14:47] 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][19:14:47] Running bear PEP8Bear... [DEBUG][19:14:47] Running bear PEP8Bear... [DEBUG][19:14:47] Running bear PycodestyleBear... [DEBUG][19:14:47] 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][19:14:47] Running bear PycodestyleBear... [DEBUG][19:14:47] 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][19:14:48] Running bear PEP8Bear... [DEBUG][19:14:48] Running bear PEP8Bear... [DEBUG][19:14:48] Running bear PycodestyleBear... [DEBUG][19:14:48] 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][19:14:48] Running bear PycodestyleBear... [DEBUG][19:14:48] 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][19:14:48] Running bear PEP8Bear... [DEBUG][19:14:48] Running bear PycodestyleBear... [DEBUG][19:14:48] 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][19:14:48] Running bear PEP8Bear... [DEBUG][19:14:48] Running bear PycodestyleBear... [DEBUG][19:14:48] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' [DEBUG][19:14:48] Running bear PEP8Bear... [DEBUG][19:14:48] Running bear PycodestyleBear... [DEBUG][19:14:48] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][19:14:48] Running bear PEP8Bear... [DEBUG][19:14:48] Running bear PycodestyleBear... [DEBUG][19:14:48] 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][19:14:48] Running bear PEP8Bear... [DEBUG][19:14:48] Running bear PycodestyleBear... [DEBUG][19:14:48] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py' Executing section all.linelength... [DEBUG][19:14:48] 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/pitchfork_test.py [DEBUG][19:14:48] 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][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:48] Running bear LineLengthBear... [DEBUG][19:14:49] Running bear LineLengthBear... [DEBUG][19:14:49] Running bear LineLengthBear... [DEBUG][19:14:49] Running bear LineLengthBear... [DEBUG][19:14:49] Running bear LineLengthBear... [DEBUG][19:14:49] Running bear LineLengthBear... [DEBUG][19:14:49] Running bear LineLengthBear... [DEBUG][19:14:49] Running bear LineLengthBear... Executing section all.links... [DEBUG][19:14:49] 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/pitchfork_test.py [DEBUG][19:14:49] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][19:14:49] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][19:14:49] 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][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][19:14:49] Starting new HTTPS connection (1): gitlab.com:443 [DEBUG][19:14:49] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0 [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][19:14:49] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][19:14:49] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][19:14:49] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][19:14:49] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][19:14:49] Running bear InvalidLinkBear... [DEBUG][19:14:49] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][19:14:49] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][19:14:49] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][19:14:50] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][19:14:50] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][19:14:50] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][19:14:50] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][19:14:50] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][19:14:50] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][19:14:50] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][19:14:50] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][19:14:50] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][19:14:50] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0 [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] Running bear InvalidLinkBear... [DEBUG][19:14:50] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][19:14:50] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][19:14:50] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 Executing section jinja2... [DEBUG][19:14:51] 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][19:14:51] 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][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... [DEBUG][19:14:51] Running bear Jinja2Bear... Executing section commit... [DEBUG][19:14:51] Files that will be checked: [DEBUG][19:14:51] 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][19:14:51] Files that will be checked: [DEBUG][19:14:51] 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. ```
nvzard commented 6 years ago

I simply rebased my https://github.com/coala/corobo/pull/581 commit over this PR and resolved the merge conflict. Should I also delete the changes made to lines in requirements.txt: Update Errbot which are again being changed by the top commit?

gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

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

coala --non-interactive -V ``` [WARNING][03:27:58] bears setting has already been defined in section all.python. The previous setting will be overridden. [WARNING][03:27:58] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][03:27:59] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][03:27:59] 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][03:27:59] 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][03:27:59] 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][03:27:59] 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][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... [DEBUG][03:27:59] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][03:27:59] 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][03:27:59] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake' [DEBUG][03:27:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][03:27:59] returning CommandNode(command=['-m'] redirects={}) [DEBUG][03:27:59] returning CommandNode(command=['pip'] redirects={}) [DEBUG][03:27:59] returning CommandNode(command=['show'] redirects={}) [DEBUG][03:27:59] returning CommandNode(command=['autoflake'] redirects={}) [DEBUG][03:27:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:27:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:27:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:27:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:27:59] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}), None, False [DEBUG][03:27:59] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') created [DEBUG][03:27:59] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][03:27:59] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'), {'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', 'autoflake'], 'stdin': None, 'stdout': <_io.BufferedReader name=18>, 'stderr': <_io.BufferedReader name=21>, 'pid': 5207, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][03:27:59] Created thread Thread-3 as reader for Capture-1 [DEBUG][03:27:59] Capture-1: reader thread about to read line [DEBUG][03:27:59] Capture-1: reader thread kicked off, waiting start [DEBUG][03:27:59] Capture-1: reader thread now started [DEBUG][03:27:59] Created thread Thread-4 as reader for Capture-2 [DEBUG][03:27:59] Capture-2: reader thread about to read line [DEBUG][03:27:59] Capture-2: reader thread kicked off, waiting start [DEBUG][03:27:59] Capture-2: reader thread now started [DEBUG][03:27:59] about to wait for process [DEBUG][03:28:00] queued chunk of length 16 to : b'Name: autoflake\n' [DEBUG][03:28:00] queued chunk of length 15 to : b'Version: 0.6.6\n' [DEBUG][03:28:00] queued chunk of length 54 to : b'Summary: Removes unused import' [DEBUG][03:28:00] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][03:28:00] queued chunk of length 21 to : b'Author: Steven Myint\n' [DEBUG][03:28:00] queued chunk of length 22 to : b'Author-email: UNKNOWN\n' [DEBUG][03:28:00] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][03:28:00] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][03:28:00] queued chunk of length 19 to : b'Requires: pyflakes\n' [DEBUG][03:28:00] Capture-1: finished reading stream <_io.BufferedReader name=18> [DEBUG][03:28:00] Capture-2: finished reading stream <_io.BufferedReader name=21> [DEBUG][03:28:00] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=18> stderr=<_io.BufferedReader name=21>)) [DEBUG][03:28:00] pipeline closing [DEBUG][03:28:00] 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][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. [DEBUG][03:28:00] Running bear PyUnusedCodeBear... |----| | /home/travis/build/coala/corobo/tests/git_stats_test.py [DEBUG][03:28:00] Running bear PyUnusedCodeBear... | |++++| /home/travis/build/coala/corobo/tests/git_stats_test.py | 1| |-import logging | 2| 1| from tempfile import mkdtemp | 3| 2| from errbot import BotPlugin | 4| 3| import unittest [INFO][03:28:00] Applied 'ShowPatchAction' on 'tests/git_stats_test.py' from 'PyUnusedCodeBear'. | | [NORMAL] PyUnusedCodeBear: [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... | | This file contains unused source code. [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... |----| | /home/travis/build/coala/corobo/tests/git_stats_test.py | |++++| /home/travis/build/coala/corobo/tests/git_stats_test.py | 1| 1| import logging | 2| 2| from tempfile import mkdtemp | 3| 3| from errbot import BotPlugin | 4| |-import unittest | 5| 4| from unittest.mock import create_autospec | 6| 5| | 7| 6| from IGitt.GitHub.GitHubMergeRequest import GitHubMergeRequest [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [INFO][03:28:00] Applied 'ShowPatchAction' on 'tests/git_stats_test.py' from 'PyUnusedCodeBear'. [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. [DEBUG][03:28:00] Running bear PyUnusedCodeBear... |----| | /home/travis/build/coala/corobo/tests/ban_test.py | |++++| /home/travis/build/coala/corobo/tests/ban_test.py | 1| |-import logging | 2| |-import unittest | 3| 1| from unittest.mock import MagicMock, patch, PropertyMock | 4| 2| | 5| 3| import plugins.ban [INFO][03:28:00] Applied 'ShowPatchAction' on 'tests/ban_test.py' from 'PyUnusedCodeBear'. [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... [DEBUG][03:28:00] Running bear PyUnusedCodeBear... | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. [DEBUG][03:28:00] Running bear PyUnusedCodeBear... |----| | /home/travis/build/coala/corobo/tests/labhub_test.py [DEBUG][03:28:00] Running bear PyUnusedCodeBear... | |++++| /home/travis/build/coala/corobo/tests/labhub_test.py | 1| |-import logging | 2| 1| import queue | 3| 2| import textwrap | 4| 3| import unittest [INFO][03:28:00] Applied 'ShowPatchAction' on 'tests/labhub_test.py' from 'PyUnusedCodeBear'. | | [NORMAL] PyUnusedCodeBear: [DEBUG][03:28:00] Running bear PyUnusedCodeBear... | | This file contains unused source code. |----| | /home/travis/build/coala/corobo/tests/labhub_test.py | |++++| /home/travis/build/coala/corobo/tests/labhub_test.py | 1| 1| import logging | 2| 2| import queue | 3| 3| import textwrap | 4| |-import unittest | 5| 4| from unittest.mock import Mock, MagicMock, create_autospec, PropertyMock, patch | 6| 5| | 7| 6| import github3 [INFO][03:28:00] Applied 'ShowPatchAction' on 'tests/labhub_test.py' from 'PyUnusedCodeBear'. Executing section all.autopep8... [DEBUG][03:28:01] 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][03:28:01] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][03:28:01] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][03:28:01] returning CommandNode(command=['-m'] redirects={}) [DEBUG][03:28:01] returning CommandNode(command=['pip'] redirects={}) [DEBUG][03:28:01] returning CommandNode(command=['show'] redirects={}) [DEBUG][03:28:01] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][03:28:01] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:28:01] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:28:01] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:28:01] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:28:01] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][03:28:01] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][03:28:01] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][03:28:01] 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': 5251, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][03:28:01] Created thread Thread-6 as reader for Capture-3 [DEBUG][03:28:01] Capture-3: reader thread about to read line [DEBUG][03:28:01] Capture-3: reader thread kicked off, waiting start [DEBUG][03:28:01] Capture-3: reader thread now started [DEBUG][03:28:01] Created thread Thread-7 as reader for Capture-4 [DEBUG][03:28:01] Capture-4: reader thread about to read line [DEBUG][03:28:01] Capture-4: reader thread kicked off, waiting start [DEBUG][03:28:01] Capture-4: reader thread now started [DEBUG][03:28:01] about to wait for process [DEBUG][03:28:01] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][03:28:01] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][03:28:01] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][03:28:01] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][03:28:01] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][03:28:01] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][03:28:01] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][03:28:01] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][03:28:01] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][03:28:01] Capture-3: finished reading stream <_io.BufferedReader name=20> [DEBUG][03:28:01] Capture-4: finished reading stream <_io.BufferedReader name=23> [DEBUG][03:28:01] 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][03:28:01] pipeline closing [DEBUG][03:28:01] 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][03:28:01] Running bear PEP8Bear... [DEBUG][03:28:01] Running bear PEP8Bear... [DEBUG][03:28:01] Running bear PycodestyleBear... [DEBUG][03:28:01] 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][03:28:01] Running bear PycodestyleBear... [DEBUG][03:28:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/helper.py' [DEBUG][03:28:01] Running bear PEP8Bear... [DEBUG][03:28:01] Running bear PEP8Bear... [DEBUG][03:28:01] Running bear PycodestyleBear... [DEBUG][03:28:01] 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][03:28:01] Running bear PycodestyleBear... [DEBUG][03:28:01] 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][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] 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][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] 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][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] 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][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] 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][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] 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][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py' [DEBUG][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] 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][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] 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][03:28:02] Running bear PEP8Bear... [DEBUG][03:28:02] Running bear PycodestyleBear... [DEBUG][03:28:02] 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][03:28:03] Running bear PEP8Bear... [DEBUG][03:28:03] Running bear PEP8Bear... [DEBUG][03:28:03] Running bear PycodestyleBear... [DEBUG][03:28:03] 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][03:28:03] Running bear PycodestyleBear... [DEBUG][03:28:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' [DEBUG][03:28:03] Running bear PEP8Bear... [DEBUG][03:28:03] Running bear PEP8Bear... [DEBUG][03:28:03] Running bear PycodestyleBear... [DEBUG][03:28:03] 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][03:28:03] Running bear PycodestyleBear... [DEBUG][03:28:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][03:28:03] Running bear PEP8Bear... [DEBUG][03:28:03] Running bear PEP8Bear... [DEBUG][03:28:03] Running bear PycodestyleBear... [DEBUG][03:28:03] 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][03:28:03] Running bear PycodestyleBear... [DEBUG][03:28:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][03:28:03] Running bear PEP8Bear... [DEBUG][03:28:03] Running bear PycodestyleBear... [DEBUG][03:28:03] 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][03:28:03] Running bear PEP8Bear... [DEBUG][03:28:03] Running bear PycodestyleBear... [DEBUG][03:28:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' [DEBUG][03:28:03] Running bear PEP8Bear... [DEBUG][03:28:03] Running bear PycodestyleBear... [DEBUG][03:28:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PycodestyleBear... [DEBUG][03:28:04] 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][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PycodestyleBear... [DEBUG][03:28:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PycodestyleBear... [DEBUG][03:28:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PycodestyleBear... [DEBUG][03:28: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][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PycodestyleBear... [DEBUG][03:28:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' [DEBUG][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PycodestyleBear... [DEBUG][03:28:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' [DEBUG][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PycodestyleBear... [DEBUG][03:28:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PycodestyleBear... [DEBUG][03:28:04] 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][03:28:04] Running bear PycodestyleBear... [DEBUG][03:28:04] 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][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PycodestyleBear... [DEBUG][03:28:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:04] Running bear PEP8Bear... [DEBUG][03:28:05] Running bear PycodestyleBear... [DEBUG][03:28: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][03:28:05] Running bear PycodestyleBear... [DEBUG][03:28:05] 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][03:28:05] Running bear PEP8Bear... [DEBUG][03:28:05] Running bear PycodestyleBear... [DEBUG][03:28: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][03:28:05] Running bear PEP8Bear... [DEBUG][03:28:05] Running bear PycodestyleBear... [DEBUG][03:28:05] 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][03:28:05] Running bear PEP8Bear... [DEBUG][03:28:05] Running bear PEP8Bear... [DEBUG][03:28:05] Running bear PycodestyleBear... [DEBUG][03:28:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][03:28:05] Running bear PEP8Bear... [DEBUG][03:28:05] Running bear PycodestyleBear... [DEBUG][03:28:05] 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][03:28:05] Running bear PycodestyleBear... [DEBUG][03:28:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' [DEBUG][03:28:05] Running bear PEP8Bear... [DEBUG][03:28:05] Running bear PycodestyleBear... [DEBUG][03:28: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][03:28:06] Running bear PEP8Bear... [DEBUG][03:28:06] Running bear PycodestyleBear... [DEBUG][03:28:06] 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' Executing section all.linelength... [DEBUG][03:28:06] 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][03:28:06] 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][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... [DEBUG][03:28:06] Running bear LineLengthBear... Executing section all.links... [DEBUG][03:28:06] 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][03:28:06] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][03:28:06] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][03:28:06] 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][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][03:28:07] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][03:28:07] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][03:28:07] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][03:28:07] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][03:28:07] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][03:28:07] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][03:28:07] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][03:28:07] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][03:28:07] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][03:28:07] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Starting new HTTPS connection (1): gitlab.com:443 [DEBUG][03:28:07] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0 [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][03:28:07] Running bear InvalidLinkBear... [DEBUG][03:28:07] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][03:28:07] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:28:08] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][03:28:08] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:28:08] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][03:28:08] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:28:08] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][03:28:08] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][03:28:08] Running bear InvalidLinkBear... [DEBUG][03:28:08] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][03:28:08] Running bear InvalidLinkBear... [DEBUG][03:28:08] Running bear InvalidLinkBear... [DEBUG][03:28:08] Running bear InvalidLinkBear... [DEBUG][03:28:08] Running bear InvalidLinkBear... [DEBUG][03:28:08] Running bear InvalidLinkBear... [DEBUG][03:28:08] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0 Executing section jinja2... [DEBUG][03:28:08] 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][03:28:08] 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][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... [DEBUG][03:28:08] Running bear Jinja2Bear... Executing section commit... [DEBUG][03:28:09] Files that will be checked: [DEBUG][03:28:09] 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][03:28:09] Files that will be checked: [DEBUG][03:28:09] 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. ```
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][03:33:26] bears setting has already been defined in section all.python. The previous setting will be overridden. [WARNING][03:33:26] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][03:33:26] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][03:33:26] 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][03:33:26] 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][03:33:27] 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][03:33:27] 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][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... [DEBUG][03:33:27] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][03:33:27] 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][03:33:27] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake' [DEBUG][03:33:27] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][03:33:27] returning CommandNode(command=['-m'] redirects={}) [DEBUG][03:33:27] returning CommandNode(command=['pip'] redirects={}) [DEBUG][03:33:27] returning CommandNode(command=['show'] redirects={}) [DEBUG][03:33:27] returning CommandNode(command=['autoflake'] redirects={}) [DEBUG][03:33:27] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:33:27] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:33:27] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:33:27] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:33:27] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}), None, False [DEBUG][03:33:27] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') created [DEBUG][03:33:27] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][03:33:27] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'), {'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', 'autoflake'], 'stdin': None, 'stdout': <_io.BufferedReader name=18>, 'stderr': <_io.BufferedReader name=21>, 'pid': 5214, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][03:33:27] Created thread Thread-3 as reader for Capture-1 [DEBUG][03:33:27] Capture-1: reader thread about to read line [DEBUG][03:33:27] Capture-1: reader thread kicked off, waiting start [DEBUG][03:33:27] Capture-1: reader thread now started [DEBUG][03:33:27] Created thread Thread-4 as reader for Capture-2 [DEBUG][03:33:27] Capture-2: reader thread about to read line [DEBUG][03:33:27] Capture-2: reader thread kicked off, waiting start [DEBUG][03:33:27] Capture-2: reader thread now started [DEBUG][03:33:27] about to wait for process [DEBUG][03:33:28] queued chunk of length 16 to : b'Name: autoflake\n' [DEBUG][03:33:28] queued chunk of length 15 to : b'Version: 0.6.6\n' [DEBUG][03:33:28] queued chunk of length 54 to : b'Summary: Removes unused import' [DEBUG][03:33:28] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][03:33:28] queued chunk of length 21 to : b'Author: Steven Myint\n' [DEBUG][03:33:28] queued chunk of length 22 to : b'Author-email: UNKNOWN\n' [DEBUG][03:33:28] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][03:33:28] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][03:33:28] queued chunk of length 19 to : b'Requires: pyflakes\n' [DEBUG][03:33:28] Capture-1: finished reading stream <_io.BufferedReader name=18> [DEBUG][03:33:28] Capture-2: finished reading stream <_io.BufferedReader name=21> [DEBUG][03:33:28] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=18> stderr=<_io.BufferedReader name=21>)) [DEBUG][03:33:28] pipeline closing [DEBUG][03:33:28] 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][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. |----| | /home/travis/build/coala/corobo/tests/ban_test.py | |++++| /home/travis/build/coala/corobo/tests/ban_test.py | 1| |-import logging | 2| |-import unittest | 3| 1| from unittest.mock import MagicMock, patch, PropertyMock | 4| 2| | 5| 3| import plugins.ban [INFO][03:33:28] Applied 'ShowPatchAction' on 'tests/ban_test.py' from 'PyUnusedCodeBear'. [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. |----| | /home/travis/build/coala/corobo/tests/git_stats_test.py | |++++| /home/travis/build/coala/corobo/tests/git_stats_test.py | 1| |-import logging | 2| 1| from tempfile import mkdtemp | 3| 2| from errbot import BotPlugin | 4| 3| import unittest [INFO][03:33:28] Applied 'ShowPatchAction' on 'tests/git_stats_test.py' from 'PyUnusedCodeBear'. | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. [DEBUG][03:33:28] Running bear PyUnusedCodeBear... |----| | /home/travis/build/coala/corobo/tests/git_stats_test.py [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... | |++++| /home/travis/build/coala/corobo/tests/git_stats_test.py | 1| 1| import logging | 2| 2| from tempfile import mkdtemp | 3| 3| from errbot import BotPlugin | 4| |-import unittest [DEBUG][03:33:28] Running bear PyUnusedCodeBear... | 5| 4| from unittest.mock import create_autospec | 6| 5| | 7| 6| from IGitt.GitHub.GitHubMergeRequest import GitHubMergeRequest [INFO][03:33:28] Applied 'ShowPatchAction' on 'tests/git_stats_test.py' from 'PyUnusedCodeBear'. [DEBUG][03:33:28] Running bear PyUnusedCodeBear... | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. [DEBUG][03:33:28] Running bear PyUnusedCodeBear... |----| | /home/travis/build/coala/corobo/tests/labhub_test.py | |++++| /home/travis/build/coala/corobo/tests/labhub_test.py | 1| |-import logging | 2| 1| import queue | 3| 2| import textwrap | 4| 3| import unittest [INFO][03:33:28] Applied 'ShowPatchAction' on 'tests/labhub_test.py' from 'PyUnusedCodeBear'. | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. |----| | /home/travis/build/coala/corobo/tests/labhub_test.py | |++++| /home/travis/build/coala/corobo/tests/labhub_test.py | 1| 1| import logging | 2| 2| import queue | 3| 3| import textwrap | 4| |-import unittest | 5| 4| from unittest.mock import Mock, MagicMock, create_autospec, PropertyMock, patch | 6| 5| | 7| 6| import github3 [INFO][03:33:28] Applied 'ShowPatchAction' on 'tests/labhub_test.py' from 'PyUnusedCodeBear'. [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... [DEBUG][03:33:28] Running bear PyUnusedCodeBear... Executing section all.autopep8... [DEBUG][03:33:28] 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][03:33:28] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][03:33:28] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][03:33:28] returning CommandNode(command=['-m'] redirects={}) [DEBUG][03:33:28] returning CommandNode(command=['pip'] redirects={}) [DEBUG][03:33:28] returning CommandNode(command=['show'] redirects={}) [DEBUG][03:33:28] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][03:33:28] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:33:28] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:33:28] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:33:28] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:33:28] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][03:33:28] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][03:33:28] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][03:33:28] 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': 5258, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][03:33:28] Created thread Thread-6 as reader for Capture-3 [DEBUG][03:33:28] Capture-3: reader thread about to read line [DEBUG][03:33:28] Capture-3: reader thread kicked off, waiting start [DEBUG][03:33:28] Capture-3: reader thread now started [DEBUG][03:33:28] Created thread Thread-7 as reader for Capture-4 [DEBUG][03:33:28] Capture-4: reader thread about to read line [DEBUG][03:33:28] Capture-4: reader thread kicked off, waiting start [DEBUG][03:33:28] Capture-4: reader thread now started [DEBUG][03:33:28] about to wait for process [DEBUG][03:33:29] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][03:33:29] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][03:33:29] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][03:33:29] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][03:33:29] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][03:33:29] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][03:33:29] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][03:33:29] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][03:33:29] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][03:33:29] Capture-4: finished reading stream <_io.BufferedReader name=23> [DEBUG][03:33:29] Capture-3: finished reading stream <_io.BufferedReader name=20> [DEBUG][03:33:29] 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][03:33:29] pipeline closing [DEBUG][03:33:29] 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][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' [DEBUG][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] 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][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] 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][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] 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][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] 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][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:29] Running bear PycodestyleBear... [DEBUG][03:33:29] 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][03:33:29] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' [DEBUG][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] 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][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] 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][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] 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][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] 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][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] 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][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] 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][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] 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][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/helper.py' [DEBUG][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PEP8Bear... [DEBUG][03:33:30] Running bear PycodestyleBear... [DEBUG][03:33:30] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py' [DEBUG][03:33:31] Running bear PEP8Bear... [DEBUG][03:33:31] Running bear PycodestyleBear... [DEBUG][03:33:31] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][03:33:31] Running bear PycodestyleBear... [DEBUG][03:33:31] 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][03:33:31] Running bear PEP8Bear... [DEBUG][03:33:31] Running bear PycodestyleBear... [DEBUG][03:33:31] 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][03:33:31] Running bear PEP8Bear... [DEBUG][03:33:31] Running bear PEP8Bear... [DEBUG][03:33:31] Running bear PycodestyleBear... [DEBUG][03:33:31] 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][03:33:31] Running bear PycodestyleBear... [DEBUG][03:33:31] 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][03:33:31] Running bear PEP8Bear... [DEBUG][03:33:31] Running bear PEP8Bear... [DEBUG][03:33:31] Running bear PycodestyleBear... [DEBUG][03:33:31] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][03:33:31] Running bear PycodestyleBear... [DEBUG][03:33:31] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][03:33:31] Running bear PEP8Bear... [DEBUG][03:33:31] Running bear PEP8Bear... [DEBUG][03:33:31] Running bear PycodestyleBear... [DEBUG][03:33:31] 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][03:33:32] Running bear PycodestyleBear... [DEBUG][03:33:32] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py' [DEBUG][03:33:32] Running bear PEP8Bear... [DEBUG][03:33:32] Running bear PycodestyleBear... [DEBUG][03:33:32] 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][03:33:32] Running bear PEP8Bear... [DEBUG][03:33:32] Running bear PycodestyleBear... [DEBUG][03:33:32] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][03:33:32] Running bear PEP8Bear... [DEBUG][03:33:32] Running bear PycodestyleBear... [DEBUG][03:33:32] 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][03:33:32] Running bear PEP8Bear... [DEBUG][03:33:32] Running bear PycodestyleBear... [DEBUG][03:33:32] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][03:33:32] Running bear PEP8Bear... [DEBUG][03:33:32] Running bear PycodestyleBear... [DEBUG][03:33:32] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' [DEBUG][03:33:32] Running bear PEP8Bear... [DEBUG][03:33:32] Running bear PycodestyleBear... [DEBUG][03:33:32] 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][03:33:32] Running bear PEP8Bear... [DEBUG][03:33:32] Running bear PEP8Bear... [DEBUG][03:33:32] Running bear PycodestyleBear... [DEBUG][03:33:32] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' [DEBUG][03:33:32] Running bear PEP8Bear... [DEBUG][03:33:32] Running bear PycodestyleBear... [DEBUG][03:33:32] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' [DEBUG][03:33:32] Running bear PycodestyleBear... [DEBUG][03:33:32] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][03:33:33] Running bear PEP8Bear... [DEBUG][03:33:33] Running bear PEP8Bear... [DEBUG][03:33:33] Running bear PycodestyleBear... [DEBUG][03:33:33] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' [DEBUG][03:33:33] Running bear PycodestyleBear... [DEBUG][03:33:33] 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][03:33:33] Running bear PEP8Bear... [DEBUG][03:33:33] Running bear PEP8Bear... [DEBUG][03:33:33] Running bear PycodestyleBear... [DEBUG][03:33:33] 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][03:33:33] Running bear PycodestyleBear... [DEBUG][03:33:33] 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][03:33:33] Running bear PEP8Bear... [DEBUG][03:33:33] Running bear PycodestyleBear... [DEBUG][03:33:33] 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' Executing section all.linelength... [DEBUG][03:33:33] 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][03:33:33] 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][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... [DEBUG][03:33:33] Running bear LineLengthBear... Executing section all.links... [DEBUG][03:33:34] 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][03:33:34] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][03:33:34] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][03:33:34] 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][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][03:33:34] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Starting new HTTPS connection (1): gitlab.com:443 [DEBUG][03:33:34] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][03:33:34] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0 [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][03:33:34] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0 [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Running bear InvalidLinkBear... [DEBUG][03:33:34] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:33:35] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][03:33:35] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:33:35] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][03:33:35] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:33:35] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][03:33:35] Running bear InvalidLinkBear... [DEBUG][03:33:35] Running bear InvalidLinkBear... [DEBUG][03:33:35] Running bear InvalidLinkBear... [DEBUG][03:33:35] Running bear InvalidLinkBear... [DEBUG][03:33:35] Running bear InvalidLinkBear... [DEBUG][03:33:35] Running bear InvalidLinkBear... [DEBUG][03:33:35] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][03:33:35] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][03:33:35] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:33:35] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][03:33:35] Running bear InvalidLinkBear... [DEBUG][03:33:35] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][03:33:35] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][03:33:35] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][03:33:35] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][03:33:35] Running bear InvalidLinkBear... [DEBUG][03:33:35] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][03:33:35] Running bear InvalidLinkBear... [DEBUG][03:33:35] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][03:33:35] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][03:33:35] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][03:33:35] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 Executing section jinja2... [DEBUG][03:33:36] 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][03:33:36] 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][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... [DEBUG][03:33:36] Running bear Jinja2Bear... Executing section commit... [DEBUG][03:33:36] Files that will be checked: [DEBUG][03:33:36] 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][03:33:36] Files that will be checked: [DEBUG][03:33:36] 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. ```
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][03:35:15] bears setting has already been defined in section all.python. The previous setting will be overridden. [WARNING][03:35:15] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][03:35:15] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][03:35:15] 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][03:35:15] 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][03:35:16] 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][03:35:16] 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][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... [DEBUG][03:35:16] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][03:35:16] 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][03:35:16] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake' [DEBUG][03:35:16] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][03:35:16] returning CommandNode(command=['-m'] redirects={}) [DEBUG][03:35:16] returning CommandNode(command=['pip'] redirects={}) [DEBUG][03:35:16] returning CommandNode(command=['show'] redirects={}) [DEBUG][03:35:16] returning CommandNode(command=['autoflake'] redirects={}) [DEBUG][03:35:16] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:35:16] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:35:16] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:35:16] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:35:16] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}), None, False [DEBUG][03:35:16] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') created [DEBUG][03:35:16] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][03:35:16] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'), {'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', 'autoflake'], 'stdin': None, 'stdout': <_io.BufferedReader name=18>, 'stderr': <_io.BufferedReader name=21>, 'pid': 5278, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][03:35:16] Created thread Thread-3 as reader for Capture-1 [DEBUG][03:35:16] Capture-1: reader thread about to read line [DEBUG][03:35:16] Capture-1: reader thread kicked off, waiting start [DEBUG][03:35:16] Capture-1: reader thread now started [DEBUG][03:35:16] Created thread Thread-4 as reader for Capture-2 [DEBUG][03:35:16] Capture-2: reader thread about to read line [DEBUG][03:35:16] Capture-2: reader thread kicked off, waiting start [DEBUG][03:35:16] Capture-2: reader thread now started [DEBUG][03:35:16] about to wait for process [DEBUG][03:35:17] queued chunk of length 16 to : b'Name: autoflake\n' [DEBUG][03:35:17] queued chunk of length 15 to : b'Version: 0.6.6\n' [DEBUG][03:35:17] queued chunk of length 54 to : b'Summary: Removes unused import' [DEBUG][03:35:17] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][03:35:17] queued chunk of length 21 to : b'Author: Steven Myint\n' [DEBUG][03:35:17] queued chunk of length 22 to : b'Author-email: UNKNOWN\n' [DEBUG][03:35:17] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][03:35:17] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][03:35:17] queued chunk of length 19 to : b'Requires: pyflakes\n' [DEBUG][03:35:17] Capture-2: finished reading stream <_io.BufferedReader name=21> [DEBUG][03:35:17] Capture-1: finished reading stream <_io.BufferedReader name=18> [DEBUG][03:35:17] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=18> stderr=<_io.BufferedReader name=21>)) [DEBUG][03:35:17] pipeline closing [DEBUG][03:35:17] 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][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. |----| | /home/travis/build/coala/corobo/tests/ban_test.py | |++++| /home/travis/build/coala/corobo/tests/ban_test.py | 1| |-import logging | 2| |-import unittest | 3| 1| from unittest.mock import MagicMock, patch, PropertyMock | 4| 2| | 5| 3| import plugins.ban [INFO][03:35:17] Applied 'ShowPatchAction' on 'tests/ban_test.py' from 'PyUnusedCodeBear'. [DEBUG][03:35:17] Running bear PyUnusedCodeBear... | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. |----| | /home/travis/build/coala/corobo/tests/git_stats_test.py | |++++| /home/travis/build/coala/corobo/tests/git_stats_test.py | 1| |-import logging | 2| 1| from tempfile import mkdtemp | 3| 2| from errbot import BotPlugin | 4| 3| import unittest [INFO][03:35:17] Applied 'ShowPatchAction' on 'tests/git_stats_test.py' from 'PyUnusedCodeBear'. | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. |----| | /home/travis/build/coala/corobo/tests/git_stats_test.py | |++++| /home/travis/build/coala/corobo/tests/git_stats_test.py | 1| 1| import logging | 2| 2| from tempfile import mkdtemp | 3| 3| from errbot import BotPlugin | 4| |-import unittest | 5| 4| from unittest.mock import create_autospec | 6| 5| | 7| 6| from IGitt.GitHub.GitHubMergeRequest import GitHubMergeRequest [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [INFO][03:35:17] Applied 'ShowPatchAction' on 'tests/git_stats_test.py' from 'PyUnusedCodeBear'. [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. |----| | /home/travis/build/coala/corobo/tests/labhub_test.py | |++++| /home/travis/build/coala/corobo/tests/labhub_test.py [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... | 1| |-import logging | 2| 1| import queue | 3| 2| import textwrap | 4| 3| import unittest [INFO][03:35:17] Applied 'ShowPatchAction' on 'tests/labhub_test.py' from 'PyUnusedCodeBear'. | | [NORMAL] PyUnusedCodeBear: [DEBUG][03:35:17] Running bear PyUnusedCodeBear... | | This file contains unused source code. [DEBUG][03:35:17] Running bear PyUnusedCodeBear... |----| | /home/travis/build/coala/corobo/tests/labhub_test.py | |++++| /home/travis/build/coala/corobo/tests/labhub_test.py | 1| 1| import logging | 2| 2| import queue | 3| 3| import textwrap | 4| |-import unittest | 5| 4| from unittest.mock import Mock, MagicMock, create_autospec, PropertyMock, patch | 6| 5| | 7| 6| import github3 [INFO][03:35:17] Applied 'ShowPatchAction' on 'tests/labhub_test.py' from 'PyUnusedCodeBear'. [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... [DEBUG][03:35:17] Running bear PyUnusedCodeBear... Executing section all.autopep8... [DEBUG][03:35:17] 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][03:35:17] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][03:35:17] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][03:35:17] returning CommandNode(command=['-m'] redirects={}) [DEBUG][03:35:17] returning CommandNode(command=['pip'] redirects={}) [DEBUG][03:35:17] returning CommandNode(command=['show'] redirects={}) [DEBUG][03:35:17] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][03:35:17] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:35:17] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:35:17] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:35:17] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:35:17] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][03:35:17] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][03:35:17] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][03:35:17] 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': 5322, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][03:35:17] Created thread Thread-6 as reader for Capture-3 [DEBUG][03:35:17] Capture-3: reader thread about to read line [DEBUG][03:35:17] Capture-3: reader thread kicked off, waiting start [DEBUG][03:35:17] Capture-3: reader thread now started [DEBUG][03:35:17] Created thread Thread-7 as reader for Capture-4 [DEBUG][03:35:17] Capture-4: reader thread about to read line [DEBUG][03:35:17] Capture-4: reader thread kicked off, waiting start [DEBUG][03:35:17] Capture-4: reader thread now started [DEBUG][03:35:17] about to wait for process [DEBUG][03:35:18] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][03:35:18] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][03:35:18] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][03:35:18] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][03:35:18] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][03:35:18] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][03:35:18] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][03:35:18] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][03:35:18] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][03:35:18] Capture-3: finished reading stream <_io.BufferedReader name=20> [DEBUG][03:35:18] Capture-4: finished reading stream <_io.BufferedReader name=23> [DEBUG][03:35:18] 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][03:35:18] pipeline closing [DEBUG][03:35:18] 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][03:35:18] Running bear PEP8Bear... [DEBUG][03:35:18] Running bear PEP8Bear... [DEBUG][03:35:18] Running bear PycodestyleBear... [DEBUG][03:35:18] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][03:35:18] Running bear PycodestyleBear... [DEBUG][03:35:18] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][03:35:18] Running bear PEP8Bear... [DEBUG][03:35:18] Running bear PycodestyleBear... [DEBUG][03:35:18] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][03:35:18] Running bear PEP8Bear... [DEBUG][03:35:18] Running bear PycodestyleBear... [DEBUG][03:35:18] 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][03:35:18] Running bear PEP8Bear... [DEBUG][03:35:18] Running bear PycodestyleBear... [DEBUG][03:35:18] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][03:35:18] Running bear PEP8Bear... [DEBUG][03:35:18] Running bear PycodestyleBear... [DEBUG][03:35:18] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' [DEBUG][03:35:18] Running bear PEP8Bear... [DEBUG][03:35:18] Running bear PycodestyleBear... [DEBUG][03:35:18] 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][03:35:18] Running bear PEP8Bear... [DEBUG][03:35:18] Running bear PEP8Bear... [DEBUG][03:35:19] Running bear PycodestyleBear... [DEBUG][03:35:19] 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][03:35:19] Running bear PycodestyleBear... [DEBUG][03:35:19] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' [DEBUG][03:35:19] Running bear PEP8Bear... [DEBUG][03:35:19] Running bear PycodestyleBear... [DEBUG][03:35:19] 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][03:35:19] Running bear PEP8Bear... [DEBUG][03:35:19] Running bear PEP8Bear... [DEBUG][03:35:19] Running bear PycodestyleBear... [DEBUG][03:35:19] 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][03:35:19] Running bear PycodestyleBear... [DEBUG][03:35:19] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py' [DEBUG][03:35:19] Running bear PEP8Bear... [DEBUG][03:35:19] Running bear PEP8Bear... [DEBUG][03:35:19] Running bear PycodestyleBear... [DEBUG][03:35:19] 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][03:35:19] Running bear PycodestyleBear... [DEBUG][03:35:19] 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][03:35:19] Running bear PEP8Bear... [DEBUG][03:35:19] Running bear PycodestyleBear... [DEBUG][03:35:19] 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][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:20] 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][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:20] 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][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/helper.py' [DEBUG][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:20] 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][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:20] 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][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:20] 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][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' [DEBUG][03:35:20] Running bear PEP8Bear... [DEBUG][03:35:20] Running bear PycodestyleBear... [DEBUG][03:35:21] 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][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py' [DEBUG][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] 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][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' [DEBUG][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] 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][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] 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][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] 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][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' [DEBUG][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] 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][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PEP8Bear... [DEBUG][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] 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][03:35:21] Running bear PycodestyleBear... [DEBUG][03:35:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' [DEBUG][03:35:22] Running bear PEP8Bear... [DEBUG][03:35:22] Running bear PEP8Bear... [DEBUG][03:35:22] Running bear PycodestyleBear... [DEBUG][03:35:22] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][03:35:22] Running bear PycodestyleBear... [DEBUG][03:35:22] 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][03:35:22] Running bear PEP8Bear... [DEBUG][03:35:22] Running bear PycodestyleBear... [DEBUG][03:35:22] 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][03:35:22] Running bear PEP8Bear... [DEBUG][03:35:22] Running bear PycodestyleBear... [DEBUG][03:35:22] 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][03:35:22] Running bear PEP8Bear... [DEBUG][03:35:22] Running bear PycodestyleBear... [DEBUG][03:35:22] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][03:35:22] Running bear PEP8Bear... [DEBUG][03:35:22] Running bear PycodestyleBear... [DEBUG][03:35:22] 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][03:35:22] Running bear PEP8Bear... [DEBUG][03:35:22] Running bear PycodestyleBear... [DEBUG][03:35:22] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' Executing section all.linelength... [DEBUG][03:35:23] 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][03:35:23] 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][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... [DEBUG][03:35:23] Running bear LineLengthBear... Executing section all.links... [DEBUG][03:35:23] 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][03:35:23] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][03:35:23] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][03:35:23] 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][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][03:35:23] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][03:35:23] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][03:35:23] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][03:35:23] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][03:35:23] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][03:35:23] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][03:35:23] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][03:35:23] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:23] Starting new HTTPS connection (1): gitlab.com:443 [DEBUG][03:35:23] Running bear InvalidLinkBear... [DEBUG][03:35:24] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0 [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:35:24] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][03:35:24] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][03:35:24] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:35:24] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][03:35:24] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][03:35:24] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][03:35:24] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:35:24] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][03:35:24] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0 [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:24] Running bear InvalidLinkBear... [DEBUG][03:35:25] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 Executing section jinja2... [DEBUG][03:35:25] 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][03:35:25] 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][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... [DEBUG][03:35:25] Running bear Jinja2Bear... Executing section commit... [DEBUG][03:35:25] Files that will be checked: [DEBUG][03:35:25] 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][03:35:25] Files that will be checked: [DEBUG][03:35:25] 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. ```
gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

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

coala --non-interactive -V ``` [WARNING][03:47:57] bears setting has already been defined in section all.python. The previous setting will be overridden. [WARNING][03:47:57] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][03:47:57] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][03:47:57] 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][03:47:57] 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][03:47:58] 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][03:47:58] 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][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... [DEBUG][03:47:58] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][03:47:58] 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][03:47:58] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake' [DEBUG][03:47:58] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][03:47:58] returning CommandNode(command=['-m'] redirects={}) [DEBUG][03:47:58] returning CommandNode(command=['pip'] redirects={}) [DEBUG][03:47:58] returning CommandNode(command=['show'] redirects={}) [DEBUG][03:47:58] returning CommandNode(command=['autoflake'] redirects={}) [DEBUG][03:47:58] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:47:58] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:47:58] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:47:58] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][03:47:58] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}), None, False [DEBUG][03:47:58] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') created [DEBUG][03:47:58] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][03:47:58] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'), {'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', 'autoflake'], 'stdin': None, 'stdout': <_io.BufferedReader name=18>, 'stderr': <_io.BufferedReader name=21>, 'pid': 5280, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][03:47:58] Created thread Thread-3 as reader for Capture-1 [DEBUG][03:47:58] Capture-1: reader thread about to read line [DEBUG][03:47:58] Capture-1: reader thread kicked off, waiting start [DEBUG][03:47:58] Capture-1: reader thread now started [DEBUG][03:47:58] Created thread Thread-4 as reader for Capture-2 [DEBUG][03:47:58] Capture-2: reader thread about to read line [DEBUG][03:47:58] Capture-2: reader thread kicked off, waiting start [DEBUG][03:47:58] Capture-2: reader thread now started [DEBUG][03:47:58] about to wait for process [DEBUG][03:47:59] queued chunk of length 16 to : b'Name: autoflake\n' [DEBUG][03:47:59] queued chunk of length 15 to : b'Version: 0.6.6\n' [DEBUG][03:47:59] queued chunk of length 54 to : b'Summary: Removes unused import' [DEBUG][03:47:59] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][03:47:59] queued chunk of length 21 to : b'Author: Steven Myint\n' [DEBUG][03:47:59] queued chunk of length 22 to : b'Author-email: UNKNOWN\n' [DEBUG][03:47:59] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][03:47:59] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][03:47:59] queued chunk of length 19 to : b'Requires: pyflakes\n' [DEBUG][03:47:59] Capture-2: finished reading stream <_io.BufferedReader name=21> [DEBUG][03:47:59] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=18> stderr=<_io.BufferedReader name=21>)) [DEBUG][03:47:59] pipeline closing [DEBUG][03:47:59] Capture-1: finished reading stream <_io.BufferedReader name=18> [DEBUG][03:47:59] 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][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... | | [NORMAL] PyUnusedCodeBear: | | This file contains unused source code. [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... |----| | /home/travis/build/coala/corobo/tests/git_stats_test.py | |++++| /home/travis/build/coala/corobo/tests/git_stats_test.py | 1| |-import logging | 2| 1| from tempfile import mkdtemp | 3| 2| from errbot import BotPlugin | 4| 3| from unittest.mock import create_autospec [INFO][03:47:59] Applied 'ShowPatchAction' on 'tests/git_stats_test.py' from 'PyUnusedCodeBear'. [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... [DEBUG][03:47:59] Running bear PyUnusedCodeBear... Executing section all.autopep8... [DEBUG][03:47:59] 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][03:47:59] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][03:47:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][03:47:59] returning CommandNode(command=['-m'] redirects={}) [DEBUG][03:47:59] returning CommandNode(command=['pip'] redirects={}) [DEBUG][03:47:59] returning CommandNode(command=['show'] redirects={}) [DEBUG][03:47:59] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][03:47:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:47:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:47:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:47:59] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][03:47:59] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][03:47:59] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][03:47:59] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][03:47:59] 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': 5324, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][03:47:59] Created thread Thread-6 as reader for Capture-3 [DEBUG][03:47:59] Capture-3: reader thread about to read line [DEBUG][03:47:59] Capture-3: reader thread kicked off, waiting start [DEBUG][03:47:59] Capture-3: reader thread now started [DEBUG][03:47:59] Created thread Thread-7 as reader for Capture-4 [DEBUG][03:47:59] Capture-4: reader thread about to read line [DEBUG][03:47:59] Capture-4: reader thread kicked off, waiting start [DEBUG][03:47:59] Capture-4: reader thread now started [DEBUG][03:47:59] about to wait for process [DEBUG][03:48:00] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][03:48:00] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][03:48:00] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][03:48:00] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][03:48:00] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][03:48:00] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][03:48:00] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][03:48:00] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][03:48:00] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][03:48:00] Capture-3: finished reading stream <_io.BufferedReader name=20> [DEBUG][03:48:00] Capture-4: finished reading stream <_io.BufferedReader name=23> [DEBUG][03:48:00] 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][03:48:00] pipeline closing [DEBUG][03:48:00] 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][03:48:00] Running bear PEP8Bear... [DEBUG][03:48:00] Running bear PEP8Bear... [DEBUG][03:48:00] Running bear PycodestyleBear... [DEBUG][03:48:00] 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][03:48:00] Running bear PycodestyleBear... [DEBUG][03:48:00] 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][03:48:00] Running bear PEP8Bear... [DEBUG][03:48:00] Running bear PycodestyleBear... [DEBUG][03:48:00] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][03:48:00] Running bear PEP8Bear... [DEBUG][03:48:00] Running bear PycodestyleBear... [DEBUG][03:48:00] 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][03:48:00] Running bear PEP8Bear... [DEBUG][03:48:00] Running bear PycodestyleBear... [DEBUG][03:48:00] 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][03:48:00] Running bear PEP8Bear... [DEBUG][03:48:00] Running bear PycodestyleBear... [DEBUG][03:48:00] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' [DEBUG][03:48:00] Running bear PEP8Bear... [DEBUG][03:48:00] Running bear PycodestyleBear... [DEBUG][03:48:00] 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][03:48:00] Running bear PEP8Bear... [DEBUG][03:48:00] Running bear PEP8Bear... [DEBUG][03:48:00] Running bear PycodestyleBear... [DEBUG][03:48:00] 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][03:48:00] Running bear PycodestyleBear... [DEBUG][03:48:00] 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][03:48:01] Running bear PEP8Bear... [DEBUG][03:48:01] Running bear PEP8Bear... [DEBUG][03:48:01] Running bear PycodestyleBear... [DEBUG][03:48:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][03:48:01] Running bear PycodestyleBear... [DEBUG][03:48:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' [DEBUG][03:48:01] Running bear PEP8Bear... [DEBUG][03:48:01] Running bear PycodestyleBear... [DEBUG][03:48:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py' [DEBUG][03:48:01] Running bear PEP8Bear... [DEBUG][03:48:01] Running bear PycodestyleBear... [DEBUG][03:48:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][03:48:01] Running bear PEP8Bear... [DEBUG][03:48:01] Running bear PEP8Bear... [DEBUG][03:48:01] Running bear PycodestyleBear... [DEBUG][03:48:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][03:48:01] Running bear PycodestyleBear... [DEBUG][03:48:01] 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][03:48:01] Running bear PEP8Bear... [DEBUG][03:48:01] Running bear PEP8Bear... [DEBUG][03:48:01] Running bear PycodestyleBear... [DEBUG][03:48:01] 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][03:48:01] Running bear PycodestyleBear... [DEBUG][03:48:01] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][03:48:01] Running bear PEP8Bear... [DEBUG][03:48:01] Running bear PycodestyleBear... [DEBUG][03:48:01] 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][03:48:01] Running bear PEP8Bear... [DEBUG][03:48:02] Running bear PEP8Bear... [DEBUG][03:48:02] Running bear PycodestyleBear... [DEBUG][03:48:02] 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][03:48:02] Running bear PycodestyleBear... [DEBUG][03:48:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' [DEBUG][03:48:02] Running bear PEP8Bear... [DEBUG][03:48:02] Running bear PycodestyleBear... [DEBUG][03:48:02] 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][03:48:02] Running bear PEP8Bear... [DEBUG][03:48:02] Running bear PEP8Bear... [DEBUG][03:48:02] Running bear PycodestyleBear... [DEBUG][03:48:02] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][03:48:02] Running bear PycodestyleBear... [DEBUG][03:48:02] 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][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:03] Running bear PycodestyleBear... [DEBUG][03:48:03] 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][03:48:03] Running bear PycodestyleBear... [DEBUG][03:48:03] 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][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:03] Running bear PycodestyleBear... [DEBUG][03:48:03] 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][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:03] Running bear PycodestyleBear... [DEBUG][03:48:03] 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][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:03] Running bear PycodestyleBear... [DEBUG][03:48:03] 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][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:03] Running bear PycodestyleBear... [DEBUG][03:48:03] 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][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:03] Running bear PycodestyleBear... [DEBUG][03:48:03] 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][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:03] Running bear PycodestyleBear... [DEBUG][03:48:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:03] Running bear PycodestyleBear... [DEBUG][03:48:03] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' [DEBUG][03:48:03] Running bear PycodestyleBear... [DEBUG][03:48:03] 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][03:48:03] Running bear PEP8Bear... [DEBUG][03:48:04] Running bear PycodestyleBear... [DEBUG][03:48:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][03:48:04] Running bear PEP8Bear... [DEBUG][03:48:04] Running bear PycodestyleBear... [DEBUG][03:48:04] 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][03:48:04] Running bear PEP8Bear... [DEBUG][03:48:04] Running bear PEP8Bear... [DEBUG][03:48:04] Running bear PycodestyleBear... [DEBUG][03:48: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][03:48:04] Running bear PycodestyleBear... [DEBUG][03:48:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/helper.py' [DEBUG][03:48:04] Running bear PEP8Bear... [DEBUG][03:48:04] Running bear PEP8Bear... [DEBUG][03:48:04] Running bear PycodestyleBear... [DEBUG][03:48:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][03:48:04] Running bear PycodestyleBear... [DEBUG][03:48:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][03:48:04] Running bear PEP8Bear... [DEBUG][03:48:04] Running bear PycodestyleBear... [DEBUG][03:48:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][03:48:04] Running bear PEP8Bear... [DEBUG][03:48:04] Running bear PycodestyleBear... [DEBUG][03:48:04] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' [DEBUG][03:48:04] Running bear PEP8Bear... [DEBUG][03:48:04] Running bear PycodestyleBear... [DEBUG][03:48:04] 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][03:48:04] Running bear PEP8Bear... [DEBUG][03:48:04] Running bear PEP8Bear... [DEBUG][03:48:05] Running bear PycodestyleBear... [DEBUG][03:48:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][03:48:05] Running bear PycodestyleBear... [DEBUG][03:48: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][03:48:05] Running bear PEP8Bear... [DEBUG][03:48:05] Running bear PycodestyleBear... [DEBUG][03:48:05] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' Executing section all.linelength... [DEBUG][03:48:05] 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][03:48:05] 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][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... [DEBUG][03:48:05] Running bear LineLengthBear... Executing section all.links... [DEBUG][03:48:06] 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][03:48:06] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][03:48:06] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][03:48:06] 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][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][03:48:06] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0 [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][03:48:06] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:48:06] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][03:48:06] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][03:48:06] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:48:06] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][03:48:06] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][03:48:06] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][03:48:06] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][03:48:06] Running bear InvalidLinkBear... [DEBUG][03:48:06] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][03:48:06] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][03:48:07] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][03:48:07] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Starting new HTTPS connection (1): gitlab.com:443 [DEBUG][03:48:07] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][03:48:07] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0 [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][03:48:07] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][03:48:07] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][03:48:07] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][03:48:07] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] Running bear InvalidLinkBear... [DEBUG][03:48:07] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 Executing section jinja2... [DEBUG][03:48:08] 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][03:48:08] 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][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... [DEBUG][03:48:08] Running bear Jinja2Bear... Executing section commit... [DEBUG][03:48:08] Files that will be checked: [DEBUG][03:48:08] 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][03:48:08] Files that will be checked: [DEBUG][03:48:09] 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. ```
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.

gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on 76cc90b88248139eb8fbafbfd8f4ebc41ce38699, file tests/lmgtfy_test.py, line 13.

Broken link - unable to connect to https://www.lmgtfy.com/?q=py

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

coala --non-interactive -V ``` [WARNING][06:37:15] bears setting has already been defined in section all.python. The previous setting will be overridden. [WARNING][06:37:15] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][06:37:16] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][06:37:16] 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][06:37:16] 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][06:37:16] 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][06:37:16] 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][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... [DEBUG][06:37:16] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][06:37:16] 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][06:37:16] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake' [DEBUG][06:37:16] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][06:37:16] returning CommandNode(command=['-m'] redirects={}) [DEBUG][06:37:16] returning CommandNode(command=['pip'] redirects={}) [DEBUG][06:37:16] returning CommandNode(command=['show'] redirects={}) [DEBUG][06:37:16] returning CommandNode(command=['autoflake'] redirects={}) [DEBUG][06:37:16] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][06:37:16] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][06:37:16] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][06:37:16] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][06:37:16] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}), None, False [DEBUG][06:37:16] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') created [DEBUG][06:37:16] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][06:37:16] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'), {'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', 'autoflake'], 'stdin': None, 'stdout': <_io.BufferedReader name=18>, 'stderr': <_io.BufferedReader name=21>, 'pid': 5265, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][06:37:16] Created thread Thread-3 as reader for Capture-1 [DEBUG][06:37:16] Capture-1: reader thread about to read line [DEBUG][06:37:16] Capture-1: reader thread kicked off, waiting start [DEBUG][06:37:16] Capture-1: reader thread now started [DEBUG][06:37:16] Created thread Thread-4 as reader for Capture-2 [DEBUG][06:37:16] Capture-2: reader thread about to read line [DEBUG][06:37:16] Capture-2: reader thread kicked off, waiting start [DEBUG][06:37:16] Capture-2: reader thread now started [DEBUG][06:37:16] about to wait for process [DEBUG][06:37:17] queued chunk of length 16 to : b'Name: autoflake\n' [DEBUG][06:37:17] queued chunk of length 15 to : b'Version: 0.6.6\n' [DEBUG][06:37:17] queued chunk of length 54 to : b'Summary: Removes unused import' [DEBUG][06:37:17] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][06:37:17] queued chunk of length 21 to : b'Author: Steven Myint\n' [DEBUG][06:37:17] queued chunk of length 22 to : b'Author-email: UNKNOWN\n' [DEBUG][06:37:17] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][06:37:17] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][06:37:17] queued chunk of length 19 to : b'Requires: pyflakes\n' [DEBUG][06:37:17] Capture-1: finished reading stream <_io.BufferedReader name=18> [DEBUG][06:37:17] Capture-2: finished reading stream <_io.BufferedReader name=21> [DEBUG][06:37:17] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=18> stderr=<_io.BufferedReader name=21>)) [DEBUG][06:37:17] pipeline closing [DEBUG][06:37:17] 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][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... [DEBUG][06:37:17] Running bear PyUnusedCodeBear... Executing section all.autopep8... [DEBUG][06:37:17] 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][06:37:17] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][06:37:17] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][06:37:17] returning CommandNode(command=['-m'] redirects={}) [DEBUG][06:37:17] returning CommandNode(command=['pip'] redirects={}) [DEBUG][06:37:17] returning CommandNode(command=['show'] redirects={}) [DEBUG][06:37:17] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][06:37:17] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][06:37:17] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][06:37:17] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][06:37:17] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][06:37:17] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][06:37:17] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][06:37:17] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][06:37:17] 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': 5309, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][06:37:17] Created thread Thread-6 as reader for Capture-3 [DEBUG][06:37:17] Capture-3: reader thread about to read line [DEBUG][06:37:17] Capture-3: reader thread kicked off, waiting start [DEBUG][06:37:17] Capture-3: reader thread now started [DEBUG][06:37:17] Created thread Thread-7 as reader for Capture-4 [DEBUG][06:37:17] Capture-4: reader thread about to read line [DEBUG][06:37:17] Capture-4: reader thread kicked off, waiting start [DEBUG][06:37:17] Capture-4: reader thread now started [DEBUG][06:37:17] about to wait for process [DEBUG][06:37:18] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][06:37:18] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][06:37:18] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][06:37:18] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][06:37:18] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][06:37:18] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][06:37:18] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][06:37:18] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][06:37:18] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][06:37:18] Capture-3: finished reading stream <_io.BufferedReader name=20> [DEBUG][06:37:18] Capture-4: finished reading stream <_io.BufferedReader name=23> [DEBUG][06:37:18] 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][06:37:18] pipeline closing [DEBUG][06:37:18] 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][06:37:18] Running bear PEP8Bear... [DEBUG][06:37:18] Running bear PEP8Bear... [DEBUG][06:37:18] Running bear PycodestyleBear... [DEBUG][06:37:18] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][06:37:18] Running bear PycodestyleBear... [DEBUG][06:37:18] 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][06:37:18] Running bear PEP8Bear... [DEBUG][06:37:18] Running bear PEP8Bear... [DEBUG][06:37:18] Running bear PycodestyleBear... [DEBUG][06:37:18] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][06:37:18] Running bear PycodestyleBear... [DEBUG][06:37:18] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' [DEBUG][06:37:18] Running bear PEP8Bear... [DEBUG][06:37:18] Running bear PEP8Bear... [DEBUG][06:37:19] Running bear PycodestyleBear... [DEBUG][06:37:19] 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][06:37:19] Running bear PycodestyleBear... [DEBUG][06:37:19] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py' [DEBUG][06:37:19] Running bear PEP8Bear... [DEBUG][06:37:19] Running bear PycodestyleBear... [DEBUG][06:37:19] 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][06:37:19] Running bear PEP8Bear... [DEBUG][06:37:19] Running bear PycodestyleBear... [DEBUG][06:37:19] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][06:37:19] Running bear PEP8Bear... [DEBUG][06:37:19] Running bear PycodestyleBear... [DEBUG][06:37:19] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][06:37:19] Running bear PEP8Bear... [DEBUG][06:37:19] Running bear PycodestyleBear... [DEBUG][06:37:19] 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][06:37:19] Running bear PEP8Bear... [DEBUG][06:37:19] Running bear PycodestyleBear... [DEBUG][06:37:19] 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][06:37:19] Running bear PEP8Bear... [DEBUG][06:37:19] Running bear PycodestyleBear... [DEBUG][06:37:19] 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][06:37:19] Running bear PEP8Bear... [DEBUG][06:37:19] Running bear PEP8Bear... [DEBUG][06:37:19] Running bear PycodestyleBear... [DEBUG][06:37:19] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' [DEBUG][06:37:20] Running bear PycodestyleBear... [DEBUG][06:37:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' [DEBUG][06:37:20] Running bear PEP8Bear... [DEBUG][06:37:20] Running bear PycodestyleBear... [DEBUG][06:37:20] 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][06:37:20] Running bear PEP8Bear... [DEBUG][06:37:20] Running bear PycodestyleBear... [DEBUG][06:37:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/helper.py' [DEBUG][06:37:20] Running bear PEP8Bear... [DEBUG][06:37:20] Running bear PycodestyleBear... [DEBUG][06:37:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][06:37:20] Running bear PEP8Bear... [DEBUG][06:37:20] Running bear PycodestyleBear... [DEBUG][06:37:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' [DEBUG][06:37:20] Running bear PEP8Bear... [DEBUG][06:37:20] Running bear PycodestyleBear... [DEBUG][06:37:20] 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][06:37:20] Running bear PEP8Bear... [DEBUG][06:37:20] Running bear PycodestyleBear... [DEBUG][06:37:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][06:37:20] Running bear PEP8Bear... [DEBUG][06:37:20] Running bear PycodestyleBear... [DEBUG][06:37:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py' [DEBUG][06:37:20] Running bear PEP8Bear... [DEBUG][06:37:20] Running bear PEP8Bear... [DEBUG][06:37:20] Running bear PycodestyleBear... [DEBUG][06:37:20] 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][06:37:20] Running bear PycodestyleBear... [DEBUG][06:37:20] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][06:37:21] Running bear PEP8Bear... [DEBUG][06:37:21] Running bear PycodestyleBear... [DEBUG][06:37:21] 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][06:37:21] Running bear PEP8Bear... [DEBUG][06:37:21] Running bear PycodestyleBear... [DEBUG][06:37:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][06:37:21] Running bear PEP8Bear... [DEBUG][06:37:21] Running bear PEP8Bear... [DEBUG][06:37:21] Running bear PycodestyleBear... [DEBUG][06:37:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' [DEBUG][06:37:21] Running bear PycodestyleBear... [DEBUG][06:37:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][06:37:21] Running bear PEP8Bear... [DEBUG][06:37:21] Running bear PycodestyleBear... [DEBUG][06:37:21] 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][06:37:21] Running bear PEP8Bear... [DEBUG][06:37:21] Running bear PycodestyleBear... [DEBUG][06:37:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][06:37:21] Running bear PEP8Bear... [DEBUG][06:37:21] Running bear PEP8Bear... [DEBUG][06:37:21] Running bear PycodestyleBear... [DEBUG][06:37:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][06:37:21] Running bear PycodestyleBear... [DEBUG][06:37:21] 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][06:37:21] Running bear PEP8Bear... [DEBUG][06:37:21] Running bear PEP8Bear... [DEBUG][06:37:21] Running bear PycodestyleBear... [DEBUG][06:37:21] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][06:37:21] Running bear PycodestyleBear... [DEBUG][06:37:21] 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][06:37:22] Running bear PEP8Bear... [DEBUG][06:37:22] Running bear PEP8Bear... [DEBUG][06:37:22] Running bear PycodestyleBear... [DEBUG][06:37:22] 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][06:37:22] Running bear PycodestyleBear... [DEBUG][06:37:22] 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][06:37:22] Running bear PEP8Bear... [DEBUG][06:37:22] Running bear PycodestyleBear... [DEBUG][06:37:22] 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][06:37:22] Running bear PEP8Bear... [DEBUG][06:37:22] Running bear PycodestyleBear... [DEBUG][06:37:22] 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][06:37:22] Running bear PEP8Bear... [DEBUG][06:37:22] Running bear PycodestyleBear... [DEBUG][06:37:22] 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][06:37:22] Running bear PEP8Bear... [DEBUG][06:37:22] Running bear PycodestyleBear... [DEBUG][06:37:22] 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][06:37:22] Running bear PEP8Bear... [DEBUG][06:37:22] Running bear PycodestyleBear... [DEBUG][06:37:22] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' [DEBUG][06:37:22] Running bear PEP8Bear... [DEBUG][06:37:22] Running bear PycodestyleBear... [DEBUG][06:37:22] 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][06:37:22] Running bear PEP8Bear... [DEBUG][06:37:22] Running bear PEP8Bear... [DEBUG][06:37:22] Running bear PycodestyleBear... [DEBUG][06:37:22] 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][06:37:22] Running bear PycodestyleBear... [DEBUG][06:37:22] 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][06:37:23] Running bear PEP8Bear... [DEBUG][06:37:23] Running bear PEP8Bear... [DEBUG][06:37:23] Running bear PycodestyleBear... [DEBUG][06:37:23] 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][06:37:23] Running bear PycodestyleBear... [DEBUG][06:37:23] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/labhub_test.py' Executing section all.linelength... [DEBUG][06:37:23] 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][06:37:23] 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][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... [DEBUG][06:37:23] Running bear LineLengthBear... Executing section all.links... [DEBUG][06:37:24] 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][06:37:24] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][06:37:24] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][06:37:24] 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][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][06:37:24] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][06:37:24] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][06:37:24] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][06:37:24] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][06:37:24] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][06:37:24] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][06:37:24] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Running bear InvalidLinkBear... [DEBUG][06:37:24] Starting new HTTP connection (1): www.gizoogle.net:80 [WARNING][06:37:25] InvalidLinkBear: This result has no patch attached. [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Running bear InvalidLinkBear... tests/lmgtfy_test.py [DEBUG][06:37:25] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][06:37:25] Running bear InvalidLinkBear... | 13| ····testbot.assertCommand("!lmgtfy·py·c",·"https://www.lmgtfy.com/?q=py·c") | | [MAJOR] InvalidLinkBear: | | Broken link - unable to connect to https://www.lmgtfy.com/?q=py [DEBUG][06:37:25] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][06:37:25] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][06:37:25] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][06:37:25] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][06:37:25] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][06:37:25] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][06:37:25] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Running bear InvalidLinkBear... [DEBUG][06:37:25] Starting new HTTPS connection (1): gitlab.com:443 [DEBUG][06:37:25] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][06:37:25] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][06:37:25] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 [DEBUG][06:37:25] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0 [DEBUG][06:37:25] Running bear InvalidLinkBear... Executing section jinja2... [DEBUG][06:37:26] 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][06:37:26] 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][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... [DEBUG][06:37:26] Running bear Jinja2Bear... Executing section commit... [DEBUG][06:37:26] Files that will be checked: [DEBUG][06:37:26] 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][06:37:26] Files that will be checked: [DEBUG][06:37:26] 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. ```
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][06:50:40] bears setting has already been defined in section all.python. The previous setting will be overridden. [WARNING][06:50:40] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][06:50:40] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][06:50:40] 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][06:50:40] 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][06:50:41] 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][06:50:41] 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][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... [DEBUG][06:50:41] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][06:50:41] 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][06:50:41] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake' [DEBUG][06:50:41] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][06:50:41] returning CommandNode(command=['-m'] redirects={}) [DEBUG][06:50:41] returning CommandNode(command=['pip'] redirects={}) [DEBUG][06:50:41] returning CommandNode(command=['show'] redirects={}) [DEBUG][06:50:41] returning CommandNode(command=['autoflake'] redirects={}) [DEBUG][06:50:41] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][06:50:41] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][06:50:41] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][06:50:41] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][06:50:41] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}), None, False [DEBUG][06:50:41] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') created [DEBUG][06:50:41] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][06:50:41] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'), {'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', 'autoflake'], 'stdin': None, 'stdout': <_io.BufferedReader name=18>, 'stderr': <_io.BufferedReader name=21>, 'pid': 5281, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][06:50:41] Created thread Thread-3 as reader for Capture-1 [DEBUG][06:50:41] Capture-1: reader thread about to read line [DEBUG][06:50:41] Capture-1: reader thread kicked off, waiting start [DEBUG][06:50:41] Capture-1: reader thread now started [DEBUG][06:50:41] Created thread Thread-4 as reader for Capture-2 [DEBUG][06:50:41] Capture-2: reader thread about to read line [DEBUG][06:50:41] Capture-2: reader thread kicked off, waiting start [DEBUG][06:50:41] Capture-2: reader thread now started [DEBUG][06:50:41] about to wait for process [DEBUG][06:50:41] queued chunk of length 16 to : b'Name: autoflake\n' [DEBUG][06:50:41] queued chunk of length 15 to : b'Version: 0.6.6\n' [DEBUG][06:50:41] queued chunk of length 54 to : b'Summary: Removes unused import' [DEBUG][06:50:41] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][06:50:41] queued chunk of length 21 to : b'Author: Steven Myint\n' [DEBUG][06:50:41] queued chunk of length 22 to : b'Author-email: UNKNOWN\n' [DEBUG][06:50:41] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][06:50:41] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][06:50:41] queued chunk of length 19 to : b'Requires: pyflakes\n' [DEBUG][06:50:41] Capture-1: finished reading stream <_io.BufferedReader name=18> [DEBUG][06:50:41] Capture-2: finished reading stream <_io.BufferedReader name=21> [DEBUG][06:50:41] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=18> stderr=<_io.BufferedReader name=21>)) [DEBUG][06:50:41] pipeline closing [DEBUG][06:50:41] 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][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... [DEBUG][06:50:42] Running bear PyUnusedCodeBear... Executing section all.autopep8... [DEBUG][06:50:42] 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][06:50:42] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][06:50:42] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][06:50:42] returning CommandNode(command=['-m'] redirects={}) [DEBUG][06:50:42] returning CommandNode(command=['pip'] redirects={}) [DEBUG][06:50:42] returning CommandNode(command=['show'] redirects={}) [DEBUG][06:50:42] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][06:50:42] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][06:50:42] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][06:50:42] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][06:50:42] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][06:50:42] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][06:50:42] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][06:50:42] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][06:50:42] 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': 5325, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][06:50:42] Created thread Thread-6 as reader for Capture-3 [DEBUG][06:50:42] Capture-3: reader thread about to read line [DEBUG][06:50:42] Capture-3: reader thread kicked off, waiting start [DEBUG][06:50:42] Capture-3: reader thread now started [DEBUG][06:50:42] Created thread Thread-7 as reader for Capture-4 [DEBUG][06:50:42] Capture-4: reader thread about to read line [DEBUG][06:50:42] Capture-4: reader thread kicked off, waiting start [DEBUG][06:50:42] Capture-4: reader thread now started [DEBUG][06:50:42] about to wait for process [DEBUG][06:50:42] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][06:50:42] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][06:50:42] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][06:50:42] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][06:50:42] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][06:50:42] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][06:50:42] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][06:50:42] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][06:50:42] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][06:50:42] Capture-3: finished reading stream <_io.BufferedReader name=20> [DEBUG][06:50:42] Capture-4: finished reading stream <_io.BufferedReader name=23> [DEBUG][06:50:42] 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][06:50:42] pipeline closing [DEBUG][06:50:42] 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][06:50:42] Running bear PEP8Bear... [DEBUG][06:50:42] Running bear PEP8Bear... [DEBUG][06:50:42] Running bear PycodestyleBear... [DEBUG][06:50:42] 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][06:50:42] Running bear PycodestyleBear... [DEBUG][06:50:42] 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][06:50:43] Running bear PEP8Bear... [DEBUG][06:50:43] Running bear PEP8Bear... [DEBUG][06:50:43] Running bear PycodestyleBear... [DEBUG][06:50:43] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' [DEBUG][06:50:43] Running bear PycodestyleBear... [DEBUG][06:50:43] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py' [DEBUG][06:50:43] Running bear PEP8Bear... [DEBUG][06:50:43] Running bear PycodestyleBear... [DEBUG][06:50:43] 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][06:50:43] Running bear PEP8Bear... [DEBUG][06:50:43] Running bear PEP8Bear... [DEBUG][06:50:43] Running bear PycodestyleBear... [DEBUG][06:50:43] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' [DEBUG][06:50:43] Running bear PycodestyleBear... [DEBUG][06:50:43] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' [DEBUG][06:50:43] Running bear PEP8Bear... [DEBUG][06:50:43] Running bear PycodestyleBear... [DEBUG][06:50:43] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][06:50:43] Running bear PEP8Bear... [DEBUG][06:50:43] Running bear PycodestyleBear... [DEBUG][06:50:43] 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][06:50:43] Running bear PEP8Bear... [DEBUG][06:50:43] Running bear PycodestyleBear... [DEBUG][06:50:43] 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][06:50:43] Running bear PEP8Bear... [DEBUG][06:50:43] Running bear PycodestyleBear... [DEBUG][06:50:43] 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][06:50:43] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] 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][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] 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][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] 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][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] 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][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] 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][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] 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][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] 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][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:44] Running bear PycodestyleBear... [DEBUG][06:50:44] 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][06:50:44] Running bear PEP8Bear... [DEBUG][06:50:45] Running bear PycodestyleBear... [DEBUG][06:50:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/helper.py' [DEBUG][06:50:45] Running bear PEP8Bear... [DEBUG][06:50:45] Running bear PEP8Bear... [DEBUG][06:50:45] Running bear PycodestyleBear... [DEBUG][06:50:45] 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][06:50:45] Running bear PycodestyleBear... [DEBUG][06:50:45] 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][06:50:45] Running bear PEP8Bear... [DEBUG][06:50:45] Running bear PEP8Bear... [DEBUG][06:50:45] Running bear PycodestyleBear... [DEBUG][06:50:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][06:50:45] Running bear PEP8Bear... [DEBUG][06:50:45] Running bear PycodestyleBear... [DEBUG][06:50:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][06:50:45] Running bear PEP8Bear... [DEBUG][06:50:45] Running bear PycodestyleBear... [DEBUG][06:50:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][06:50:45] Running bear PycodestyleBear... [DEBUG][06:50:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' [DEBUG][06:50:45] Running bear PEP8Bear... [DEBUG][06:50:45] Running bear PycodestyleBear... [DEBUG][06:50:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' [DEBUG][06:50:45] Running bear PEP8Bear... [DEBUG][06:50:45] Running bear PycodestyleBear... [DEBUG][06:50:45] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][06:50:45] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][06:50:46] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] 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][06:50:46] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] 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][06:50:46] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] 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][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][06:50:46] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][06:50:46] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] 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][06:50:46] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] 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][06:50:46] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] 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][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] 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][06:50:46] Running bear PEP8Bear... [DEBUG][06:50:46] Running bear PycodestyleBear... [DEBUG][06:50:46] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py' [DEBUG][06:50:47] Running bear PEP8Bear... [DEBUG][06:50:47] Running bear PycodestyleBear... [DEBUG][06:50:47] 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][06:50:47] Running bear PEP8Bear... [DEBUG][06:50:47] Running bear PycodestyleBear... [DEBUG][06:50:47] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' Executing section all.linelength... [DEBUG][06:50:47] 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][06:50:47] 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][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... [DEBUG][06:50:47] Running bear LineLengthBear... Executing section all.links... [DEBUG][06:50:47] 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][06:50:47] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][06:50:47] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][06:50:47] 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][06:50:47] Running bear InvalidLinkBear... [DEBUG][06:50:47] Running bear InvalidLinkBear... [DEBUG][06:50:47] Running bear InvalidLinkBear... [DEBUG][06:50:47] Running bear InvalidLinkBear... [DEBUG][06:50:47] Running bear InvalidLinkBear... [DEBUG][06:50:47] Running bear InvalidLinkBear... [DEBUG][06:50:47] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][06:50:47] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][06:50:48] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][06:50:48] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][06:50:48] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][06:50:48] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][06:50:48] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][06:50:48] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][06:50:48] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][06:50:48] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][06:50:48] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Starting new HTTPS connection (1): www.lmgtfy.com:443 [WARNING][06:50:48] InvalidLinkBear: This result has no patch attached. [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... [DEBUG][06:50:48] Running bear InvalidLinkBear... tests/lmgtfy_test.py [DEBUG][06:50:48] Starting new HTTP connection (1): www.gizoogle.net:80 | 13| ····testbot.assertCommand("!lmgtfy·py·c",·"https://www.lmgtfy.com/?q=py·c") | | [MAJOR] InvalidLinkBear: | | Broken link - unable to connect to https://www.lmgtfy.com/?q=py [DEBUG][06:50:49] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Starting new HTTPS connection (1): gitlab.com:443 [DEBUG][06:50:49] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][06:50:49] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][06:50:49] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][06:50:49] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][06:50:49] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][06:50:49] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0 [DEBUG][06:50:49] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] Running bear InvalidLinkBear... [DEBUG][06:50:49] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][06:50:49] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][06:50:49] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 Executing section jinja2... [DEBUG][06:50:49] 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][06:50:49] 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][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... [DEBUG][06:50:49] Running bear Jinja2Bear... Executing section commit... [DEBUG][06:50:50] Files that will be checked: [DEBUG][06:50:50] 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][06:50:50] Files that will be checked: [DEBUG][06:50:50] 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. ```
gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on 7647c863782accfabea120ad8a8352db537277c5, file tests/lmgtfy_test.py, line 13.

Broken link - unable to connect to https://www.lmgtfy.com/?q=py

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

coala --non-interactive -V ``` [WARNING][11:10:50] bears setting has already been defined in section all.python. The previous setting will be overridden. [WARNING][11:10:50] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][11:10:51] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][11:10:51] 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][11:10:51] 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][11:10:51] 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][11:10:51] 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][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... [DEBUG][11:10:51] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][11:10:51] 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][11:10:51] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake' [DEBUG][11:10:51] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][11:10:51] returning CommandNode(command=['-m'] redirects={}) [DEBUG][11:10:51] returning CommandNode(command=['pip'] redirects={}) [DEBUG][11:10:51] returning CommandNode(command=['show'] redirects={}) [DEBUG][11:10:51] returning CommandNode(command=['autoflake'] redirects={}) [DEBUG][11:10:51] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][11:10:51] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][11:10:51] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][11:10:51] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][11:10:51] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}), None, False [DEBUG][11:10:51] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') created [DEBUG][11:10:51] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][11:10:51] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'), {'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', 'autoflake'], 'stdin': None, 'stdout': <_io.BufferedReader name=18>, 'stderr': <_io.BufferedReader name=21>, 'pid': 5276, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][11:10:51] Created thread Thread-3 as reader for Capture-1 [DEBUG][11:10:51] Capture-1: reader thread about to read line [DEBUG][11:10:51] Capture-1: reader thread kicked off, waiting start [DEBUG][11:10:51] Capture-1: reader thread now started [DEBUG][11:10:51] Created thread Thread-4 as reader for Capture-2 [DEBUG][11:10:51] Capture-2: reader thread about to read line [DEBUG][11:10:51] Capture-2: reader thread kicked off, waiting start [DEBUG][11:10:51] Capture-2: reader thread now started [DEBUG][11:10:51] about to wait for process [DEBUG][11:10:52] queued chunk of length 16 to : b'Name: autoflake\n' [DEBUG][11:10:52] queued chunk of length 15 to : b'Version: 0.6.6\n' [DEBUG][11:10:52] queued chunk of length 54 to : b'Summary: Removes unused import' [DEBUG][11:10:52] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][11:10:52] queued chunk of length 21 to : b'Author: Steven Myint\n' [DEBUG][11:10:52] queued chunk of length 22 to : b'Author-email: UNKNOWN\n' [DEBUG][11:10:52] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][11:10:52] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][11:10:52] queued chunk of length 19 to : b'Requires: pyflakes\n' [DEBUG][11:10:52] Capture-2: finished reading stream <_io.BufferedReader name=21> [DEBUG][11:10:52] Capture-1: finished reading stream <_io.BufferedReader name=18> [DEBUG][11:10:52] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=18> stderr=<_io.BufferedReader name=21>)) [DEBUG][11:10:52] pipeline closing [DEBUG][11:10:52] 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][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... [DEBUG][11:10:52] Running bear PyUnusedCodeBear... Executing section all.autopep8... [DEBUG][11:10:52] 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][11:10:52] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][11:10:52] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][11:10:52] returning CommandNode(command=['-m'] redirects={}) [DEBUG][11:10:52] returning CommandNode(command=['pip'] redirects={}) [DEBUG][11:10:52] returning CommandNode(command=['show'] redirects={}) [DEBUG][11:10:52] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][11:10:52] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][11:10:52] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][11:10:52] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][11:10:52] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][11:10:52] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][11:10:52] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][11:10:52] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][11:10:52] 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': 5320, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][11:10:52] Created thread Thread-6 as reader for Capture-3 [DEBUG][11:10:52] Capture-3: reader thread about to read line [DEBUG][11:10:52] Capture-3: reader thread kicked off, waiting start [DEBUG][11:10:52] Capture-3: reader thread now started [DEBUG][11:10:52] Created thread Thread-7 as reader for Capture-4 [DEBUG][11:10:52] Capture-4: reader thread about to read line [DEBUG][11:10:52] Capture-4: reader thread kicked off, waiting start [DEBUG][11:10:52] Capture-4: reader thread now started [DEBUG][11:10:52] about to wait for process [DEBUG][11:10:53] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][11:10:53] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][11:10:53] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][11:10:53] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][11:10:53] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][11:10:53] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][11:10:53] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][11:10:53] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][11:10:53] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][11:10:53] Capture-4: finished reading stream <_io.BufferedReader name=23> [DEBUG][11:10:53] Capture-3: finished reading stream <_io.BufferedReader name=20> [DEBUG][11:10:53] 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][11:10:53] pipeline closing [DEBUG][11:10:53] 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][11:10:53] Running bear PEP8Bear... [DEBUG][11:10:53] Running bear PEP8Bear... [DEBUG][11:10:53] Running bear PycodestyleBear... [DEBUG][11:10:53] 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][11:10:53] Running bear PycodestyleBear... [DEBUG][11:10:53] 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][11:10:53] Running bear PEP8Bear... [DEBUG][11:10:53] Running bear PycodestyleBear... [DEBUG][11:10:53] 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][11:10:53] Running bear PEP8Bear... [DEBUG][11:10:53] Running bear PycodestyleBear... [DEBUG][11:10:53] 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][11:10:53] Running bear PEP8Bear... [DEBUG][11:10:53] Running bear PycodestyleBear... [DEBUG][11:10:53] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/helper.py' [DEBUG][11:10:53] Running bear PEP8Bear... [DEBUG][11:10:53] Running bear PEP8Bear... [DEBUG][11:10:53] Running bear PycodestyleBear... [DEBUG][11:10:53] 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][11:10:54] Running bear PEP8Bear... [DEBUG][11:10:54] Running bear PycodestyleBear... [DEBUG][11:10:54] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' [DEBUG][11:10:54] Running bear PycodestyleBear... [DEBUG][11:10:54] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' [DEBUG][11:10:54] Running bear PEP8Bear... [DEBUG][11:10:54] Running bear PycodestyleBear... [DEBUG][11:10:54] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][11:10:54] Running bear PEP8Bear... [DEBUG][11:10:54] Running bear PycodestyleBear... [DEBUG][11:10:54] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][11:10:54] Running bear PEP8Bear... [DEBUG][11:10:54] Running bear PycodestyleBear... [DEBUG][11:10:54] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][11:10:54] Running bear PEP8Bear... [DEBUG][11:10:54] Running bear PycodestyleBear... [DEBUG][11:10:54] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][11:10:54] Running bear PEP8Bear... [DEBUG][11:10:54] Running bear PycodestyleBear... [DEBUG][11:10:54] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' [DEBUG][11:10:54] Running bear PEP8Bear... [DEBUG][11:10:54] Running bear PEP8Bear... [DEBUG][11:10:54] Running bear PycodestyleBear... [DEBUG][11:10:54] 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][11:10:54] Running bear PycodestyleBear... [DEBUG][11:10:54] 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][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] 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][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] 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][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py' [DEBUG][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] 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][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] 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][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] 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][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py' [DEBUG][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] 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][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PEP8Bear... [DEBUG][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' [DEBUG][11:10:55] Running bear PycodestyleBear... [DEBUG][11:10:55] 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][11:10:56] Running bear PEP8Bear... [DEBUG][11:10:56] Running bear PEP8Bear... [DEBUG][11:10:56] Running bear PycodestyleBear... [DEBUG][11:10:56] 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][11:10:56] Running bear PycodestyleBear... [DEBUG][11:10:56] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' [DEBUG][11:10:56] Running bear PEP8Bear... [DEBUG][11:10:56] Running bear PEP8Bear... [DEBUG][11:10:56] Running bear PycodestyleBear... [DEBUG][11:10:56] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][11:10:56] Running bear PEP8Bear... [DEBUG][11:10:56] Running bear PycodestyleBear... [DEBUG][11:10:56] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][11:10:56] Running bear PycodestyleBear... [DEBUG][11:10:56] 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][11:10:56] Running bear PEP8Bear... [DEBUG][11:10:56] Running bear PycodestyleBear... [DEBUG][11:10:56] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' [DEBUG][11:10:56] Running bear PEP8Bear... [DEBUG][11:10:56] Running bear PycodestyleBear... [DEBUG][11:10:56] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][11:10:56] Running bear PEP8Bear... [DEBUG][11:10:56] Running bear PycodestyleBear... [DEBUG][11:10:56] 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][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] 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][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] 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][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] 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][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] 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][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] 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][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] 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][11:10:57] Running bear PEP8Bear... [DEBUG][11:10:57] Running bear PycodestyleBear... [DEBUG][11:10:57] 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' Executing section all.linelength... [DEBUG][11:10:58] 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][11:10:58] 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][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... [DEBUG][11:10:58] Running bear LineLengthBear... Executing section all.links... [DEBUG][11:10:58] 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][11:10:58] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][11:10:58] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][11:10:58] 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][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Running bear InvalidLinkBear... [DEBUG][11:10:58] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][11:10:59] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][11:10:59] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][11:10:59] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][11:10:59] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][11:10:59] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][11:10:59] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][11:10:59] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][11:10:59] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][11:10:59] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][11:10:59] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][11:10:59] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][11:10:59] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][11:10:59] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][11:10:59] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][11:10:59] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Starting new HTTPS connection (1): gitlab.com:443 [DEBUG][11:10:59] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][11:10:59] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][11:10:59] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0 [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Starting new HTTP connection (1): www.gizoogle.net:80 [WARNING][11:10:59] InvalidLinkBear: This result has no patch attached. tests/lmgtfy_test.py [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... [DEBUG][11:10:59] Running bear InvalidLinkBear... | 13| ····testbot.assertCommand("!lmgtfy·py·c",·"https://www.lmgtfy.com/?q=py·c") | | [MAJOR] InvalidLinkBear: | | Broken link - unable to connect to https://www.lmgtfy.com/?q=py [DEBUG][11:11:00] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 Executing section jinja2... [DEBUG][11:11:00] 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][11:11:00] 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][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... [DEBUG][11:11:00] Running bear Jinja2Bear... Executing section commit... [DEBUG][11:11:00] Files that will be checked: [DEBUG][11:11:00] 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][11:11:01] Files that will be checked: [DEBUG][11:11:01] 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. ```
gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on a95143ea75efe83388290eadcbedfd95562cc27e, file tests/labhub_test.py, line 375.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on 33b54c0f8e769337c59c6bf1fc9549938166d2dd, file plugins/ghetto.py, line 20.

Broken link - unable to connect to http://www.gizoogle.net/textilizer.php

Origin: InvalidLinkBear, Section: all.links.

jayvdb commented 6 years ago

Do we need all of https://github.com/coala/corobo/pull/572/commits/56995e1c28dde9060551a4bd27614086578a793d in this PR?

errbot upgrade fails without it?

nvzard commented 6 years ago

We actually need none https://github.com/coala/corobo/commit/56995e1c28dde9060551a4bd27614086578a793d for the errbot upgrade as it already includes the changes required to do an upgrade.

@jayvdb I rebased the commit in https://github.com/coala/corobo/pull/581 on top of this PR as you asked https://github.com/coala/corobo/pull/581#pullrequestreview-137563815 .

https://github.com/coala/corobo/commit/56995e1c28dde9060551a4bd27614086578a793d is the commit from the PR https://github.com/coala/corobo/pull/581 including the requested changes.

I'll have to close https://github.com/coala/corobo/pull/581 since I rebased that commit on top of this PR.

gitmate-bot commented 6 years ago

Comment on b0c095c3add293820f1aee35a64a609d30909e04, file tests/labhub_test.py, line 417.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on b0c095c3add293820f1aee35a64a609d30909e04, file tests/labhub_test.py, line 417.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

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

coala --non-interactive -V ``` [WARNING][18:16:03] bears setting has already been defined in section all.python. The previous setting will be overridden. [WARNING][18:16:03] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][18:16:03] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][18:16: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/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][18:16: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. Executing section all.whitespace... [DEBUG][18:16: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/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][18:16: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][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... [DEBUG][18:16:04] Running bear SpaceConsistencyBear... | | [NORMAL] SpaceConsistencyBear: | | Line contains following spacing inconsistencies: | | - Tabs used instead of spaces. |----| | /home/travis/build/coala/corobo/tests/labhub_test.py | |++++| /home/travis/build/coala/corobo/tests/labhub_test.py | 65| 65| self.teams['coala developers'] = mock_team_developers | 66| 66| self.teams['coala maintainers'] = mock_team_maintainers | 67| 67| | 68| |- mock_dict = { | | 68|+ mock_dict = { | 69| 69| 'TEAMS': self.teams, | 70| 70| 'is_room_member': MagicMock(), | 71| 71| } [INFO][18:16:04] Applied 'ShowPatchAction' on 'tests/labhub_test.py' from 'SpaceConsistencyBear'. Executing section all.python... [DEBUG][18:16: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/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][18:16:04] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake' [DEBUG][18:16:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][18:16:04] returning CommandNode(command=['-m'] redirects={}) [DEBUG][18:16:04] returning CommandNode(command=['pip'] redirects={}) [DEBUG][18:16:04] returning CommandNode(command=['show'] redirects={}) [DEBUG][18:16:04] returning CommandNode(command=['autoflake'] redirects={}) [DEBUG][18:16:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][18:16:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][18:16:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][18:16:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}) [DEBUG][18:16:04] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}), None, False [DEBUG][18:16:04] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') created [DEBUG][18:16:04] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][18:16:04] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'), {'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', 'autoflake'], 'stdin': None, 'stdout': <_io.BufferedReader name=18>, 'stderr': <_io.BufferedReader name=21>, 'pid': 5192, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][18:16:04] Created thread Thread-3 as reader for Capture-1 [DEBUG][18:16:04] Capture-1: reader thread about to read line [DEBUG][18:16:04] Capture-1: reader thread kicked off, waiting start [DEBUG][18:16:04] Capture-1: reader thread now started [DEBUG][18:16:04] Created thread Thread-4 as reader for Capture-2 [DEBUG][18:16:04] Capture-2: reader thread about to read line [DEBUG][18:16:04] Capture-2: reader thread kicked off, waiting start [DEBUG][18:16:04] Capture-2: reader thread now started [DEBUG][18:16:04] about to wait for process [DEBUG][18:16:05] queued chunk of length 16 to : b'Name: autoflake\n' [DEBUG][18:16:05] queued chunk of length 15 to : b'Version: 0.6.6\n' [DEBUG][18:16:05] queued chunk of length 54 to : b'Summary: Removes unused import' [DEBUG][18:16:05] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][18:16:05] queued chunk of length 21 to : b'Author: Steven Myint\n' [DEBUG][18:16:05] queued chunk of length 22 to : b'Author-email: UNKNOWN\n' [DEBUG][18:16:05] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][18:16:05] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][18:16:05] queued chunk of length 19 to : b'Requires: pyflakes\n' [DEBUG][18:16:05] Capture-1: finished reading stream <_io.BufferedReader name=18> [DEBUG][18:16:05] Capture-2: finished reading stream <_io.BufferedReader name=21> [DEBUG][18:16:05] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=18> stderr=<_io.BufferedReader name=21>)) [DEBUG][18:16:05] pipeline closing [DEBUG][18:16:05] 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][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... [DEBUG][18:16:05] Running bear PyUnusedCodeBear... Executing section all.autopep8... [DEBUG][18:16:05] 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/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][18:16:05] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][18:16:05] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][18:16:05] returning CommandNode(command=['-m'] redirects={}) [DEBUG][18:16:05] returning CommandNode(command=['pip'] redirects={}) [DEBUG][18:16:05] returning CommandNode(command=['show'] redirects={}) [DEBUG][18:16:05] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][18:16:05] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][18:16:05] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][18:16:05] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][18:16:05] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][18:16:05] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][18:16:05] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][18:16:05] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][18:16:05] 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': 5236, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][18:16:05] Created thread Thread-6 as reader for Capture-3 [DEBUG][18:16:05] Capture-3: reader thread about to read line [DEBUG][18:16:05] Capture-3: reader thread kicked off, waiting start [DEBUG][18:16:05] Capture-3: reader thread now started [DEBUG][18:16:05] Created thread Thread-7 as reader for Capture-4 [DEBUG][18:16:05] Capture-4: reader thread about to read line [DEBUG][18:16:05] Capture-4: reader thread kicked off, waiting start [DEBUG][18:16:05] Capture-4: reader thread now started [DEBUG][18:16:05] about to wait for process [DEBUG][18:16:06] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][18:16:06] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][18:16:06] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][18:16:06] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][18:16:06] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][18:16:06] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][18:16:06] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][18:16:06] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][18:16:06] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][18:16:06] Capture-3: finished reading stream <_io.BufferedReader name=20> [DEBUG][18:16:06] Capture-4: finished reading stream <_io.BufferedReader name=23> [DEBUG][18:16:06] 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][18:16:06] pipeline closing [DEBUG][18:16:06] 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][18:16:06] Running bear PEP8Bear... [DEBUG][18:16:06] Running bear PEP8Bear... [DEBUG][18:16:06] Running bear PycodestyleBear... [DEBUG][18:16:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' [DEBUG][18:16:06] Running bear PycodestyleBear... [DEBUG][18:16:06] 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][18:16:06] Running bear PEP8Bear... [DEBUG][18:16:06] Running bear PEP8Bear... [DEBUG][18:16:06] Running bear PycodestyleBear... [DEBUG][18:16:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py' [DEBUG][18:16:06] Running bear PEP8Bear... [DEBUG][18:16:06] Running bear PycodestyleBear... [DEBUG][18:16:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py' [DEBUG][18:16:06] Running bear PycodestyleBear... [DEBUG][18:16:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py' [DEBUG][18:16:06] Running bear PEP8Bear... [DEBUG][18:16:06] Running bear PEP8Bear... [DEBUG][18:16:06] Running bear PycodestyleBear... [DEBUG][18:16:06] 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][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16:07] 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][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py' [DEBUG][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16:07] 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][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16: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][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16:07] 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][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py' [DEBUG][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16:07] 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][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16:07] 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][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py' [DEBUG][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16:07] 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][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:07] Running bear PycodestyleBear... [DEBUG][18:16:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py' [DEBUG][18:16:07] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PycodestyleBear... [DEBUG][18:16:08] 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][18:16:08] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PycodestyleBear... [DEBUG][18:16: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][18:16:08] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PycodestyleBear... [DEBUG][18:16:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py' [DEBUG][18:16:08] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PycodestyleBear... [DEBUG][18:16:08] 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][18:16:08] Running bear PycodestyleBear... [DEBUG][18:16:08] 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][18:16:08] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PycodestyleBear... [DEBUG][18:16:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py' [DEBUG][18:16:08] Running bear PycodestyleBear... [DEBUG][18:16:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py' [DEBUG][18:16:08] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PycodestyleBear... [DEBUG][18:16:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py' [DEBUG][18:16:08] Running bear PycodestyleBear... [DEBUG][18:16:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py' [DEBUG][18:16:08] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PEP8Bear... [DEBUG][18:16:08] Running bear PycodestyleBear... [DEBUG][18:16: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][18:16:09] Running bear PEP8Bear... [DEBUG][18:16:09] Running bear PycodestyleBear... [DEBUG][18:16:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py' [DEBUG][18:16:09] Running bear PEP8Bear... [DEBUG][18:16:09] Running bear PycodestyleBear... [DEBUG][18:16:09] 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][18:16:09] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument [DEBUG][18:16:09] Running bear PycodestyleBear... [DEBUG][18:16:09] 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][18:16:09] Running bear PEP8Bear... [DEBUG][18:16:09] Running bear PycodestyleBear... [DEBUG][18:16:09] 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' | | [NORMAL] PEP8Bear: | | The code does not comply to PEP8. [DEBUG][18:16:10] Running bear PEP8Bear... [DEBUG][18:16:10] Running bear PEP8Bear... |----| | /home/travis/build/coala/corobo/tests/labhub_test.py | |++++| /home/travis/build/coala/corobo/tests/labhub_test.py | 65| 65| self.teams['coala developers'] = mock_team_developers | 66| 66| self.teams['coala maintainers'] = mock_team_maintainers | 67| 67| | 68| |- mock_dict = { | 69| |- 'TEAMS': self.teams, | 70| |- 'is_room_member': MagicMock(), | 71| |- } | | 68|+ mock_dict = { | | 69|+ 'TEAMS': self.teams, | | 70|+ 'is_room_member': MagicMock(), | | 71|+ } | 72| 72| self.inject_mocks('LabHub', mock_dict) | 73| 73| testbot = self | 74| 74| [INFO][18:16:10] Applied 'ShowPatchAction' on 'tests/labhub_test.py' from 'PEP8Bear'. [WARNING][18:16:10] PycodestyleBear (E101): This result has no patch attached. [WARNING][18:16:10] PycodestyleBear (W191): This result has no patch attached. [WARNING][18:16:10] PycodestyleBear (E113): This result has no patch attached. [WARNING][18:16:10] PycodestyleBear (E101): This result has no patch attached. [WARNING][18:16:10] PycodestyleBear (E122): This result has no patch attached. [WARNING][18:16:10] PycodestyleBear (E122): This result has no patch attached. [WARNING][18:16:10] PycodestyleBear (E122): This result has no patch attached. tests/labhub_test.py [DEBUG][18:16:10] Running bear PycodestyleBear... [DEBUG][18:16:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py' [DEBUG][18:16:10] Running bear PycodestyleBear... [DEBUG][18:16:10] 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' | 68| » » mock_dict·=·{ | | [NORMAL] PycodestyleBear (E101): | | E101 indentation contains mixed spaces and tabs tests/labhub_test.py | 68| » » mock_dict·=·{ | | [NORMAL] PycodestyleBear (W191): | | W191 indentation contains tabs tests/labhub_test.py | 68| » » mock_dict·=·{ | | [NORMAL] PycodestyleBear (E113): | | E113 unexpected indentation tests/labhub_test.py | 69| ············'TEAMS':·self.teams, | | [NORMAL] PycodestyleBear (E101): | | E101 indentation contains mixed spaces and tabs tests/labhub_test.py | 69| ············'TEAMS':·self.teams, | | [NORMAL] PycodestyleBear (E122): | | E122 continuation line missing indentation or outdented tests/labhub_test.py | 70| ············'is_room_member':·MagicMock(), | | [NORMAL] PycodestyleBear (E122): | | E122 continuation line missing indentation or outdented tests/labhub_test.py | 71| ········} | | [NORMAL] PycodestyleBear (E122): | | E122 continuation line missing indentation or outdented [DEBUG][18:16:10] Running bear PEP8Bear... [DEBUG][18:16:10] Running bear PEP8Bear... [DEBUG][18:16:10] Running bear PycodestyleBear... [DEBUG][18:16:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py' [DEBUG][18:16:10] Running bear PycodestyleBear... [DEBUG][18:16:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][18:16:10] Running bear PEP8Bear... [DEBUG][18:16:10] Running bear PycodestyleBear... [DEBUG][18:16:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py' [DEBUG][18:16:10] Running bear PEP8Bear... [DEBUG][18:16:10] Running bear PEP8Bear... [DEBUG][18:16:10] Running bear PycodestyleBear... [DEBUG][18:16:10] 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][18:16:10] Running bear PycodestyleBear... [DEBUG][18:16:10] 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][18:16:10] Running bear PEP8Bear... [DEBUG][18:16:10] Running bear PEP8Bear... [DEBUG][18:16:10] Running bear PycodestyleBear... [DEBUG][18:16:10] 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][18:16:10] Running bear PycodestyleBear... [DEBUG][18:16:10] 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][18:16:10] Running bear PEP8Bear... [DEBUG][18:16:11] Running bear PEP8Bear... [DEBUG][18:16:11] Running bear PycodestyleBear... [DEBUG][18:16:11] 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][18:16:11] Running bear PycodestyleBear... [DEBUG][18:16:11] 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][18:16:11] Running bear PEP8Bear... [DEBUG][18:16:11] Running bear PEP8Bear... [DEBUG][18:16:11] Running bear PycodestyleBear... [DEBUG][18:16:11] 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][18:16:11] Running bear PycodestyleBear... [DEBUG][18:16:11] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' Executing section all.linelength... [DEBUG][18:16:11] 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/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][18:16:11] 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][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... [DEBUG][18:16:11] Running bear LineLengthBear... Executing section all.links... [DEBUG][18:16:12] 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/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][18:16:12] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][18:16:12] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][18:16: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][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][18:16:12] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][18:16:12] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][18:16:12] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][18:16:12] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][18:16:12] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][18:16:12] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][18:16:12] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][18:16:12] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][18:16:12] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Running bear InvalidLinkBear... [DEBUG][18:16:12] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][18:16:12] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][18:16:12] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][18:16:12] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][18:16:12] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][18:16:13] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0 [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][18:16:13] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][18:16:13] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][18:16:13] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][18:16:13] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][18:16:13] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] Running bear InvalidLinkBear... [DEBUG][18:16:13] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 Executing section jinja2... [DEBUG][18:16:13] 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][18:16: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. [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... [DEBUG][18:16:13] Running bear Jinja2Bear... Executing section commit... [DEBUG][18:16:14] Files that will be checked: [DEBUG][18:16:14] 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][18:16:14] Files that will be checked: [DEBUG][18:16:14] 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. ```
python -m pytest ``` ============================= test session starts ============================== platform linux -- Python 3.6.3, pytest-3.6.4, py-1.5.2, pluggy-0.6.0 rootdir: /home/travis/build/coala/corobo, inifile: setup.cfg plugins: requests-mock-1.5.2, xdist-1.22.5, travis-fold-1.3.0, timeout-1.3.1, 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 29 items / 1 errors ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/labhub_test.py _____________________ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/python.py:468: in _importtestmodule mod = self.fspath.pyimport(ensuresyspath=importmode) ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/py/_path/local.py:668: in pyimport __import__(modname) E File "/home/travis/build/coala/corobo/tests/labhub_test.py", line 68 E mock_dict = { E ^ E TabError: inconsistent use of tabs and spaces in indentation travis_fold:start:py-5516.cov.0 ----------- coverage: platform linux, python 3.6.3-final-0 ----------- Name Stmts Miss Cover Missing ----------------------------------------------------------------- plugins/__init__.py 0 0 100% plugins/answer.py 25 15 40% 17-22, 26-55 plugins/ban.py 37 31 16% 19-45, 54-79 plugins/coala_lowercase_c.py 12 12 0% 1-26 plugins/coatils.py 118 102 14% 19, 23-24, 28-35, 49-100, 111-129, 133-143, 147-162, 175-244 plugins/constants.py 7 0 100% plugins/deprecate_bot_prefixes.py 6 6 0% 1-17 plugins/explain.py 20 9 55% 30-44 plugins/ghetto.py 10 10 0% 1-28 plugins/git_stats.py 51 42 18% 19, 26-78 plugins/labhub.py 236 196 17% 21-30, 43-83, 87, 91, 94, 101-102, 106, 117-165, 175-185, 193-208, 216-220, 228-249, 257-299, 313-410, 418-426, 432-463 plugins/lmgtfy.py 4 1 75% 15 plugins/nevermind.py 5 5 0% 1-14 plugins/pitchfork.py 12 12 0% 1-39 plugins/searchdocs.py 16 16 0% 1-34 plugins/ship_it.py 7 7 0% 1-28 plugins/spam.py 20 20 0% 1-51 plugins/the_rules.py 5 1 80% 19 plugins/wolfram_alpha.py 18 12 33% 14-15, 22-31 ----------------------------------------------------------------- TOTAL 609 497 18% travis_fold:end:py-5516.cov.0 FAIL Required test coverage of 100% not reached. Total coverage: 18.39% =============================== warnings summary =============================== Module already imported so cannot be rewritten: errbot.backends.test 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 !!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!! ===================== 2 warnings, 1 error in 2.04 seconds ====================== ```
gitmate-bot commented 6 years ago

Comment on b0c095c3add293820f1aee35a64a609d30909e04, file tests/labhub_test.py, line 417.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on b0c095c3add293820f1aee35a64a609d30909e04, file tests/labhub_test.py, line 417.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on b0c095c3add293820f1aee35a64a609d30909e04, file tests/labhub_test.py, line 417.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on 672e5169ddd338e9478c9e2c64bf91ea2da33e5f, 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 672e5169ddd338e9478c9e2c64bf91ea2da33e5f, file plugins/ship_it.py, line 14.

Broken link - unable to connect to http://i.imgur.com/DPVM1.png

Origin: InvalidLinkBear, Section: all.links.

gitmate-bot commented 6 years ago

Comment on b0c095c3add293820f1aee35a64a609d30909e04, file tests/labhub_test.py, line 417.

Broken link - unable to connect to https://gitlab.com/a/b/merge_requests/2

Origin: InvalidLinkBear, Section: all.links.

jayvdb commented 6 years ago

ack https://github.com/coala/corobo/pull/572/commits/a9d99def19266d2982661e2fbafa2dee3bcc9152

jayvdb commented 6 years ago

@gitmate-bot ff