coala / corobo

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

.coafile: Include tests #573

Closed nvzard closed 6 years ago

nvzard commented 6 years ago

Closes https://github.com/coala/corobo/issues/565

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.

nvzard commented 6 years ago

@jayvdb can you please review this, I made the requested changes.

TravisBuddy commented 6 years ago

Travis tests have failed

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

1st Build

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 waiting on queue .. [ 13%] tests/coatils_test.py ........... [ 42%] tests/deprecate_bot_prefixes_test.py . [ 44%] tests/explain_test.py . [ 47%] tests/ghetto_test.py . [ 50%] tests/git_stats_test.py . [ 52%] tests/labhub_test.py ........F [ 76%] tests/lmgtfy_test.py . [ 78%] tests/nevermind_test.py . [ 81%] tests/pitchfork_test.py . [ 84%] tests/searchdocs_test.py . [ 86%] tests/ship_it_test.py . [ 89%] tests/spam_test.py .. [ 94%] tests/the_rules_test.py . [ 97%] tests/wolfram_alpha_test.py . [100%] =================================== FAILURES =================================== _________________________ TestLabHub.test_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) labhub.activate() labhub.REPOS = {'example': self.mock_repo} mock_iss = create_autospec(IGitt.GitHub.GitHubIssue) self.mock_repo.get_issue.return_value = mock_iss mock_iss.assignees = PropertyMock() mock_iss.assignees = (None, ) mock_iss.unassign = MagicMock() testbot.assertCommand( '!unassign https://github.com/coala/example/issues/999', 'you are unassigned now', timeout=10000) > self.mock_repo.get_issue.assert_called_with(23) E AssertionError: Expected call: get_issue(23) E Actual call: get_issue(999) E E pytest introspection follows: E E Args: E assert (999,) == (23,) E At index 0 diff: 999 != 23 E Use -v to get the full diff tests/labhub_test.py:210: AssertionError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received 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 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 5 98% 212-213, 217-218, 224 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 5 99% FAIL Required test coverage of 100% not reached. Total coverage: 99.15% =============================== warnings summary =============================== Module already imported so cannot be rewritten: errbot.backends.test tests/labhub_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor tests/spam_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html =============== 1 failed, 37 passed, 3 warnings in 95.61 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

coala --non-interactive -V ``` [WARNING][11:20:07] bears setting has already been defined in section all.python. The previous setting will be overridden. [DEBUG][11:20:08] Platform Linux -- Python 3.6.3, coalib 0.11.0 Executing section all... [DEBUG][11:20:08] 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][11:20: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 all.whitespace... [DEBUG][11:20:08] 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][11:20: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][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... [DEBUG][11:20:08] Running bear SpaceConsistencyBear... Executing section all.python... [DEBUG][11:20:09] 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][11:20: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. [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear AnnotationBear... [DEBUG][11:20:09] LanguageDefinition has been deprecated! Use `coalib.bearlib.languages.Language` instead. [DEBUG][11:20:09] Running bear KeywordBear... [DEBUG][11:20:09] Running bear KeywordBear... Executing section all.autopep8... [DEBUG][11:20:10] Files that will be checked: /home/travis/build/coala/corobo/config.py /home/travis/build/coala/corobo/plugins/labhub.py /home/travis/build/coala/corobo/plugins/ship_it.py /home/travis/build/coala/corobo/plugins/the_rules.py /home/travis/build/coala/corobo/plugins/ghetto.py /home/travis/build/coala/corobo/plugins/constants.py /home/travis/build/coala/corobo/plugins/lmgtfy.py /home/travis/build/coala/corobo/plugins/searchdocs.py /home/travis/build/coala/corobo/plugins/git_stats.py /home/travis/build/coala/corobo/plugins/__init__.py /home/travis/build/coala/corobo/plugins/spam.py /home/travis/build/coala/corobo/plugins/coala_lowercase_c.py /home/travis/build/coala/corobo/plugins/answer.py /home/travis/build/coala/corobo/plugins/pitchfork.py /home/travis/build/coala/corobo/plugins/ban.py /home/travis/build/coala/corobo/plugins/explain.py /home/travis/build/coala/corobo/plugins/nevermind.py /home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py /home/travis/build/coala/corobo/plugins/wolfram_alpha.py /home/travis/build/coala/corobo/plugins/coatils.py /home/travis/build/coala/corobo/answers/__init__.py /home/travis/build/coala/corobo/answers/service.py /home/travis/build/coala/corobo/answers/final.py /home/travis/build/coala/corobo/answers/extraction.py /home/travis/build/coala/corobo/answers/utils.py /home/travis/build/coala/corobo/tests/nevermind_test.py /home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py /home/travis/build/coala/corobo/tests/answer_test.py /home/travis/build/coala/corobo/tests/wolfram_alpha_test.py /home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py /home/travis/build/coala/corobo/tests/searchdocs_test.py /home/travis/build/coala/corobo/tests/git_stats_test.py /home/travis/build/coala/corobo/tests/helper.py /home/travis/build/coala/corobo/tests/lmgtfy_test.py /home/travis/build/coala/corobo/tests/the_rules_test.py /home/travis/build/coala/corobo/tests/__init__.py /home/travis/build/coala/corobo/tests/coatils_test.py /home/travis/build/coala/corobo/tests/explain_test.py /home/travis/build/coala/corobo/tests/ship_it_test.py /home/travis/build/coala/corobo/tests/spam_test.py /home/travis/build/coala/corobo/tests/ban_test.py /home/travis/build/coala/corobo/tests/ghetto_test.py /home/travis/build/coala/corobo/tests/labhub_test.py /home/travis/build/coala/corobo/tests/pitchfork_test.py [DEBUG][11:20:10] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8' [DEBUG][11:20:10] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={}) [DEBUG][11:20:10] returning CommandNode(command=['-m'] redirects={}) [DEBUG][11:20:10] returning CommandNode(command=['pip'] redirects={}) [DEBUG][11:20:10] returning CommandNode(command=['show'] redirects={}) [DEBUG][11:20:10] returning CommandNode(command=['autopep8'] redirects={}) [DEBUG][11:20:10] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][11:20:10] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][11:20:10] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][11:20:10] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}) [DEBUG][11:20:10] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False [DEBUG][11:20:10] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created [DEBUG][11:20:10] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None} [DEBUG][11:20:10] 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': 5263, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True} [DEBUG][11:20:10] Created thread Thread-4 as reader for Capture-1 [DEBUG][11:20:10] Capture-1: reader thread about to read line [DEBUG][11:20:10] Capture-1: reader thread kicked off, waiting start [DEBUG][11:20:10] Capture-1: reader thread now started [DEBUG][11:20:10] Created thread Thread-5 as reader for Capture-2 [DEBUG][11:20:10] Capture-2: reader thread about to read line [DEBUG][11:20:10] Capture-2: reader thread kicked off, waiting start [DEBUG][11:20:10] Capture-2: reader thread now started [DEBUG][11:20:10] about to wait for process [DEBUG][11:20:10] queued chunk of length 15 to : b'Name: autopep8\n' [DEBUG][11:20:10] queued chunk of length 15 to : b'Version: 1.3.5\n' [DEBUG][11:20:10] queued chunk of length 91 to : b'Summary: A tool that automatic' [DEBUG][11:20:10] queued chunk of length 46 to : b'Home-page: https://github.com/' [DEBUG][11:20:10] queued chunk of length 22 to : b'Author: Hideo Hattori\n' [DEBUG][11:20:10] queued chunk of length 34 to : b'Author-email: hhatto.jp@gmail.' [DEBUG][11:20:10] queued chunk of length 23 to : b'License: Expat License\n' [DEBUG][11:20:10] queued chunk of length 74 to : b'Location: /home/travis/virtual' [DEBUG][11:20:10] queued chunk of length 22 to : b'Requires: pycodestyle\n' [DEBUG][11:20:10] Capture-1: finished reading stream <_io.BufferedReader name=20> [DEBUG][11:20:10] Capture-2: finished reading stream <_io.BufferedReader name=23> [DEBUG][11:20:10] 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:20:10] pipeline closing [DEBUG][11:20:10] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them. [DEBUG][11:20:10] Running bear PEP8Bear... [DEBUG][11:20:10] Running bear PEP8Bear... [DEBUG][11:20:10] Running bear PycodestyleBear... [DEBUG][11:20:10] 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][11:20:10] Running bear PycodestyleBear... [DEBUG][11:20:10] 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:20:10] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] 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:20:11] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] 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:20:11] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] 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:20:11] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] 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:20:11] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] 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:20:11] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] 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:20:11] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] 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:20:11] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] 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:20:11] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] 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:20:11] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] 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:20:11] Running bear PEP8Bear... [DEBUG][11:20:11] Running bear PycodestyleBear... [DEBUG][11:20:11] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py' [DEBUG][11:20:11] Running bear PEP8Bear... [DEBUG][11:20:12] Running bear PycodestyleBear... [DEBUG][11:20:12] 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:20:12] Running bear PEP8Bear... [DEBUG][11:20:12] Running bear PEP8Bear... [DEBUG][11:20:12] Running bear PycodestyleBear... [DEBUG][11:20:12] 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:20:12] Running bear PEP8Bear... [DEBUG][11:20:12] Running bear PycodestyleBear... [DEBUG][11:20:12] 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:20:12] Running bear PEP8Bear... [DEBUG][11:20:12] Running bear PycodestyleBear... [DEBUG][11:20:12] 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:20:12] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument [DEBUG][11:20:12] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument [DEBUG][11:20:12] Running bear PycodestyleBear... [DEBUG][11:20:12] 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:20:12] Running bear PEP8Bear... [DEBUG][11:20:12] Running bear PycodestyleBear... [DEBUG][11:20:12] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py' | | [NORMAL] PEP8Bear: [DEBUG][11:20:12] Running bear PEP8Bear... | | The code does not comply to PEP8. [DEBUG][11:20:12] Running bear PEP8Bear... |----| | /home/travis/build/coala/corobo/tests/labhub_test.py | |++++| /home/travis/build/coala/corobo/tests/labhub_test.py | 177| 177| first line of body | 178| 178| second line of body | 179| 179| Opened by @None at [text]()''' | 180| |- ) | | 180|+ ) | 181| 181| ) | 182| 182| | 183| 183| testbot_public.assertCommand( [INFO][11:20:13] Applied 'ShowPatchAction' on 'tests/labhub_test.py' from 'PEP8Bear'. | | [NORMAL] PEP8Bear: | | The code does not comply to PEP8. |----| | /home/travis/build/coala/corobo/tests/labhub_test.py | |++++| /home/travis/build/coala/corobo/tests/labhub_test.py | 192| 192| textwrap.dedent('''\ | 193| 193| body | 194| 194| Opened by @None at [text]()''' | 195| |- ) | | 195|+ ) | 196| 196| ) | 197| 197| testbot_public.assertCommand('!new issue coala title', | 198| 198| 'repository that does not exist') [INFO][11:20:13] Applied 'ShowPatchAction' on 'tests/labhub_test.py' from 'PEP8Bear'. [WARNING][11:20:13] PycodestyleBear (E124): This result has no patch attached. [WARNING][11:20:13] PycodestyleBear (E124): This result has no patch attached. tests/labhub_test.py [DEBUG][11:20:13] Running bear PycodestyleBear... [DEBUG][11:20:13] 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:20:13] Running bear PEP8Bear... [DEBUG][11:20:13] Running bear PycodestyleBear... [DEBUG][11:20:13] 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:20:13] Running bear PycodestyleBear... [DEBUG][11:20:13] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py' | 180| ············) | | [NORMAL] PycodestyleBear (E124): | | E124 closing bracket does not match visual indentation tests/labhub_test.py | 195| ············) | | [NORMAL] PycodestyleBear (E124): | | E124 closing bracket does not match visual indentation [DEBUG][11:20:13] Running bear PEP8Bear... [DEBUG][11:20:13] Running bear PycodestyleBear... [DEBUG][11:20:13] 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:20:13] Running bear PEP8Bear... [DEBUG][11:20:13] Running bear PycodestyleBear... [DEBUG][11:20:13] 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:20:13] Running bear PEP8Bear... [DEBUG][11:20:13] Running bear PycodestyleBear... [DEBUG][11:20:13] 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:20:13] Running bear PEP8Bear... [DEBUG][11:20:13] Running bear PycodestyleBear... [DEBUG][11:20:13] 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:20:13] Running bear PEP8Bear... [DEBUG][11:20:13] Running bear PycodestyleBear... [DEBUG][11:20:13] 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:20:13] Running bear PEP8Bear... [DEBUG][11:20:13] Running bear PycodestyleBear... [DEBUG][11:20:13] 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:20:14] Running bear PEP8Bear... [DEBUG][11:20:14] Running bear PycodestyleBear... [DEBUG][11:20:14] 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:20:14] Running bear PEP8Bear... [DEBUG][11:20:14] Running bear PycodestyleBear... [DEBUG][11:20:14] 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:20:14] Running bear PEP8Bear... [DEBUG][11:20:14] Running bear PEP8Bear... [DEBUG][11:20:14] Running bear PycodestyleBear... [DEBUG][11:20:14] 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:20:14] Running bear PEP8Bear... [DEBUG][11:20:14] Running bear PycodestyleBear... [DEBUG][11:20:14] 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:20:14] Running bear PycodestyleBear... [DEBUG][11:20:14] 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:20:14] Running bear PEP8Bear... [DEBUG][11:20:14] Running bear PycodestyleBear... [DEBUG][11:20:14] 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:20:14] Running bear PEP8Bear... [DEBUG][11:20:14] Running bear PycodestyleBear... [DEBUG][11:20:14] 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:20:14] Running bear PEP8Bear... [DEBUG][11:20:14] Running bear PycodestyleBear... [DEBUG][11:20:14] 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:20:15] Running bear PEP8Bear... [DEBUG][11:20:15] Running bear PycodestyleBear... [DEBUG][11:20:15] 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:20:15] Running bear PEP8Bear... [DEBUG][11:20:15] Running bear PycodestyleBear... [DEBUG][11:20:15] 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:20:15] Running bear PEP8Bear... [DEBUG][11:20:15] Running bear PycodestyleBear... [DEBUG][11:20:15] 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:20:15] Running bear PEP8Bear... [DEBUG][11:20:15] Running bear PycodestyleBear... [DEBUG][11:20:15] 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:20:15] Running bear PEP8Bear... [DEBUG][11:20:15] Running bear PycodestyleBear... [DEBUG][11:20:15] 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:20:15] Running bear PEP8Bear... [DEBUG][11:20:15] Running bear PycodestyleBear... [DEBUG][11:20:15] 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:20:15] Running bear PEP8Bear... [DEBUG][11:20:15] Running bear PycodestyleBear... [DEBUG][11:20:15] 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:20:15] Running bear PEP8Bear... [DEBUG][11:20:15] Running bear PycodestyleBear... [DEBUG][11:20:15] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py' Executing section all.linelength... [DEBUG][11:20: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/pitchfork_test.py [DEBUG][11:20: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][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... [DEBUG][11:20:16] Running bear LineLengthBear... Executing section all.links... [DEBUG][11:20: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/pitchfork_test.py [DEBUG][11:20:16] Starting new HTTP connection (1): 216.58.218.174:80 [DEBUG][11:20:16] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0 [DEBUG][11:20: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][11:20:16] Running bear InvalidLinkBear... [DEBUG][11:20:16] Running bear InvalidLinkBear... [DEBUG][11:20:16] Starting new HTTP connection (1): www.example.com:80 [DEBUG][11:20:16] Running bear InvalidLinkBear... [DEBUG][11:20:16] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][11:20:16] Running bear InvalidLinkBear... [DEBUG][11:20:16] http://www.example.com:80 "HEAD / HTTP/1.1" 200 0 [DEBUG][11:20:16] Starting new HTTP connection (1): www.example.com:80 [DEBUG][11:20:16] http://www.example.com:80 "HEAD / HTTP/1.1" 200 0 [DEBUG][11:20:16] Starting new HTTP connection (1): www.example.com:80 [DEBUG][11:20:16] http://www.example.com:80 "HEAD / HTTP/1.1" 200 0 [DEBUG][11:20:16] Starting new HTTP connection (1): www.example.com:80 [DEBUG][11:20:16] http://www.example.com:80 "HEAD / HTTP/1.1" 200 0 [DEBUG][11:20:16] Running bear InvalidLinkBear... [DEBUG][11:20:16] Starting new HTTP connection (1): 0.0.0.0:8000 [DEBUG][11:20:16] Running bear InvalidLinkBear... [DEBUG][11:20:16] Starting new HTTPS connection (1): www.lmgtfy.com:443 [DEBUG][11:20:16] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][11:20:16] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][11:20:16] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][11:20:16] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][11:20:16] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0 [DEBUG][11:20:16] Running bear InvalidLinkBear... [DEBUG][11:20:16] Running bear InvalidLinkBear... [DEBUG][11:20:16] Running bear InvalidLinkBear... [DEBUG][11:20:16] Starting new HTTP connection (1): api.coala.io:80 [DEBUG][11:20:16] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0 [DEBUG][11:20:16] Starting new HTTPS connection (1): api.gitter.im:443 [DEBUG][11:20:17] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0 [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] http://api.coala.io:80 "HEAD /en/latest HTTP/1.1" 301 0 [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Starting new HTTPS connection (1): api.coala.io:443 [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Starting new HTTP connection (1): docs.coala.io:80 [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] http://docs.coala.io:80 "HEAD /en/latest HTTP/1.1" 301 0 [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Starting new HTTPS connection (1): api.gitmate.io:443 [DEBUG][11:20:17] https://api.coala.io:443 "HEAD /en/latest/ HTTP/1.1" 200 0 [DEBUG][11:20:17] Starting new HTTPS connection (1): docs.coala.io:443 [DEBUG][11:20:17] https://docs.coala.io:443 "HEAD /en/latest/ HTTP/1.1" 200 0 [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Starting new HTTP connection (1): i.imgur.com:80 [DEBUG][11:20:17] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0 [DEBUG][11:20:17] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80 [DEBUG][11:20:17] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0 [DEBUG][11:20:17] Starting new HTTP connection (1): www.cybersalt.org:80 [DEBUG][11:20:17] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0 [DEBUG][11:20:17] Running bear InvalidLinkBear... [DEBUG][11:20:17] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][11:20:17] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0 [DEBUG][11:20:17] Starting new HTTP connection (1): www.zmescience.com:80 [DEBUG][11:20:18] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0 [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Starting new HTTPS connection (1): gitter.im:443 [DEBUG][11:20:18] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0 [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Starting new HTTP connection (1): api.coala.io:80 [DEBUG][11:20:18] Starting new HTTP connection (1): www.gizoogle.net:80 [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] http://api.coala.io:80 "HEAD /en/latest/search.html?q=this+is+search+string HTTP/1.1" 200 0 [DEBUG][11:20:18] Starting new HTTP connection (1): docs.coala.io:80 [DEBUG][11:20:18] http://docs.coala.io:80 "HEAD /en/latest/search.html?q=this+is+search+string HTTP/1.1" 200 0 [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] Running bear InvalidLinkBear... [DEBUG][11:20:18] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0 Executing section jinja2... [DEBUG][11:20:18] 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:20: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][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... [DEBUG][11:20:18] Running bear Jinja2Bear... Executing section commit... [DEBUG][11:20:18] Files that will be checked: [DEBUG][11:20:19] 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:20:19] Files that will be checked: [DEBUG][11:20:19] 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

python -m pytest ``` ============================= test session starts ============================== platform linux -- Python 3.6.3, pytest-3.6.3, py-1.5.2, pluggy-0.6.0 rootdir: /home/travis/build/coala/corobo, inifile: setup.cfg plugins: requests-mock-1.5.0, xdist-1.22.2, timeout-1.3.0, reqs-0.0.7, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1 collected 38 items tests/answer_test.py . [ 2%] tests/ban_test.py .. [ 7%] tests/coala_lowercase_c_test.py .. [ 13%] tests/coatils_test.py ........... [ 42%] tests/deprecate_bot_prefixes_test.py . [ 44%] tests/explain_test.py . [ 47%] tests/ghetto_test.py . [ 50%] tests/git_stats_test.py . [ 52%] tests/labhub_test.py .......F. [ 76%] tests/lmgtfy_test.py . [ 78%] tests/nevermind_test.py . [ 81%] tests/pitchfork_test.py . [ 84%] tests/searchdocs_test.py . [ 86%] tests/ship_it_test.py . [ 89%] tests/spam_test.py .. [ 94%] tests/the_rules_test.py . [ 97%] tests/wolfram_alpha_test.py . [100%] =================================== FAILURES =================================== ___________________________ TestLabHub.test_mark_cmd ___________________________ self = def test_mark_cmd(self): labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) labhub.activate() labhub.REPOS = {'test': self.mock_repo} mock_github_mr = create_autospec(GitHubMergeRequest) mock_gitlab_mr = create_autospec(GitLabMergeRequest) mock_github_mr.labels = PropertyMock() mock_gitlab_mr.labels = PropertyMock() mock_github_mr.author = 'johndoe' mock_gitlab_mr.author = 'johndoe' cmd_github = '!mark {} https://github.com/{}/{}/pull/{}' cmd_gitlab = '!mark {} https://gitlab.com/{}/{}/merge_requests/{}' self.mock_repo.get_mr.return_value = mock_github_mr # Non-eistent repo testbot.assertCommand(cmd_github.format('wip', 'a', 'b', '23'), 'Repository doesn\'t exist.') testbot.assertCommand( '!mark wip https://gitlab.com/a/b/merge_requests/2', 'Repository doesn\'t exist.') mock_github_mr.web_url = 'https://github.com/coala/test/pull/23' mock_gitlab_mr.web_url = ('https://gitlab.com/coala/test' '/merge_requests/23') # mark wip mock_github_mr.labels = ['process/pending review'] mock_gitlab_mr.labels = ['process/pending review'] testbot.assertCommand(cmd_github.format('wip', 'coala', 'a', '23'), > 'marked work in progress') tests/labhub_test.py:388: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = command = '!mark wip https://github.com/coala/a/pull/23' response = 'marked work in progress', 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, "'{}' not in '{}'".format(response, msg) E AssertionError: 'marked work in progress' not in 'Repository doesn't exist.' ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:457: AssertionError ----------------------------- Captured stdout call ----------------------------- waiting on queue message received waiting on queue message received waiting on queue message received 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 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 17 92% 243-273 plugins/lmgtfy.py 4 0 100% plugins/nevermind.py 5 0 100% plugins/pitchfork.py 12 0 100% plugins/searchdocs.py 16 0 100% plugins/ship_it.py 7 0 100% plugins/spam.py 20 0 100% plugins/the_rules.py 5 0 100% plugins/wolfram_alpha.py 18 0 100% ----------------------------------------------------------------- TOTAL 591 17 97% FAIL Required test coverage of 100% not reached. Total coverage: 97.12% =============================== warnings summary =============================== Module already imported so cannot be rewritten: errbot.backends.test tests/labhub_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor tests/spam_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html ============== 1 failed, 37 passed, 3 warnings in 111.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 .......F. [ 76%] tests/lmgtfy_test.py . [ 78%] tests/nevermind_test.py . [ 81%] tests/pitchfork_test.py . [ 84%] tests/searchdocs_test.py . [ 86%] tests/ship_it_test.py . [ 89%] tests/spam_test.py .. [ 94%] tests/the_rules_test.py . [ 97%] tests/wolfram_alpha_test.py . [100%] =================================== FAILURES =================================== ___________________________ TestLabHub.test_mark_cmd ___________________________ self = def test_mark_cmd(self): labhub, testbot = plugin_testbot(plugins.labhub.LabHub, logging.ERROR) labhub.activate() labhub.REPOS = {'test': self.mock_repo} mock_github_mr = create_autospec(GitHubMergeRequest) mock_gitlab_mr = create_autospec(GitLabMergeRequest) mock_github_mr.labels = PropertyMock() mock_gitlab_mr.labels = PropertyMock() mock_github_mr.author = 'johndoe' mock_gitlab_mr.author = 'johndoe' cmd_github = '!mark {} https://github.com/{}/{}/pull/{}' cmd_gitlab = '!mark {} https://gitlab.com/{}/{}/merge_requests/{}' self.mock_repo.get_mr.return_value = mock_github_mr # Non-eistent repo testbot.assertCommand(cmd_github.format('wip', 'a', 'b', '23'), 'Repository doesn\'t exist.') testbot.assertCommand( '!mark wip https://gitlab.com/a/b/merge_requests/2', 'Repository doesn\'t exist.') mock_github_mr.web_url = 'https://github.com/coala/test/pull/23' mock_gitlab_mr.web_url = ('https://gitlab.com/coala/test' '/merge_requests/23') # mark wip mock_github_mr.labels = ['process/pending review'] mock_gitlab_mr.labels = ['process/pending review'] testbot.assertCommand(cmd_github.format('wip', 'coala', 'test', '23'), 'marked work in progress') testbot.assertCommand(cmd_github.format('wip', 'coala', 'test', '23'), '@johndoe, please check your pull request') testbot.assertCommand(cmd_github.format('wip', 'coala', 'test', '23'), 'https://github.com/coala/test/pull/23') self.mock_repo.get_mr.return_value = mock_gitlab_mr testbot.assertCommand(cmd_gitlab.format('wip', 'coala', 'test', '23'), '@johndoe, please check your pull request') testbot.assertCommand(cmd_gitlab.format('wip', 'coala', 'test', '23'), > 'https://gitlab.com/coala/a/merge_requests/23') tests/labhub_test.py:399: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = command = '!mark wip https://gitlab.com/coala/test/merge_requests/23' response = 'https://gitlab.com/coala/a/merge_requests/23', 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, "'{}' not in '{}'".format(response, msg) E AssertionError: 'https://gitlab.com/coala/a/merge_requests/23' not in 'The pull request https://gitlab.com/coala/test/merge_requests/23 is marked work in progress. Use ! mark pending or push to your branch if feedback from the community is needed again. E @johndoe, please check your pull request.' ../../../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 message received waiting on queue message received waiting on queue message received waiting on queue message received 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 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 6 97% 267-273 plugins/lmgtfy.py 4 0 100% plugins/nevermind.py 5 0 100% plugins/pitchfork.py 12 0 100% plugins/searchdocs.py 16 0 100% plugins/ship_it.py 7 0 100% plugins/spam.py 20 0 100% plugins/the_rules.py 5 0 100% plugins/wolfram_alpha.py 18 0 100% ----------------------------------------------------------------- TOTAL 591 6 99% FAIL Required test coverage of 100% not reached. Total coverage: 98.98% =============================== warnings summary =============================== Module already imported so cannot be rewritten: errbot.backends.test tests/labhub_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor tests/spam_test.py::TestBot cannot collect test class 'TestBot' because it has a __init__ constructor -- Docs: http://doc.pytest.org/en/latest/warnings.html ============== 1 failed, 37 passed, 3 warnings in 109.10 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 ......... [ 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 E [ 97%] tests/wolfram_alpha_test.py . [100%] ==================================== ERRORS ==================================== _______________________ ERROR at setup of test_the_rules _______________________ request = > @pytest.fixture def testbot(request) -> TestBot: """ Pytest fixture to write tests against a fully functioning bot. For example, if you wanted to test the builtin `!about` command, you could write a test file with the following:: def test_about(testbot): testbot.push_message('!about') assert "Err version" in testbot.pop_message() It's possible to provide additional configuration to this fixture, by setting variables at module level or as class attributes (the latter taking precedence over the former). For example:: extra_plugin_dir = '/foo/bar' def test_about(testbot): testbot.push_message('!about') assert "Err version" in testbot.pop_message() ..or:: extra_plugin_dir = '/foo/bar' class Tests(object): # Wins over `extra_plugin_dir = '/foo/bar'` above extra_plugin_dir = '/foo/baz' def test_about(self, testbot): testbot.push_message('!about') assert "Err version" in testbot.pop_message() ..to load additional plugins from the directory `/foo/bar` or `/foo/baz` respectively. This works for the following items, which are passed to the constructor of :class:`~errbot.backends.test.TestBot`: * `extra_plugin_dir` * `loglevel` """ def on_finish(): bot.stop() # setup the logging to something digestable. logger = logging.getLogger('') logging.getLogger('yapsy').setLevel(logging.ERROR) # this one is way too verbose in debug logging.getLogger('MARKDOWN').setLevel(logging.ERROR) # this one is way too verbose in debug logging.getLogger('Rocket.Errors').setLevel(logging.ERROR) # this one is way too verbose in debug logger.setLevel(logging.DEBUG) console_hdlr = logging.StreamHandler(sys.stdout) console_hdlr.setFormatter(logging.Formatter("%(levelname)-8s %(name)-25s %(message)s")) logger.handlers = [] logger.addHandler(console_hdlr) kwargs = {} for attr, default in (('extra_plugin_dir', None), ('extra_config', None), ('loglevel', logging.DEBUG),): if hasattr(request, 'instance'): kwargs[attr] = getattr(request.instance, attr, None) if kwargs[attr] is None: kwargs[attr] = getattr(request.module, attr, default) bot = TestBot(**kwargs) > bot.start() ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:567: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:405: in start if self.bot.pop_message(timeout=1) == "ready": ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:308: in pop_message return self.outgoing_message_queue.get(timeout=timeout, block=block) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = , block = True, timeout = 1 def get(self, block=True, timeout=None): '''Remove and return an item from the queue. If optional args 'block' is true and 'timeout' is None (the default), block if necessary until an item is available. If 'timeout' is a non-negative number, it blocks at most 'timeout' seconds and raises the Empty exception if no item was available within that time. Otherwise ('block' is false), return an item if one is immediately available, else raise the Empty exception ('timeout' is ignored in that case). ''' with self.not_empty: if not block: if not self._qsize(): raise Empty elif timeout is None: while not self._qsize(): self.not_empty.wait() elif timeout < 0: raise ValueError("'timeout' must be a non-negative number") else: endtime = time() + timeout while not self._qsize(): remaining = endtime - time() if remaining <= 0.0: > raise Empty E queue.Empty /opt/python/3.6.3/lib/python3.6/queue.py:172: Empty ---------------------------- Captured stdout setup ----------------------------- INFO errbot.specific_plugin_manager storage search paths {'/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/storage'} INFO errbot.specific_plugin_manager Found those plugings available: INFO errbot.specific_plugin_manager Shelf (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/storage/shelf.py) INFO errbot.specific_plugin_manager Memory (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/storage/memory.py) INFO errbot.bootstrap Found Storage plugin: 'Memory' Description: This is the storage plugin for an in-memory store (non-persistent). DEBUG errbot.specific_plugin_manager Refilter the plugins... DEBUG errbot.specific_plugin_manager Load the one remaining... DEBUG errbot.specific_plugin_manager Class to load MemoryStoragePlugin DEBUG errbot.storage Opening storage 'repomgr' DEBUG errbot.storage Opening storage 'core' INFO errbot.specific_plugin_manager backends search paths {'/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends'} INFO errbot.specific_plugin_manager Found those plugings available: INFO errbot.specific_plugin_manager Graphic (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/graphic.py) INFO errbot.specific_plugin_manager Telegram (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/telegram_messenger.py) INFO errbot.specific_plugin_manager XMPP (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/xmpp.py) INFO errbot.specific_plugin_manager Null (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/null.py) INFO errbot.specific_plugin_manager Slack (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/slack.py) INFO errbot.specific_plugin_manager Hipchat (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/hipchat.py) INFO errbot.specific_plugin_manager Text (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/text.py) INFO errbot.specific_plugin_manager Test (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py) INFO errbot.specific_plugin_manager IRC (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/irc.py) INFO errbot.bootstrap Found Backend plugin: 'Test' Description: This is the test backend for Err. DEBUG errbot.specific_plugin_manager Refilter the plugins... DEBUG errbot.specific_plugin_manager Load the one remaining... DEBUG errbot.specific_plugin_manager Class to load TestBackend DEBUG errbot.core ErrBot init. DEBUG errbot.backends.base Backend init. DEBUG errbot.core created a thread pool of size 10. DEBUG errbot.core Initializing backend storage DEBUG errbot.storage Opening storage 'test_backend' DEBUG errbot.plugin_manager All plugin roots: DEBUG errbot.plugin_manager -> /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins DEBUG errbot.plugin_manager -> plugins DEBUG errbot.plugin_manager /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins has no requirements.txt file DEBUG errbot.plugin_manager plugins has no requirements.txt file DEBUG errbot.plugins.Backup Logger for plugin initialized... DEBUG errbot.plugins.Utils Logger for plugin initialized... DEBUG errbot.plugins.ACLs Logger for plugin initialized... DEBUG errbot.plugins.Help Logger for plugin initialized... INFO errbot webhooks: Flag to bind /echo to echo DEBUG errbot.plugins.Webserver Logger for plugin initialized... DEBUG errbot.plugins.ChatRoom Logger for plugin initialized... DEBUG errbot.plugins.VersionChecker Logger for plugin initialized... DEBUG errbot.plugins.Health Logger for plugin initialized... DEBUG errbot.plugins.Flows Logger for plugin initialized... DEBUG errbot.plugins.CommandNotFoundFilter Logger for plugin initialized... DEBUG errbot.plugins.Plugins Logger for plugin initialized... DEBUG errbot.plugins.pitchfork Logger for plugin initialized... DEBUG errbot.plugins.deprecate_bot_prefixes Logger for plugin initialized... DEBUG errbot.plugins.explain Logger for plugin initialized... DEBUG errbot.plugins.the_rules Logger for plugin initialized... DEBUG errbot.plugins.ship_it Logger for plugin initialized... DEBUG errbot.plugins.lmgtfy Logger for plugin initialized... DEBUG errbot.plugins.coatils Logger for plugin initialized... DEBUG errbot.plugins.ghetto Logger for plugin initialized... DEBUG errbot.plugins.LabHub Logger for plugin initialized... INFO github3 Building a url from ('https://api.github.com', 'orgs', 'coala') DEBUG github3 GET https://api.github.com/orgs/coala with {} DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.github.com:443 DEBUG urllib3.connectionpool https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 401 83 ERROR yapsy Unable to create plugin object: /home/travis/build/coala/corobo/plugins/labhub Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins plugin_info.plugin_object = self.instanciateElement(element) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement return element(self.bot, name=self._current_pluginfo.name) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 33, in __init__ self.GH3_ORG = gh.organization(self.GH_ORG_NAME) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/github.py", line 1120, in organization json = self._json(self._get(url), 200) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/models.py", line 156, in _json raise exceptions.error_for(response) github3.exceptions.AuthenticationFailed: 401 Bad credentials DEBUG errbot.plugins.nevermind Logger for plugin initialized... DEBUG errbot.plugins.SpammingAlert Logger for plugin initialized... DEBUG errbot.plugins.wolfram alpha Logger for plugin initialized... DEBUG errbot.plugins.Ban Logger for plugin initialized... DEBUG errbot.plugins.coala_lowercase_c Logger for plugin initialized... DEBUG errbot.plugins.git_stats Logger for plugin initialized... DEBUG errbot.plugins.SearchDocs Logger for plugin initialized... DEBUG errbot.plugins.answer Logger for plugin initialized... ERROR errbot.bootstrap Some plugins failed to load: File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins plugin_info.plugin_object = self.instanciateElement(element) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement return element(self.bot, name=self._current_pluginfo.name) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 33, in __init__ self.GH3_ORG = gh.organization(self.GH_ORG_NAME) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/github.py", line 1120, in organization json = self._json(self._get(url), 200) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/models.py", line 156, in _json raise exceptions.error_for(response) INFO errbot.core Activate internal commands INFO errbot.plugin_manager Activate bot plugins... INFO errbot.plugin_manager Activate plugin: Backup DEBUG errbot.plugin_manager Plugin Backup has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating Backup with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] DEBUG errbot.botplugin Init storage for Backup DEBUG errbot.storage Opening storage 'Backup' DEBUG errbot.core Adding command : backup -> backup INFO errbot.core_plugins.wsview Checking Backup for webhooks INFO errbot.plugin_manager Activate plugin: Utils DEBUG errbot.plugin_manager Plugin Utils has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating Utils with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] DEBUG errbot.botplugin Init storage for Utils DEBUG errbot.storage Opening storage 'Utils' DEBUG errbot.core Adding command : echo -> echo DEBUG errbot.core Adding command : history -> history DEBUG errbot.core Adding command : log_tail -> log_tail DEBUG errbot.core Adding command : render_test -> render_test DEBUG errbot.core Adding command : whoami -> whoami INFO errbot.core_plugins.wsview Checking Utils for webhooks INFO errbot.plugin_manager Activate plugin: ACLs DEBUG errbot.plugin_manager Plugin ACLs has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating ACLs with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] DEBUG errbot.botplugin Init storage for ACLs DEBUG errbot.storage Opening storage 'ACLs' DEBUG errbot.core Adding command filter: acls INFO errbot.core_plugins.wsview Checking ACLS for webhooks INFO errbot.plugin_manager Activate plugin: Help DEBUG errbot.plugin_manager Plugin Help has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating Help with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] DEBUG errbot.botplugin Init storage for Help DEBUG errbot.storage Opening storage 'Help' DEBUG errbot.core Adding command : about -> about DEBUG errbot.core Adding command : apropos -> apropos DEBUG errbot.core Adding command : help -> help INFO errbot.core_plugins.wsview Checking Help for webhooks INFO errbot.plugin_manager Activate plugin: Webserver DEBUG errbot.plugin_manager Plugin Webserver has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating Webserver with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] INFO errbot.plugins.Webserver Webserver is not configured. Forbid activation INFO errbot.core_plugins.wsview Checking Webserver for webhooks INFO errbot.core_plugins.wsview Webhook routing echo INFO errbot.plugin_manager Activate plugin: ChatRoom DEBUG errbot.plugin_manager Plugin ChatRoom has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating ChatRoom with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] DEBUG errbot.botplugin Init storage for ChatRoom DEBUG errbot.storage Opening storage 'ChatRoom' DEBUG errbot.core Adding command : room_create -> room_create DEBUG errbot.core Adding command : room_destroy -> room_destroy DEBUG errbot.core Adding command : room_invite -> room_invite DEBUG errbot.core Adding command : room_join -> room_join DEBUG errbot.core Adding command : room_leave -> room_leave DEBUG errbot.core Adding command : room_list -> room_list DEBUG errbot.core Adding command : room_occupants -> room_occupants DEBUG errbot.core Adding command : room_topic -> room_topic INFO errbot.core_plugins.wsview Checking ChatRoom for webhooks INFO errbot.plugin_manager Activate plugin: VersionChecker DEBUG errbot.plugin_manager Plugin VersionChecker has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating VersionChecker with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] INFO errbot.plugins.VersionChecker Skip version checking under test mode INFO errbot.core_plugins.wsview Checking VersionChecker for webhooks INFO errbot.plugin_manager Activate plugin: Health DEBUG errbot.plugin_manager Plugin Health has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating Health with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] DEBUG errbot.botplugin Init storage for Health DEBUG errbot.storage Opening storage 'Health' DEBUG errbot.core Adding command : restart -> restart DEBUG errbot.core Adding command : shutdown -> shutdown DEBUG errbot.core Adding command : status -> status DEBUG errbot.core Adding command : status_gc -> status_gc DEBUG errbot.core Adding command : status_load -> status_load DEBUG errbot.core Adding command : status_plugins -> status_plugins DEBUG errbot.core Adding command : uptime -> uptime INFO errbot.core_plugins.wsview Checking Health for webhooks INFO errbot.plugin_manager Activate plugin: Flows DEBUG errbot.plugin_manager Plugin Flows has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating Flows with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] DEBUG errbot.botplugin Init storage for Flows DEBUG errbot.storage Opening storage 'Flows' DEBUG errbot.core Adding command : flows_kill -> flows_kill DEBUG errbot.core Adding command : flows_list -> flows_list DEBUG errbot.core Adding command : flows_show -> flows_show DEBUG errbot.core Adding command : flows_start -> flows_start DEBUG errbot.core Adding command : flows_status -> flows_status DEBUG errbot.core Adding command : flows_stop -> flows_stop INFO errbot.core_plugins.wsview Checking Flows for webhooks INFO errbot.plugin_manager Activate plugin: CommandNotFoundFilter DEBUG errbot.plugin_manager Plugin CommandNotFoundFilter has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating CommandNotFoundFilter with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] DEBUG errbot.botplugin Init storage for CommandNotFoundFilter DEBUG errbot.storage Opening storage 'CommandNotFoundFilter' DEBUG errbot.core Adding command filter: cnf_filter INFO errbot.core_plugins.wsview Checking CommandNotFoundFilter for webhooks INFO errbot.plugin_manager Activate plugin: Plugins DEBUG errbot.plugin_manager Plugin Plugins has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating Plugins with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] DEBUG errbot.botplugin Init storage for Plugins DEBUG errbot.storage Opening storage 'Plugins' DEBUG errbot.core Adding command : plugin_activate -> plugin_activate DEBUG errbot.core Adding command : plugin_blacklist -> plugin_blacklist DEBUG errbot.core Adding command : plugin_config -> plugin_config DEBUG errbot.core Adding command : plugin_deactivate -> plugin_deactivate DEBUG errbot.core Adding command : plugin_reload -> plugin_reload DEBUG errbot.core Adding command : plugin_unblacklist -> plugin_unblacklist DEBUG errbot.core Adding command : repos -> repos DEBUG errbot.core Adding command : repos_install -> repos_install DEBUG errbot.core Adding command : repos_search -> repos_search DEBUG errbot.core Adding command : repos_uninstall -> repos_uninstall DEBUG errbot.core Adding command : repos_update -> repos_update INFO errbot.core_plugins.wsview Checking Plugins for webhooks INFO errbot.plugin_manager Activate plugin: pitchfork DEBUG errbot.plugin_manager Plugin pitchfork has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin pitchfork has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating pitchfork with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for pitchfork DEBUG errbot.storage Opening storage 'pitchfork' DEBUG errbot.core Adding command : pitchfork -> pitchfork INFO errbot.core_plugins.wsview Checking Pitchfork for webhooks INFO errbot.plugin_manager Activate plugin: deprecate_bot_prefixes DEBUG errbot.plugin_manager Plugin deprecate_bot_prefixes has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating deprecate_bot_prefixes with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for deprecate_bot_prefixes DEBUG errbot.storage Opening storage 'deprecate_bot_prefixes' INFO errbot.core_plugins.wsview Checking DeprecateBotPrefixes for webhooks INFO errbot.plugin_manager Activate plugin: explain DEBUG errbot.plugin_manager Plugin explain has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin explain has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating explain with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for explain DEBUG errbot.storage Opening storage 'explain' DEBUG errbot.core Adding regex command : explain -> explain INFO errbot.core_plugins.wsview Checking Explain for webhooks INFO errbot.plugin_manager Activate plugin: the_rules DEBUG errbot.plugin_manager Plugin the_rules has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin the_rules has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating the_rules with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for the_rules DEBUG errbot.storage Opening storage 'the_rules' DEBUG errbot.core Adding regex command : the_rules -> the_rules INFO errbot.core_plugins.wsview Checking The_rules for webhooks INFO errbot.plugin_manager Activate plugin: ship_it DEBUG errbot.plugin_manager Plugin ship_it has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin ship_it has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating ship_it with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for ship_it DEBUG errbot.storage Opening storage 'ship_it' DEBUG errbot.core Adding regex command : ship_it -> ship_it INFO errbot.core_plugins.wsview Checking Ship_it for webhooks INFO errbot.plugin_manager Activate plugin: lmgtfy DEBUG errbot.plugin_manager Plugin lmgtfy has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin lmgtfy has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating lmgtfy with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for lmgtfy DEBUG errbot.storage Opening storage 'lmgtfy' DEBUG errbot.core Adding regex command : lmgtfy -> lmgtfy INFO errbot.core_plugins.wsview Checking Lmgtfy for webhooks INFO errbot.plugin_manager Activate plugin: coatils DEBUG errbot.plugin_manager Plugin coatils has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating coatils with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for coatils DEBUG errbot.storage Opening storage 'coatils' DEBUG errbot.core Adding regex command : contrib_stats -> contrib_stats DEBUG errbot.core Adding regex command : ls -> ls DEBUG errbot.core Adding regex command : run -> run INFO errbot.core_plugins.wsview Checking Coatils for webhooks INFO errbot.plugin_manager Activate plugin: ghetto DEBUG errbot.plugin_manager Plugin ghetto has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin ghetto has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating ghetto with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for ghetto DEBUG errbot.storage Opening storage 'ghetto' DEBUG errbot.core Adding regex command : ghetto -> ghetto INFO errbot.core_plugins.wsview Checking Ghetto for webhooks INFO errbot.plugin_manager Activate plugin: nevermind DEBUG errbot.plugin_manager Plugin nevermind has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin nevermind has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating nevermind with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for nevermind DEBUG errbot.storage Opening storage 'nevermind' DEBUG errbot.core Adding regex command : nevermind -> nevermind INFO errbot.core_plugins.wsview Checking Nevermind for webhooks INFO errbot.plugin_manager Activate plugin: SpammingAlert DEBUG errbot.plugin_manager Plugin SpammingAlert has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating SpammingAlert with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for SpammingAlert DEBUG errbot.storage Opening storage 'SpammingAlert' INFO errbot.core_plugins.wsview Checking SpammingAlert for webhooks INFO errbot.plugin_manager Activate plugin: wolfram alpha DEBUG errbot.plugin_manager Plugin wolfram alpha has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin wolfram alpha has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating wolfram alpha with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for wolfram alpha DEBUG errbot.storage Opening storage 'wolfram alpha' DEBUG errbot.core Adding command : wa -> wa INFO errbot.core_plugins.wsview Checking WolframAlpha for webhooks INFO errbot.plugin_manager Activate plugin: Ban DEBUG errbot.plugin_manager Plugin Ban has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating Ban with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for Ban DEBUG errbot.storage Opening storage 'Ban' DEBUG errbot.core Adding command : ban -> ban DEBUG errbot.core Adding command : unban -> unban INFO errbot.core_plugins.wsview Checking Ban for webhooks INFO errbot.plugin_manager Activate plugin: coala_lowercase_c DEBUG errbot.plugin_manager Plugin coala_lowercase_c has no section [Errbot]. Assuming this plugin is running on any Errbot version. INFO errbot.plugin_manager Activating coala_lowercase_c with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for coala_lowercase_c DEBUG errbot.storage Opening storage 'coala_lowercase_c' INFO errbot.core_plugins.wsview Checking Coala_lowercase_c for webhooks INFO errbot.plugin_manager Activate plugin: git_stats DEBUG errbot.plugin_manager Plugin git_stats has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin git_stats has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating git_stats with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for git_stats DEBUG errbot.storage Opening storage 'git_stats' DEBUG errbot.core Adding regex command : git_stats-assign_cmd -> assign_cmd DEBUG errbot.core Adding regex command : git_stats-create_issue_cmd -> create_issue_cmd DEBUG errbot.core Adding regex command : git_stats-invite_cmd -> invite_cmd DEBUG errbot.core Adding regex command : git_stats-mark_cmd -> mark_cmd DEBUG errbot.core Adding regex command : pr_list -> pr_list DEBUG errbot.core Adding regex command : git_stats-pr_stats -> pr_stats DEBUG errbot.core Adding regex command : git_stats-unassign_cmd -> unassign_cmd INFO errbot.core_plugins.wsview Checking GitStats for webhooks INFO errbot.plugin_manager Activate plugin: SearchDocs DEBUG errbot.plugin_manager Plugin SearchDocs has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin SearchDocs has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating SearchDocs with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for SearchDocs DEBUG errbot.storage Opening storage 'SearchDocs' DEBUG errbot.core Adding command : search -> search INFO errbot.core_plugins.wsview Checking Searchdocs for webhooks INFO errbot.plugin_manager Activate plugin: answer DEBUG errbot.plugin_manager Plugin answer has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. DEBUG errbot.plugin_manager Plugin answer has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. INFO errbot.plugin_manager Activating answer with min_err_version = 9.9.9 and max_version = 9.9.9 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] DEBUG errbot.botplugin Init storage for answer DEBUG errbot.storage Opening storage 'answer' DEBUG errbot.core Adding command : answer -> answer INFO errbot.core_plugins.wsview Checking Answer for webhooks DEBUG errbot.plugin_manager Activate flow plugins ... INFO errbot.backends.test MESSAGE: Some plugins failed to start during bot startup: File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins plugin_info.plugin_object = self.instanciateElement(element) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement return element(self.bot, name=self._current_pluginfo.name) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 33, in __init__ self.GH3_ORG = gh.organization(self.GH_ORG_NAME) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/github.py", line 1120, in organization json = self._json(self._get(url), 200) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/models.py", line 156, in _json raise exceptions.error_for(response) ---------------------------- Captured stderr setup ----------------------------- 2018-07-12 03:30:18,833 INFO errbot.specific_plugin_manager storage search paths {'/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/storage'} 2018-07-12 03:30:18,835 INFO errbot.specific_plugin_manager Found those plugings available: 2018-07-12 03:30:18,835 INFO errbot.specific_plugin_manager Shelf (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/storage/shelf.py) 2018-07-12 03:30:18,836 INFO errbot.specific_plugin_manager Memory (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/storage/memory.py) 2018-07-12 03:30:18,836 INFO errbot.bootstrap Found Storage plugin: 'Memory' Description: This is the storage plugin for an in-memory store (non-persistent). 2018-07-12 03:30:18,837 DEBUG errbot.specific_plugin_manager Refilter the plugins... 2018-07-12 03:30:18,838 DEBUG errbot.specific_plugin_manager Load the one remaining... 2018-07-12 03:30:18,839 DEBUG errbot.specific_plugin_manager Class to load MemoryStoragePlugin 2018-07-12 03:30:18,839 DEBUG errbot.storage Opening storage 'repomgr' 2018-07-12 03:30:18,839 DEBUG errbot.storage Opening storage 'core' 2018-07-12 03:30:18,842 INFO errbot.specific_plugin_manager backends search paths {'/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends'} 2018-07-12 03:30:18,851 INFO errbot.specific_plugin_manager Found those plugings available: 2018-07-12 03:30:18,851 INFO errbot.specific_plugin_manager Graphic (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/graphic.py) 2018-07-12 03:30:18,851 INFO errbot.specific_plugin_manager Telegram (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/telegram_messenger.py) 2018-07-12 03:30:18,852 INFO errbot.specific_plugin_manager XMPP (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/xmpp.py) 2018-07-12 03:30:18,852 INFO errbot.specific_plugin_manager Null (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/null.py) 2018-07-12 03:30:18,852 INFO errbot.specific_plugin_manager Slack (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/slack.py) 2018-07-12 03:30:18,852 INFO errbot.specific_plugin_manager Hipchat (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/hipchat.py) 2018-07-12 03:30:18,852 INFO errbot.specific_plugin_manager Text (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/text.py) 2018-07-12 03:30:18,852 INFO errbot.specific_plugin_manager Test (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py) 2018-07-12 03:30:18,853 INFO errbot.specific_plugin_manager IRC (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/irc.py) 2018-07-12 03:30:18,853 INFO errbot.bootstrap Found Backend plugin: 'Test' Description: This is the test backend for Err. 2018-07-12 03:30:18,853 DEBUG errbot.specific_plugin_manager Refilter the plugins... 2018-07-12 03:30:18,858 DEBUG errbot.specific_plugin_manager Load the one remaining... 2018-07-12 03:30:18,860 DEBUG errbot.specific_plugin_manager Class to load TestBackend 2018-07-12 03:30:18,861 DEBUG errbot.core ErrBot init. 2018-07-12 03:30:18,861 DEBUG errbot.backends.base Backend init. 2018-07-12 03:30:18,864 DEBUG errbot.core created a thread pool of size 10. 2018-07-12 03:30:18,871 DEBUG errbot.core Initializing backend storage 2018-07-12 03:30:18,872 DEBUG errbot.storage Opening storage 'test_backend' 2018-07-12 03:30:18,877 DEBUG errbot.plugin_manager All plugin roots: 2018-07-12 03:30:18,878 DEBUG errbot.plugin_manager -> /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins 2018-07-12 03:30:18,879 DEBUG errbot.plugin_manager -> plugins 2018-07-12 03:30:18,879 DEBUG errbot.plugin_manager /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins has no requirements.txt file 2018-07-12 03:30:18,879 DEBUG errbot.plugin_manager plugins has no requirements.txt file 2018-07-12 03:30:18,909 DEBUG errbot.plugins.Backup Logger for plugin initialized... 2018-07-12 03:30:18,925 DEBUG errbot.plugins.Utils Logger for plugin initialized... 2018-07-12 03:30:18,954 DEBUG errbot.plugins.ACLs Logger for plugin initialized... 2018-07-12 03:30:19,006 DEBUG errbot.plugins.Help Logger for plugin initialized... 2018-07-12 03:30:19,021 INFO errbot webhooks: Flag to bind /echo to echo 2018-07-12 03:30:19,022 DEBUG errbot.plugins.Webserver Logger for plugin initialized... 2018-07-12 03:30:19,050 DEBUG errbot.plugins.ChatRoom Logger for plugin initialized... 2018-07-12 03:30:19,078 DEBUG errbot.plugins.VersionChecker Logger for plugin initialized... 2018-07-12 03:30:19,099 DEBUG errbot.plugins.Health Logger for plugin initialized... 2018-07-12 03:30:19,117 DEBUG errbot.plugins.Flows Logger for plugin initialized... 2018-07-12 03:30:19,133 DEBUG errbot.plugins.CommandNotFoundFilter Logger for plugin initialized... 2018-07-12 03:30:19,149 DEBUG errbot.plugins.Plugins Logger for plugin initialized... 2018-07-12 03:30:19,164 DEBUG errbot.plugins.pitchfork Logger for plugin initialized... 2018-07-12 03:30:19,179 DEBUG errbot.plugins.deprecate_bot_prefixes Logger for plugin initialized... 2018-07-12 03:30:19,195 DEBUG errbot.plugins.explain Logger for plugin initialized... 2018-07-12 03:30:19,212 DEBUG errbot.plugins.the_rules Logger for plugin initialized... 2018-07-12 03:30:19,227 DEBUG errbot.plugins.ship_it Logger for plugin initialized... 2018-07-12 03:30:19,242 DEBUG errbot.plugins.lmgtfy Logger for plugin initialized... 2018-07-12 03:30:19,284 DEBUG errbot.plugins.coatils Logger for plugin initialized... 2018-07-12 03:30:19,302 DEBUG errbot.plugins.ghetto Logger for plugin initialized... 2018-07-12 03:30:19,319 DEBUG errbot.plugins.LabHub Logger for plugin initialized... 2018-07-12 03:30:19,320 INFO github3 Building a url from ('https://api.github.com', 'orgs', 'coala') 2018-07-12 03:30:19,320 DEBUG github3 GET https://api.github.com/orgs/coala with {} 2018-07-12 03:30:19,323 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.github.com:443 2018-07-12 03:30:19,573 DEBUG urllib3.connectionpool https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 401 83 2018-07-12 03:30:19,574 ERROR yapsy Unable to create plugin object: /home/travis/build/coala/corobo/plugins/labhub Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins plugin_info.plugin_object = self.instanciateElement(element) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement return element(self.bot, name=self._current_pluginfo.name) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 33, in __init__ self.GH3_ORG = gh.organization(self.GH_ORG_NAME) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/github.py", line 1120, in organization json = self._json(self._get(url), 200) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/models.py", line 156, in _json raise exceptions.error_for(response) github3.exceptions.AuthenticationFailed: 401 Bad credentials 2018-07-12 03:30:19,591 DEBUG errbot.plugins.nevermind Logger for plugin initialized... 2018-07-12 03:30:19,612 DEBUG errbot.plugins.SpammingAlert Logger for plugin initialized... 2018-07-12 03:30:19,628 DEBUG errbot.plugins.wolfram alpha Logger for plugin initialized... 2018-07-12 03:30:19,645 DEBUG errbot.plugins.Ban Logger for plugin initialized... 2018-07-12 03:30:19,660 DEBUG errbot.plugins.coala_lowercase_c Logger for plugin initialized... 2018-07-12 03:30:19,676 DEBUG errbot.plugins.git_stats Logger for plugin initialized... 2018-07-12 03:30:19,694 DEBUG errbot.plugins.SearchDocs Logger for plugin initialized... 2018-07-12 03:30:19,708 DEBUG errbot.plugins.answer Logger for plugin initialized... 2018-07-12 03:30:19,728 ERROR errbot.bootstrap Some plugins failed to load: File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins plugin_info.plugin_object = self.instanciateElement(element) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement return element(self.bot, name=self._current_pluginfo.name) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 33, in __init__ self.GH3_ORG = gh.organization(self.GH_ORG_NAME) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/github.py", line 1120, in organization json = self._json(self._get(url), 200) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/models.py", line 156, in _json raise exceptions.error_for(response) 2018-07-12 03:30:19,729 INFO errbot.core Activate internal commands 2018-07-12 03:30:19,729 INFO errbot.plugin_manager Activate bot plugins... 2018-07-12 03:30:19,730 INFO errbot.plugin_manager Activate plugin: Backup 2018-07-12 03:30:19,730 DEBUG errbot.plugin_manager Plugin Backup has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,730 INFO errbot.plugin_manager Activating Backup with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,731 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,731 DEBUG errbot.botplugin Init storage for Backup 2018-07-12 03:30:19,732 DEBUG errbot.storage Opening storage 'Backup' 2018-07-12 03:30:19,732 DEBUG errbot.core Adding command : backup -> backup 2018-07-12 03:30:19,733 INFO errbot.core_plugins.wsview Checking Backup for webhooks 2018-07-12 03:30:19,733 INFO errbot.plugin_manager Activate plugin: Utils 2018-07-12 03:30:19,734 DEBUG errbot.plugin_manager Plugin Utils has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,734 INFO errbot.plugin_manager Activating Utils with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,734 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,735 DEBUG errbot.botplugin Init storage for Utils 2018-07-12 03:30:19,735 DEBUG errbot.storage Opening storage 'Utils' 2018-07-12 03:30:19,735 DEBUG errbot.core Adding command : echo -> echo 2018-07-12 03:30:19,735 DEBUG errbot.core Adding command : history -> history 2018-07-12 03:30:19,736 DEBUG errbot.core Adding command : log_tail -> log_tail 2018-07-12 03:30:19,736 DEBUG errbot.core Adding command : render_test -> render_test 2018-07-12 03:30:19,736 DEBUG errbot.core Adding command : whoami -> whoami 2018-07-12 03:30:19,737 INFO errbot.core_plugins.wsview Checking Utils for webhooks 2018-07-12 03:30:19,738 INFO errbot.plugin_manager Activate plugin: ACLs 2018-07-12 03:30:19,738 DEBUG errbot.plugin_manager Plugin ACLs has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,738 INFO errbot.plugin_manager Activating ACLs with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,739 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,739 DEBUG errbot.botplugin Init storage for ACLs 2018-07-12 03:30:19,739 DEBUG errbot.storage Opening storage 'ACLs' 2018-07-12 03:30:19,740 DEBUG errbot.core Adding command filter: acls 2018-07-12 03:30:19,740 INFO errbot.core_plugins.wsview Checking ACLS for webhooks 2018-07-12 03:30:19,741 INFO errbot.plugin_manager Activate plugin: Help 2018-07-12 03:30:19,741 DEBUG errbot.plugin_manager Plugin Help has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,741 INFO errbot.plugin_manager Activating Help with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,741 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,742 DEBUG errbot.botplugin Init storage for Help 2018-07-12 03:30:19,742 DEBUG errbot.storage Opening storage 'Help' 2018-07-12 03:30:19,742 DEBUG errbot.core Adding command : about -> about 2018-07-12 03:30:19,743 DEBUG errbot.core Adding command : apropos -> apropos 2018-07-12 03:30:19,743 DEBUG errbot.core Adding command : help -> help 2018-07-12 03:30:19,743 INFO errbot.core_plugins.wsview Checking Help for webhooks 2018-07-12 03:30:19,744 INFO errbot.plugin_manager Activate plugin: Webserver 2018-07-12 03:30:19,745 DEBUG errbot.plugin_manager Plugin Webserver has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,745 INFO errbot.plugin_manager Activating Webserver with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,745 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,746 INFO errbot.plugins.Webserver Webserver is not configured. Forbid activation 2018-07-12 03:30:19,746 INFO errbot.core_plugins.wsview Checking Webserver for webhooks 2018-07-12 03:30:19,747 INFO errbot.core_plugins.wsview Webhook routing echo 2018-07-12 03:30:19,747 INFO errbot.plugin_manager Activate plugin: ChatRoom 2018-07-12 03:30:19,748 DEBUG errbot.plugin_manager Plugin ChatRoom has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,748 INFO errbot.plugin_manager Activating ChatRoom with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,748 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,749 DEBUG errbot.botplugin Init storage for ChatRoom 2018-07-12 03:30:19,749 DEBUG errbot.storage Opening storage 'ChatRoom' 2018-07-12 03:30:19,750 DEBUG errbot.core Adding command : room_create -> room_create 2018-07-12 03:30:19,750 DEBUG errbot.core Adding command : room_destroy -> room_destroy 2018-07-12 03:30:19,750 DEBUG errbot.core Adding command : room_invite -> room_invite 2018-07-12 03:30:19,750 DEBUG errbot.core Adding command : room_join -> room_join 2018-07-12 03:30:19,750 DEBUG errbot.core Adding command : room_leave -> room_leave 2018-07-12 03:30:19,750 DEBUG errbot.core Adding command : room_list -> room_list 2018-07-12 03:30:19,750 DEBUG errbot.core Adding command : room_occupants -> room_occupants 2018-07-12 03:30:19,751 DEBUG errbot.core Adding command : room_topic -> room_topic 2018-07-12 03:30:19,751 INFO errbot.core_plugins.wsview Checking ChatRoom for webhooks 2018-07-12 03:30:19,752 INFO errbot.plugin_manager Activate plugin: VersionChecker 2018-07-12 03:30:19,752 DEBUG errbot.plugin_manager Plugin VersionChecker has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,752 INFO errbot.plugin_manager Activating VersionChecker with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,752 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,753 INFO errbot.plugins.VersionChecker Skip version checking under test mode 2018-07-12 03:30:19,753 INFO errbot.core_plugins.wsview Checking VersionChecker for webhooks 2018-07-12 03:30:19,753 INFO errbot.plugin_manager Activate plugin: Health 2018-07-12 03:30:19,753 DEBUG errbot.plugin_manager Plugin Health has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,754 INFO errbot.plugin_manager Activating Health with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,754 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,754 DEBUG errbot.botplugin Init storage for Health 2018-07-12 03:30:19,754 DEBUG errbot.storage Opening storage 'Health' 2018-07-12 03:30:19,755 DEBUG errbot.core Adding command : restart -> restart 2018-07-12 03:30:19,755 DEBUG errbot.core Adding command : shutdown -> shutdown 2018-07-12 03:30:19,755 DEBUG errbot.core Adding command : status -> status 2018-07-12 03:30:19,755 DEBUG errbot.core Adding command : status_gc -> status_gc 2018-07-12 03:30:19,755 DEBUG errbot.core Adding command : status_load -> status_load 2018-07-12 03:30:19,756 DEBUG errbot.core Adding command : status_plugins -> status_plugins 2018-07-12 03:30:19,756 DEBUG errbot.core Adding command : uptime -> uptime 2018-07-12 03:30:19,756 INFO errbot.core_plugins.wsview Checking Health for webhooks 2018-07-12 03:30:19,757 INFO errbot.plugin_manager Activate plugin: Flows 2018-07-12 03:30:19,757 DEBUG errbot.plugin_manager Plugin Flows has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,758 INFO errbot.plugin_manager Activating Flows with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,758 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,758 DEBUG errbot.botplugin Init storage for Flows 2018-07-12 03:30:19,759 DEBUG errbot.storage Opening storage 'Flows' 2018-07-12 03:30:19,759 DEBUG errbot.core Adding command : flows_kill -> flows_kill 2018-07-12 03:30:19,759 DEBUG errbot.core Adding command : flows_list -> flows_list 2018-07-12 03:30:19,759 DEBUG errbot.core Adding command : flows_show -> flows_show 2018-07-12 03:30:19,760 DEBUG errbot.core Adding command : flows_start -> flows_start 2018-07-12 03:30:19,760 DEBUG errbot.core Adding command : flows_status -> flows_status 2018-07-12 03:30:19,760 DEBUG errbot.core Adding command : flows_stop -> flows_stop 2018-07-12 03:30:19,761 INFO errbot.core_plugins.wsview Checking Flows for webhooks 2018-07-12 03:30:19,761 INFO errbot.plugin_manager Activate plugin: CommandNotFoundFilter 2018-07-12 03:30:19,762 DEBUG errbot.plugin_manager Plugin CommandNotFoundFilter has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,762 INFO errbot.plugin_manager Activating CommandNotFoundFilter with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,762 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,763 DEBUG errbot.botplugin Init storage for CommandNotFoundFilter 2018-07-12 03:30:19,763 DEBUG errbot.storage Opening storage 'CommandNotFoundFilter' 2018-07-12 03:30:19,764 DEBUG errbot.core Adding command filter: cnf_filter 2018-07-12 03:30:19,764 INFO errbot.core_plugins.wsview Checking CommandNotFoundFilter for webhooks 2018-07-12 03:30:19,764 INFO errbot.plugin_manager Activate plugin: Plugins 2018-07-12 03:30:19,765 DEBUG errbot.plugin_manager Plugin Plugins has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,765 INFO errbot.plugin_manager Activating Plugins with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,765 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates] 2018-07-12 03:30:19,765 DEBUG errbot.botplugin Init storage for Plugins 2018-07-12 03:30:19,766 DEBUG errbot.storage Opening storage 'Plugins' 2018-07-12 03:30:19,766 DEBUG errbot.core Adding command : plugin_activate -> plugin_activate 2018-07-12 03:30:19,766 DEBUG errbot.core Adding command : plugin_blacklist -> plugin_blacklist 2018-07-12 03:30:19,766 DEBUG errbot.core Adding command : plugin_config -> plugin_config 2018-07-12 03:30:19,766 DEBUG errbot.core Adding command : plugin_deactivate -> plugin_deactivate 2018-07-12 03:30:19,767 DEBUG errbot.core Adding command : plugin_reload -> plugin_reload 2018-07-12 03:30:19,767 DEBUG errbot.core Adding command : plugin_unblacklist -> plugin_unblacklist 2018-07-12 03:30:19,767 DEBUG errbot.core Adding command : repos -> repos 2018-07-12 03:30:19,767 DEBUG errbot.core Adding command : repos_install -> repos_install 2018-07-12 03:30:19,767 DEBUG errbot.core Adding command : repos_search -> repos_search 2018-07-12 03:30:19,767 DEBUG errbot.core Adding command : repos_uninstall -> repos_uninstall 2018-07-12 03:30:19,767 DEBUG errbot.core Adding command : repos_update -> repos_update 2018-07-12 03:30:19,768 INFO errbot.core_plugins.wsview Checking Plugins for webhooks 2018-07-12 03:30:19,768 INFO errbot.plugin_manager Activate plugin: pitchfork 2018-07-12 03:30:19,769 DEBUG errbot.plugin_manager Plugin pitchfork has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,769 DEBUG errbot.plugin_manager Plugin pitchfork has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,769 INFO errbot.plugin_manager Activating pitchfork with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,769 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,770 DEBUG errbot.botplugin Init storage for pitchfork 2018-07-12 03:30:19,770 DEBUG errbot.storage Opening storage 'pitchfork' 2018-07-12 03:30:19,770 DEBUG errbot.core Adding command : pitchfork -> pitchfork 2018-07-12 03:30:19,771 INFO errbot.core_plugins.wsview Checking Pitchfork for webhooks 2018-07-12 03:30:19,771 INFO errbot.plugin_manager Activate plugin: deprecate_bot_prefixes 2018-07-12 03:30:19,771 DEBUG errbot.plugin_manager Plugin deprecate_bot_prefixes has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,772 INFO errbot.plugin_manager Activating deprecate_bot_prefixes with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,772 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,772 DEBUG errbot.botplugin Init storage for deprecate_bot_prefixes 2018-07-12 03:30:19,772 DEBUG errbot.storage Opening storage 'deprecate_bot_prefixes' 2018-07-12 03:30:19,773 INFO errbot.core_plugins.wsview Checking DeprecateBotPrefixes for webhooks 2018-07-12 03:30:19,774 INFO errbot.plugin_manager Activate plugin: explain 2018-07-12 03:30:19,774 DEBUG errbot.plugin_manager Plugin explain has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,774 DEBUG errbot.plugin_manager Plugin explain has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,774 INFO errbot.plugin_manager Activating explain with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,774 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,775 DEBUG errbot.botplugin Init storage for explain 2018-07-12 03:30:19,775 DEBUG errbot.storage Opening storage 'explain' 2018-07-12 03:30:19,776 DEBUG errbot.core Adding regex command : explain -> explain 2018-07-12 03:30:19,777 INFO errbot.core_plugins.wsview Checking Explain for webhooks 2018-07-12 03:30:19,777 INFO errbot.plugin_manager Activate plugin: the_rules 2018-07-12 03:30:19,778 DEBUG errbot.plugin_manager Plugin the_rules has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,778 DEBUG errbot.plugin_manager Plugin the_rules has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,778 INFO errbot.plugin_manager Activating the_rules with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,779 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,779 DEBUG errbot.botplugin Init storage for the_rules 2018-07-12 03:30:19,780 DEBUG errbot.storage Opening storage 'the_rules' 2018-07-12 03:30:19,780 DEBUG errbot.core Adding regex command : the_rules -> the_rules 2018-07-12 03:30:19,781 INFO errbot.core_plugins.wsview Checking The_rules for webhooks 2018-07-12 03:30:19,782 INFO errbot.plugin_manager Activate plugin: ship_it 2018-07-12 03:30:19,783 DEBUG errbot.plugin_manager Plugin ship_it has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,783 DEBUG errbot.plugin_manager Plugin ship_it has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,783 INFO errbot.plugin_manager Activating ship_it with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,783 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,784 DEBUG errbot.botplugin Init storage for ship_it 2018-07-12 03:30:19,784 DEBUG errbot.storage Opening storage 'ship_it' 2018-07-12 03:30:19,785 DEBUG errbot.core Adding regex command : ship_it -> ship_it 2018-07-12 03:30:19,785 INFO errbot.core_plugins.wsview Checking Ship_it for webhooks 2018-07-12 03:30:19,786 INFO errbot.plugin_manager Activate plugin: lmgtfy 2018-07-12 03:30:19,786 DEBUG errbot.plugin_manager Plugin lmgtfy has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,786 DEBUG errbot.plugin_manager Plugin lmgtfy has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,786 INFO errbot.plugin_manager Activating lmgtfy with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,786 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,787 DEBUG errbot.botplugin Init storage for lmgtfy 2018-07-12 03:30:19,787 DEBUG errbot.storage Opening storage 'lmgtfy' 2018-07-12 03:30:19,788 DEBUG errbot.core Adding regex command : lmgtfy -> lmgtfy 2018-07-12 03:30:19,788 INFO errbot.core_plugins.wsview Checking Lmgtfy for webhooks 2018-07-12 03:30:19,789 INFO errbot.plugin_manager Activate plugin: coatils 2018-07-12 03:30:19,789 DEBUG errbot.plugin_manager Plugin coatils has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,789 INFO errbot.plugin_manager Activating coatils with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,789 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,790 DEBUG errbot.botplugin Init storage for coatils 2018-07-12 03:30:19,790 DEBUG errbot.storage Opening storage 'coatils' 2018-07-12 03:30:19,791 DEBUG errbot.core Adding regex command : contrib_stats -> contrib_stats 2018-07-12 03:30:19,791 DEBUG errbot.core Adding regex command : ls -> ls 2018-07-12 03:30:19,791 DEBUG errbot.core Adding regex command : run -> run 2018-07-12 03:30:19,792 INFO errbot.core_plugins.wsview Checking Coatils for webhooks 2018-07-12 03:30:19,792 INFO errbot.plugin_manager Activate plugin: ghetto 2018-07-12 03:30:19,793 DEBUG errbot.plugin_manager Plugin ghetto has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,794 DEBUG errbot.plugin_manager Plugin ghetto has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,794 INFO errbot.plugin_manager Activating ghetto with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,794 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,795 DEBUG errbot.botplugin Init storage for ghetto 2018-07-12 03:30:19,795 DEBUG errbot.storage Opening storage 'ghetto' 2018-07-12 03:30:19,795 DEBUG errbot.core Adding regex command : ghetto -> ghetto 2018-07-12 03:30:19,796 INFO errbot.core_plugins.wsview Checking Ghetto for webhooks 2018-07-12 03:30:19,796 INFO errbot.plugin_manager Activate plugin: nevermind 2018-07-12 03:30:19,796 DEBUG errbot.plugin_manager Plugin nevermind has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,796 DEBUG errbot.plugin_manager Plugin nevermind has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,797 INFO errbot.plugin_manager Activating nevermind with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,797 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,797 DEBUG errbot.botplugin Init storage for nevermind 2018-07-12 03:30:19,797 DEBUG errbot.storage Opening storage 'nevermind' 2018-07-12 03:30:19,798 DEBUG errbot.core Adding regex command : nevermind -> nevermind 2018-07-12 03:30:19,798 INFO errbot.core_plugins.wsview Checking Nevermind for webhooks 2018-07-12 03:30:19,799 INFO errbot.plugin_manager Activate plugin: SpammingAlert 2018-07-12 03:30:19,799 DEBUG errbot.plugin_manager Plugin SpammingAlert has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,799 INFO errbot.plugin_manager Activating SpammingAlert with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,799 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,800 DEBUG errbot.botplugin Init storage for SpammingAlert 2018-07-12 03:30:19,800 DEBUG errbot.storage Opening storage 'SpammingAlert' 2018-07-12 03:30:19,801 INFO errbot.core_plugins.wsview Checking SpammingAlert for webhooks 2018-07-12 03:30:19,801 INFO errbot.plugin_manager Activate plugin: wolfram alpha 2018-07-12 03:30:19,801 DEBUG errbot.plugin_manager Plugin wolfram alpha has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,802 DEBUG errbot.plugin_manager Plugin wolfram alpha has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,802 INFO errbot.plugin_manager Activating wolfram alpha with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,802 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,802 DEBUG errbot.botplugin Init storage for wolfram alpha 2018-07-12 03:30:19,803 DEBUG errbot.storage Opening storage 'wolfram alpha' 2018-07-12 03:30:19,803 DEBUG errbot.core Adding command : wa -> wa 2018-07-12 03:30:19,804 INFO errbot.core_plugins.wsview Checking WolframAlpha for webhooks 2018-07-12 03:30:19,804 INFO errbot.plugin_manager Activate plugin: Ban 2018-07-12 03:30:19,804 DEBUG errbot.plugin_manager Plugin Ban has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,804 INFO errbot.plugin_manager Activating Ban with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,805 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,805 DEBUG errbot.botplugin Init storage for Ban 2018-07-12 03:30:19,805 DEBUG errbot.storage Opening storage 'Ban' 2018-07-12 03:30:19,806 DEBUG errbot.core Adding command : ban -> ban 2018-07-12 03:30:19,806 DEBUG errbot.core Adding command : unban -> unban 2018-07-12 03:30:19,806 INFO errbot.core_plugins.wsview Checking Ban for webhooks 2018-07-12 03:30:19,807 INFO errbot.plugin_manager Activate plugin: coala_lowercase_c 2018-07-12 03:30:19,807 DEBUG errbot.plugin_manager Plugin coala_lowercase_c has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-12 03:30:19,807 INFO errbot.plugin_manager Activating coala_lowercase_c with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,807 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,808 DEBUG errbot.botplugin Init storage for coala_lowercase_c 2018-07-12 03:30:19,808 DEBUG errbot.storage Opening storage 'coala_lowercase_c' 2018-07-12 03:30:19,809 INFO errbot.core_plugins.wsview Checking Coala_lowercase_c for webhooks 2018-07-12 03:30:19,810 INFO errbot.plugin_manager Activate plugin: git_stats 2018-07-12 03:30:19,810 DEBUG errbot.plugin_manager Plugin git_stats has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,811 DEBUG errbot.plugin_manager Plugin git_stats has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,811 INFO errbot.plugin_manager Activating git_stats with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,811 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,812 DEBUG errbot.botplugin Init storage for git_stats 2018-07-12 03:30:19,812 DEBUG errbot.storage Opening storage 'git_stats' 2018-07-12 03:30:19,813 DEBUG errbot.core Adding regex command : git_stats-assign_cmd -> assign_cmd 2018-07-12 03:30:19,813 DEBUG errbot.core Adding regex command : git_stats-create_issue_cmd -> create_issue_cmd 2018-07-12 03:30:19,813 DEBUG errbot.core Adding regex command : git_stats-invite_cmd -> invite_cmd 2018-07-12 03:30:19,813 DEBUG errbot.core Adding regex command : git_stats-mark_cmd -> mark_cmd 2018-07-12 03:30:19,813 DEBUG errbot.core Adding regex command : pr_list -> pr_list 2018-07-12 03:30:19,813 DEBUG errbot.core Adding regex command : git_stats-pr_stats -> pr_stats 2018-07-12 03:30:19,813 DEBUG errbot.core Adding regex command : git_stats-unassign_cmd -> unassign_cmd 2018-07-12 03:30:19,814 INFO errbot.core_plugins.wsview Checking GitStats for webhooks 2018-07-12 03:30:19,815 INFO errbot.plugin_manager Activate plugin: SearchDocs 2018-07-12 03:30:19,817 DEBUG errbot.plugin_manager Plugin SearchDocs has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,817 DEBUG errbot.plugin_manager Plugin SearchDocs has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,818 INFO errbot.plugin_manager Activating SearchDocs with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,818 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,818 DEBUG errbot.botplugin Init storage for SearchDocs 2018-07-12 03:30:19,819 DEBUG errbot.storage Opening storage 'SearchDocs' 2018-07-12 03:30:19,819 DEBUG errbot.core Adding command : search -> search 2018-07-12 03:30:19,820 INFO errbot.core_plugins.wsview Checking Searchdocs for webhooks 2018-07-12 03:30:19,820 INFO errbot.plugin_manager Activate plugin: answer 2018-07-12 03:30:19,820 DEBUG errbot.plugin_manager Plugin answer has no Min Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as min version. 2018-07-12 03:30:19,820 DEBUG errbot.plugin_manager Plugin answer has no Max Option in [Errbot] section. Assuming this plugin is running on this Errbotversion as max version. 2018-07-12 03:30:19,821 INFO errbot.plugin_manager Activating answer with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-12 03:30:19,821 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-12 03:30:19,821 DEBUG errbot.botplugin Init storage for answer 2018-07-12 03:30:19,821 DEBUG errbot.storage Opening storage 'answer' 2018-07-12 03:30:19,822 DEBUG errbot.core Adding command : answer -> answer 2018-07-12 03:30:19,822 INFO errbot.core_plugins.wsview Checking Answer for webhooks 2018-07-12 03:30:19,823 DEBUG errbot.plugin_manager Activate flow plugins ... 2018-07-12 03:30:19,824 INFO errbot.backends.test MESSAGE: Some plugins failed to start during bot startup: File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins plugin_info.plugin_object = self.instanciateElement(element) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement return element(self.bot, name=self._current_pluginfo.name) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 33, in __init__ self.GH3_ORG = gh.organization(self.GH_ORG_NAME) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/github.py", line 1120, in organization json = self._json(self._get(url), 200) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/models.py", line 156, in _json raise exceptions.error_for(response) 2018-07-12 03:30:21,295 INFO errbot.core Some plugins failed to start during bot startup: File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/yapsy/PluginManager.py", line 512, in loadPlugins plugin_info.plugin_object = self.instanciateElement(element) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 265, in instanciateElement return element(self.bot, name=self._current_pluginfo.name) File "/home/travis/build/coala/corobo/plugins/labhub.py", line 33, in __init__ self.GH3_ORG = gh.organization(self.GH_ORG_NAME) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/github.py", line 1120, in organization json = self._json(self._get(url), 200) File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/github3/models.py", line 156, in _json raise exceptions.error_for(response) ----------- 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 0 100% 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 1 80% 19 plugins/wolfram_alpha.py 18 0 100% ----------------------------------------------------------------- TOTAL 591 1 99% FAIL Required test coverage of 100% not reached. Total coverage: 99.83% =============================== 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 =============== 37 passed, 3 warnings, 1 error in 106.35 seconds =============== ```
gitmate-bot commented 6 years ago

Comment on 055a4310236b063be584fc90de45b36336349b46, file plugins/pitchfork.py, line 35.

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

Origin: InvalidLinkBear, Section: all.links.

TravisBuddy commented 6 years ago

Travis tests have failed

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

1st Build

python -m pytest ``` ============================= test session starts ============================== platform linux -- Python 3.6.3, pytest-3.6.3, py-1.5.2, pluggy-0.6.0 rootdir: /home/travis/build/coala/corobo, inifile: setup.cfg plugins: requests-mock-1.5.0, xdist-1.22.2, timeout-1.3.0, reqs-0.0.7, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1 collected 29 items / 1 errors ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/labhub_test.py _____________________ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/python.py:469: 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 436 E for i in range(30), }) E ^ E SyntaxError: invalid syntax ----------- 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 120 103 14% 20, 24-25, 29-36, 50-101, 112-131, 135-145, 149-164, 177-246 plugins/constants.py 7 0 100% plugins/deprecate_bot_prefixes.py 6 6 0% 1-17 plugins/explain.py 21 9 57% 31-45 plugins/ghetto.py 10 10 0% 1-28 plugins/git_stats.py 51 42 18% 19, 26-78 plugins/labhub.py 215 184 14% 24-64, 68, 72, 75, 82-83, 87, 97-143, 153-163, 170-185, 193-197, 204-224, 231-273, 286-383, 391-399, 404-435 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 591 486 18% FAIL Required test coverage of 100% not reached. Total coverage: 17.77% =============================== 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 1.24 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 29 items / 1 errors ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/labhub_test.py _____________________ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/python.py:469: 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 436 E for i in range(30), }) E ^ E SyntaxError: invalid syntax ----------- 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 120 103 14% 20, 24-25, 29-36, 50-101, 112-131, 135-145, 149-164, 177-246 plugins/constants.py 7 0 100% plugins/deprecate_bot_prefixes.py 6 6 0% 1-17 plugins/explain.py 21 9 57% 31-45 plugins/ghetto.py 10 10 0% 1-28 plugins/git_stats.py 51 42 18% 19, 26-78 plugins/labhub.py 215 184 14% 24-64, 68, 72, 75, 82-83, 87, 97-143, 153-163, 170-185, 193-197, 204-224, 231-273, 286-383, 391-399, 404-435 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 591 486 18% FAIL Required test coverage of 100% not reached. Total coverage: 17.77% =============================== 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 1.26 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 29 items / 1 errors ==================================== ERRORS ==================================== ____________________ ERROR collecting tests/labhub_test.py _____________________ ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/_pytest/python.py:469: 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 436 E for i in range(30), }) E ^ E SyntaxError: invalid syntax ----------- 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 120 103 14% 20, 24-25, 29-36, 50-101, 112-131, 135-145, 149-164, 177-246 plugins/constants.py 7 0 100% plugins/deprecate_bot_prefixes.py 6 6 0% 1-17 plugins/explain.py 21 9 57% 31-45 plugins/ghetto.py 10 10 0% 1-28 plugins/git_stats.py 51 42 18% 19, 26-78 plugins/labhub.py 215 184 14% 24-64, 68, 72, 75, 82-83, 87, 97-143, 153-163, 170-185, 193-197, 204-224, 231-273, 286-383, 391-399, 404-435 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 591 486 18% FAIL Required test coverage of 100% not reached. Total coverage: 17.77% =============================== 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 1.27 seconds ====================== ```
nvzard commented 6 years ago

I did a thorough review and made the changes. Hope everything is fine this time.

jayvdb commented 6 years ago

ack https://github.com/coala/corobo/pull/573/commits/861f7f816625554b3de54713d7a56bdc8844aca9

jayvdb commented 6 years ago

@gitmate-bot ff

gitmate-bot commented 6 years ago

Hey! I'm GitMate.io! This pull request is being fastforwarded automatically. Please DO NOT push while fastforward is in progress or your changes would be lost permanently :warning:

gitmate-bot commented 6 years ago

Automated fastforward with GitMate.io was successful! :tada: