coala / corobo

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

searchdocs_test: change http to https #580

Closed ankitb073 closed 6 years ago

ankitb073 commented 6 years ago

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

Reviewers Checklist

gitmate-bot commented 6 years ago

Comment on 2582923fcbd0257bfb90f14402408bd091674046, file plugins/answer.py, line 22.

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

Origin: InvalidLinkBear, Section: all.links.

ankitb073 commented 6 years ago

Can anyone help me to rectify what is wrong with this?

TravisBuddy commented 6 years ago

Travis tests have failed

Hey @ankitb073, 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 waiting on queue F [ 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 =================================== _______________________________ test_search_cmd ________________________________ testbot = def test_search_cmd(testbot): testbot.assertCommand('!search api this is search string', > 'https://api.coala.io/en/latest/search.html?q=this+is+search+string') tests/searchdocs_test.py:7: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = command = '!search api this is search string' response = 'https://api.coala.io/en/latest/search.html?q=this+is+search+string' 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://api.coala.io/en/latest/search.html?q=this+is+search+string' not in 'http://api.coala.io/en/latest/search.html?q=this+is+search+string' ../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:457: AssertionError ---------------------------- 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 -> plugins DEBUG errbot.plugin_manager -> /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins DEBUG errbot.plugin_manager plugins has no requirements.txt file 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.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... 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... 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: 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 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 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) 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) INFO errbot.core Notifying connection to all the plugins... DEBUG errbot.core Trigger callback_connect on Pitchfork DEBUG errbot.core Trigger callback_connect on DeprecateBotPrefixes DEBUG errbot.core Trigger callback_connect on Explain DEBUG errbot.core Trigger callback_connect on The_rules DEBUG errbot.core Trigger callback_connect on Ship_it DEBUG errbot.core Trigger callback_connect on Lmgtfy DEBUG errbot.core Trigger callback_connect on Coatils DEBUG errbot.core Trigger callback_connect on Ghetto DEBUG errbot.core Trigger callback_connect on Nevermind DEBUG errbot.core Trigger callback_connect on SpammingAlert DEBUG errbot.core Trigger callback_connect on WolframAlpha DEBUG errbot.core Trigger callback_connect on Ban DEBUG errbot.core Trigger callback_connect on Coala_lowercase_c DEBUG errbot.core Trigger callback_connect on GitStats DEBUG errbot.core Trigger callback_connect on Searchdocs DEBUG errbot.core Trigger callback_connect on Answer DEBUG errbot.core Trigger callback_connect on Backup DEBUG errbot.core Trigger callback_connect on Utils DEBUG errbot.core Trigger callback_connect on ACLS DEBUG errbot.core Trigger callback_connect on Help DEBUG errbot.core Trigger callback_connect on ChatRoom INFO errbot.plugins.ChatRoom Callback_connect DEBUG errbot.plugins.ChatRoom Try to join room 'testroom' INFO errbot.plugins.ChatRoom Joining room testroom with username Errbot DEBUG errbot.backends.test Room testroom doesn't exist yet, creating it INFO errbot.backends.test Created room testroom INFO errbot.backends.test Joined room testroom DEBUG errbot.core Triggering callback_room_joined on pitchfork DEBUG errbot.core Triggering callback_room_joined on deprecate_bot_prefixes DEBUG errbot.core Triggering callback_room_joined on explain DEBUG errbot.core Triggering callback_room_joined on the_rules DEBUG errbot.core Triggering callback_room_joined on ship_it DEBUG errbot.core Triggering callback_room_joined on lmgtfy DEBUG errbot.core Triggering callback_room_joined on coatils DEBUG errbot.core Triggering callback_room_joined on ghetto DEBUG errbot.core Triggering callback_room_joined on nevermind DEBUG errbot.core Triggering callback_room_joined on SpammingAlert DEBUG errbot.core Triggering callback_room_joined on wolfram alpha DEBUG errbot.core Triggering callback_room_joined on Ban DEBUG errbot.core Triggering callback_room_joined on coala_lowercase_c DEBUG errbot.core Triggering callback_room_joined on git_stats DEBUG errbot.core Triggering callback_room_joined on SearchDocs DEBUG errbot.core Triggering callback_room_joined on answer DEBUG errbot.core Triggering callback_room_joined on Backup DEBUG errbot.core Triggering callback_room_joined on Utils DEBUG errbot.core Triggering callback_room_joined on ACLs DEBUG errbot.core Triggering callback_room_joined on Help DEBUG errbot.core Triggering callback_room_joined on ChatRoom DEBUG errbot.core Triggering callback_room_joined on Health DEBUG errbot.core Triggering callback_room_joined on Flows DEBUG errbot.core Triggering callback_room_joined on CommandNotFoundFilter DEBUG errbot.core Triggering callback_room_joined on Plugins DEBUG errbot.core Trigger callback_connect on Health DEBUG errbot.core Trigger callback_connect on Flows DEBUG errbot.core Trigger callback_connect on CommandNotFoundFilter DEBUG errbot.core Trigger callback_connect on Plugins INFO errbot.core Plugin activation done. waiting on queue message received DEBUG errbot.core *** frm = gbin@localhost DEBUG errbot.core *** username = gbin@localhost DEBUG errbot.core *** text = !echo ready DEBUG errbot.plugins.ACLs Check echo for ACLs. INFO errbot.plugins.ACLs Matching ACL {} against username gbin@localhost for command Utils:echo INFO errbot.plugins.ACLs Check if echo is admin only command. INFO errbot.core Processing command 'echo' with parameters 'ready' from gbin@localhost DEBUG errbot.core Triggering callback_message on pitchfork DEBUG errbot.core Triggering callback_message on deprecate_bot_prefixes ERROR errbot.core callback_message on deprecate_bot_prefixes crashed Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 114, in _dispatch_to_plugins getattr(plugin, method)(*args, **kwargs) File "/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py", line 15, in callback_message for deprecated_prefix in self.bot_config.BOT_DEPRECATED_PREFIXES: AttributeError: 'ShallowConfig' object has no attribute 'BOT_DEPRECATED_PREFIXES' DEBUG errbot.flow Test if the command echo is a trigger for an inflight flow ... DEBUG errbot.core Triggering callback_message on explain DEBUG errbot.flow None matched. DEBUG errbot.core Triggering callback_message on the_rules INFO errbot.backends.test MESSAGE: ready DEBUG errbot.core Triggering callback_message on ship_it DEBUG errbot.flow Test if the command echo is a trigger for an inflight flow ... ---------------------------- Captured stderr setup ----------------------------- 2018-07-11 13:52:36,326 INFO errbot.specific_plugin_manager storage search paths {'/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/storage'} 2018-07-11 13:52:36,328 INFO errbot.specific_plugin_manager Found those plugings available: 2018-07-11 13:52:36,328 INFO errbot.specific_plugin_manager Shelf (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/storage/shelf.py) 2018-07-11 13:52:36,328 INFO errbot.specific_plugin_manager Memory (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/storage/memory.py) 2018-07-11 13:52:36,328 INFO errbot.bootstrap Found Storage plugin: 'Memory' Description: This is the storage plugin for an in-memory store (non-persistent). 2018-07-11 13:52:36,328 DEBUG errbot.specific_plugin_manager Refilter the plugins... 2018-07-11 13:52:36,330 DEBUG errbot.specific_plugin_manager Load the one remaining... 2018-07-11 13:52:36,334 DEBUG errbot.specific_plugin_manager Class to load MemoryStoragePlugin 2018-07-11 13:52:36,334 DEBUG errbot.storage Opening storage 'repomgr' 2018-07-11 13:52:36,334 DEBUG errbot.storage Opening storage 'core' 2018-07-11 13:52:36,336 INFO errbot.specific_plugin_manager backends search paths {'/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends'} 2018-07-11 13:52:36,346 INFO errbot.specific_plugin_manager Found those plugings available: 2018-07-11 13:52:36,346 INFO errbot.specific_plugin_manager Graphic (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/graphic.py) 2018-07-11 13:52:36,346 INFO errbot.specific_plugin_manager Telegram (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/telegram_messenger.py) 2018-07-11 13:52:36,346 INFO errbot.specific_plugin_manager XMPP (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/xmpp.py) 2018-07-11 13:52:36,346 INFO errbot.specific_plugin_manager Null (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/null.py) 2018-07-11 13:52:36,347 INFO errbot.specific_plugin_manager Slack (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/slack.py) 2018-07-11 13:52:36,347 INFO errbot.specific_plugin_manager Hipchat (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/hipchat.py) 2018-07-11 13:52:36,347 INFO errbot.specific_plugin_manager Text (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/text.py) 2018-07-11 13:52:36,347 INFO errbot.specific_plugin_manager Test (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py) 2018-07-11 13:52:36,348 INFO errbot.specific_plugin_manager IRC (/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/irc.py) 2018-07-11 13:52:36,348 INFO errbot.bootstrap Found Backend plugin: 'Test' Description: This is the test backend for Err. 2018-07-11 13:52:36,348 DEBUG errbot.specific_plugin_manager Refilter the plugins... 2018-07-11 13:52:36,352 DEBUG errbot.specific_plugin_manager Load the one remaining... 2018-07-11 13:52:36,354 DEBUG errbot.specific_plugin_manager Class to load TestBackend 2018-07-11 13:52:36,355 DEBUG errbot.core ErrBot init. 2018-07-11 13:52:36,355 DEBUG errbot.backends.base Backend init. 2018-07-11 13:52:36,358 DEBUG errbot.core created a thread pool of size 10. 2018-07-11 13:52:36,364 DEBUG errbot.core Initializing backend storage 2018-07-11 13:52:36,364 DEBUG errbot.storage Opening storage 'test_backend' 2018-07-11 13:52:36,368 DEBUG errbot.plugin_manager All plugin roots: 2018-07-11 13:52:36,368 DEBUG errbot.plugin_manager -> plugins 2018-07-11 13:52:36,368 DEBUG errbot.plugin_manager -> /home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins 2018-07-11 13:52:36,368 DEBUG errbot.plugin_manager plugins has no requirements.txt file 2018-07-11 13:52:36,369 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-11 13:52:36,392 DEBUG errbot.plugins.pitchfork Logger for plugin initialized... 2018-07-11 13:52:36,405 DEBUG errbot.plugins.deprecate_bot_prefixes Logger for plugin initialized... 2018-07-11 13:52:36,417 DEBUG errbot.plugins.explain Logger for plugin initialized... 2018-07-11 13:52:36,428 DEBUG errbot.plugins.the_rules Logger for plugin initialized... 2018-07-11 13:52:36,445 DEBUG errbot.plugins.ship_it Logger for plugin initialized... 2018-07-11 13:52:36,458 DEBUG errbot.plugins.lmgtfy Logger for plugin initialized... 2018-07-11 13:52:36,496 DEBUG errbot.plugins.coatils Logger for plugin initialized... 2018-07-11 13:52:36,509 DEBUG errbot.plugins.ghetto Logger for plugin initialized... 2018-07-11 13:52:36,522 DEBUG errbot.plugins.LabHub Logger for plugin initialized... 2018-07-11 13:52:36,522 INFO github3 Building a url from ('https://api.github.com', 'orgs', 'coala') 2018-07-11 13:52:36,522 DEBUG github3 GET https://api.github.com/orgs/coala with {} 2018-07-11 13:52:36,525 DEBUG urllib3.connectionpool Starting new HTTPS connection (1): api.github.com:443 2018-07-11 13:52:36,683 DEBUG urllib3.connectionpool https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 401 83 2018-07-11 13:52:36,684 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-11 13:52:36,696 DEBUG errbot.plugins.nevermind Logger for plugin initialized... 2018-07-11 13:52:36,708 DEBUG errbot.plugins.SpammingAlert Logger for plugin initialized... 2018-07-11 13:52:36,720 DEBUG errbot.plugins.wolfram alpha Logger for plugin initialized... 2018-07-11 13:52:36,732 DEBUG errbot.plugins.Ban Logger for plugin initialized... 2018-07-11 13:52:36,750 DEBUG errbot.plugins.coala_lowercase_c Logger for plugin initialized... 2018-07-11 13:52:36,763 DEBUG errbot.plugins.git_stats Logger for plugin initialized... 2018-07-11 13:52:36,776 DEBUG errbot.plugins.SearchDocs Logger for plugin initialized... 2018-07-11 13:52:36,788 DEBUG errbot.plugins.answer Logger for plugin initialized... 2018-07-11 13:52:36,800 DEBUG errbot.plugins.Backup Logger for plugin initialized... 2018-07-11 13:52:36,812 DEBUG errbot.plugins.Utils Logger for plugin initialized... 2018-07-11 13:52:36,833 DEBUG errbot.plugins.ACLs Logger for plugin initialized... 2018-07-11 13:52:36,880 DEBUG errbot.plugins.Help Logger for plugin initialized... 2018-07-11 13:52:36,892 INFO errbot webhooks: Flag to bind /echo to echo 2018-07-11 13:52:36,892 DEBUG errbot.plugins.Webserver Logger for plugin initialized... 2018-07-11 13:52:36,923 DEBUG errbot.plugins.ChatRoom Logger for plugin initialized... 2018-07-11 13:52:36,944 DEBUG errbot.plugins.VersionChecker Logger for plugin initialized... 2018-07-11 13:52:36,965 DEBUG errbot.plugins.Health Logger for plugin initialized... 2018-07-11 13:52:36,981 DEBUG errbot.plugins.Flows Logger for plugin initialized... 2018-07-11 13:52:36,994 DEBUG errbot.plugins.CommandNotFoundFilter Logger for plugin initialized... 2018-07-11 13:52:37,006 DEBUG errbot.plugins.Plugins Logger for plugin initialized... 2018-07-11 13:52:37,018 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-11 13:52:37,019 INFO errbot.core Activate internal commands 2018-07-11 13:52:37,019 INFO errbot.plugin_manager Activate bot plugins... 2018-07-11 13:52:37,019 INFO errbot.plugin_manager Activate plugin: pitchfork 2018-07-11 13:52:37,019 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-11 13:52:37,020 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-11 13:52:37,020 INFO errbot.plugin_manager Activating pitchfork with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,020 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,020 DEBUG errbot.botplugin Init storage for pitchfork 2018-07-11 13:52:37,021 DEBUG errbot.storage Opening storage 'pitchfork' 2018-07-11 13:52:37,021 DEBUG errbot.core Adding command : pitchfork -> pitchfork 2018-07-11 13:52:37,022 INFO errbot.core_plugins.wsview Checking Pitchfork for webhooks 2018-07-11 13:52:37,022 INFO errbot.plugin_manager Activate plugin: deprecate_bot_prefixes 2018-07-11 13:52:37,022 DEBUG errbot.plugin_manager Plugin deprecate_bot_prefixes has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,022 INFO errbot.plugin_manager Activating deprecate_bot_prefixes with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,023 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,023 DEBUG errbot.botplugin Init storage for deprecate_bot_prefixes 2018-07-11 13:52:37,023 DEBUG errbot.storage Opening storage 'deprecate_bot_prefixes' 2018-07-11 13:52:37,024 INFO errbot.core_plugins.wsview Checking DeprecateBotPrefixes for webhooks 2018-07-11 13:52:37,024 INFO errbot.plugin_manager Activate plugin: explain 2018-07-11 13:52:37,024 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-11 13:52:37,025 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-11 13:52:37,025 INFO errbot.plugin_manager Activating explain with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,025 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,025 DEBUG errbot.botplugin Init storage for explain 2018-07-11 13:52:37,025 DEBUG errbot.storage Opening storage 'explain' 2018-07-11 13:52:37,026 DEBUG errbot.core Adding regex command : explain -> explain 2018-07-11 13:52:37,026 INFO errbot.core_plugins.wsview Checking Explain for webhooks 2018-07-11 13:52:37,027 INFO errbot.plugin_manager Activate plugin: the_rules 2018-07-11 13:52:37,027 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-11 13:52:37,027 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-11 13:52:37,027 INFO errbot.plugin_manager Activating the_rules with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,028 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,028 DEBUG errbot.botplugin Init storage for the_rules 2018-07-11 13:52:37,028 DEBUG errbot.storage Opening storage 'the_rules' 2018-07-11 13:52:37,028 DEBUG errbot.core Adding regex command : the_rules -> the_rules 2018-07-11 13:52:37,029 INFO errbot.core_plugins.wsview Checking The_rules for webhooks 2018-07-11 13:52:37,029 INFO errbot.plugin_manager Activate plugin: ship_it 2018-07-11 13:52:37,029 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-11 13:52:37,030 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-11 13:52:37,030 INFO errbot.plugin_manager Activating ship_it with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,030 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,030 DEBUG errbot.botplugin Init storage for ship_it 2018-07-11 13:52:37,030 DEBUG errbot.storage Opening storage 'ship_it' 2018-07-11 13:52:37,031 DEBUG errbot.core Adding regex command : ship_it -> ship_it 2018-07-11 13:52:37,031 INFO errbot.core_plugins.wsview Checking Ship_it for webhooks 2018-07-11 13:52:37,032 INFO errbot.plugin_manager Activate plugin: lmgtfy 2018-07-11 13:52:37,032 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-11 13:52:37,033 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-11 13:52:37,033 INFO errbot.plugin_manager Activating lmgtfy with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,033 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,033 DEBUG errbot.botplugin Init storage for lmgtfy 2018-07-11 13:52:37,033 DEBUG errbot.storage Opening storage 'lmgtfy' 2018-07-11 13:52:37,034 DEBUG errbot.core Adding regex command : lmgtfy -> lmgtfy 2018-07-11 13:52:37,034 INFO errbot.core_plugins.wsview Checking Lmgtfy for webhooks 2018-07-11 13:52:37,035 INFO errbot.plugin_manager Activate plugin: coatils 2018-07-11 13:52:37,035 DEBUG errbot.plugin_manager Plugin coatils has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,035 INFO errbot.plugin_manager Activating coatils with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,035 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,036 DEBUG errbot.botplugin Init storage for coatils 2018-07-11 13:52:37,036 DEBUG errbot.storage Opening storage 'coatils' 2018-07-11 13:52:37,036 DEBUG errbot.core Adding regex command : contrib_stats -> contrib_stats 2018-07-11 13:52:37,036 DEBUG errbot.core Adding regex command : ls -> ls 2018-07-11 13:52:37,036 DEBUG errbot.core Adding regex command : run -> run 2018-07-11 13:52:37,037 INFO errbot.core_plugins.wsview Checking Coatils for webhooks 2018-07-11 13:52:37,037 INFO errbot.plugin_manager Activate plugin: ghetto 2018-07-11 13:52:37,038 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-11 13:52:37,038 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-11 13:52:37,038 INFO errbot.plugin_manager Activating ghetto with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,038 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,038 DEBUG errbot.botplugin Init storage for ghetto 2018-07-11 13:52:37,039 DEBUG errbot.storage Opening storage 'ghetto' 2018-07-11 13:52:37,039 DEBUG errbot.core Adding regex command : ghetto -> ghetto 2018-07-11 13:52:37,039 INFO errbot.core_plugins.wsview Checking Ghetto for webhooks 2018-07-11 13:52:37,040 INFO errbot.plugin_manager Activate plugin: nevermind 2018-07-11 13:52:37,040 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-11 13:52:37,040 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-11 13:52:37,040 INFO errbot.plugin_manager Activating nevermind with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,041 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,041 DEBUG errbot.botplugin Init storage for nevermind 2018-07-11 13:52:37,041 DEBUG errbot.storage Opening storage 'nevermind' 2018-07-11 13:52:37,041 DEBUG errbot.core Adding regex command : nevermind -> nevermind 2018-07-11 13:52:37,042 INFO errbot.core_plugins.wsview Checking Nevermind for webhooks 2018-07-11 13:52:37,042 INFO errbot.plugin_manager Activate plugin: SpammingAlert 2018-07-11 13:52:37,043 DEBUG errbot.plugin_manager Plugin SpammingAlert has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,043 INFO errbot.plugin_manager Activating SpammingAlert with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,043 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,043 DEBUG errbot.botplugin Init storage for SpammingAlert 2018-07-11 13:52:37,044 DEBUG errbot.storage Opening storage 'SpammingAlert' 2018-07-11 13:52:37,044 INFO errbot.core_plugins.wsview Checking SpammingAlert for webhooks 2018-07-11 13:52:37,045 INFO errbot.plugin_manager Activate plugin: wolfram alpha 2018-07-11 13:52:37,045 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-11 13:52:37,045 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-11 13:52:37,045 INFO errbot.plugin_manager Activating wolfram alpha with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,045 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,046 DEBUG errbot.botplugin Init storage for wolfram alpha 2018-07-11 13:52:37,046 DEBUG errbot.storage Opening storage 'wolfram alpha' 2018-07-11 13:52:37,046 DEBUG errbot.core Adding command : wa -> wa 2018-07-11 13:52:37,047 INFO errbot.core_plugins.wsview Checking WolframAlpha for webhooks 2018-07-11 13:52:37,047 INFO errbot.plugin_manager Activate plugin: Ban 2018-07-11 13:52:37,048 DEBUG errbot.plugin_manager Plugin Ban has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,048 INFO errbot.plugin_manager Activating Ban with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,048 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,048 DEBUG errbot.botplugin Init storage for Ban 2018-07-11 13:52:37,048 DEBUG errbot.storage Opening storage 'Ban' 2018-07-11 13:52:37,049 DEBUG errbot.core Adding command : ban -> ban 2018-07-11 13:52:37,049 DEBUG errbot.core Adding command : unban -> unban 2018-07-11 13:52:37,049 INFO errbot.core_plugins.wsview Checking Ban for webhooks 2018-07-11 13:52:37,050 INFO errbot.plugin_manager Activate plugin: coala_lowercase_c 2018-07-11 13:52:37,050 DEBUG errbot.plugin_manager Plugin coala_lowercase_c has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,050 INFO errbot.plugin_manager Activating coala_lowercase_c with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,050 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,051 DEBUG errbot.botplugin Init storage for coala_lowercase_c 2018-07-11 13:52:37,051 DEBUG errbot.storage Opening storage 'coala_lowercase_c' 2018-07-11 13:52:37,052 INFO errbot.core_plugins.wsview Checking Coala_lowercase_c for webhooks 2018-07-11 13:52:37,052 INFO errbot.plugin_manager Activate plugin: git_stats 2018-07-11 13:52:37,055 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-11 13:52:37,055 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-11 13:52:37,056 INFO errbot.plugin_manager Activating git_stats with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,056 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,056 DEBUG errbot.botplugin Init storage for git_stats 2018-07-11 13:52:37,056 DEBUG errbot.storage Opening storage 'git_stats' 2018-07-11 13:52:37,057 DEBUG errbot.core Adding regex command : git_stats-assign_cmd -> assign_cmd 2018-07-11 13:52:37,057 DEBUG errbot.core Adding regex command : git_stats-create_issue_cmd -> create_issue_cmd 2018-07-11 13:52:37,057 DEBUG errbot.core Adding regex command : git_stats-invite_cmd -> invite_cmd 2018-07-11 13:52:37,057 DEBUG errbot.core Adding regex command : git_stats-mark_cmd -> mark_cmd 2018-07-11 13:52:37,057 DEBUG errbot.core Adding regex command : pr_list -> pr_list 2018-07-11 13:52:37,058 DEBUG errbot.core Adding regex command : git_stats-pr_stats -> pr_stats 2018-07-11 13:52:37,058 DEBUG errbot.core Adding regex command : git_stats-unassign_cmd -> unassign_cmd 2018-07-11 13:52:37,058 INFO errbot.core_plugins.wsview Checking GitStats for webhooks 2018-07-11 13:52:37,059 INFO errbot.plugin_manager Activate plugin: SearchDocs 2018-07-11 13:52:37,059 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-11 13:52:37,059 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-11 13:52:37,059 INFO errbot.plugin_manager Activating SearchDocs with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,060 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,061 DEBUG errbot.botplugin Init storage for SearchDocs 2018-07-11 13:52:37,061 DEBUG errbot.storage Opening storage 'SearchDocs' 2018-07-11 13:52:37,062 DEBUG errbot.core Adding command : search -> search 2018-07-11 13:52:37,062 INFO errbot.core_plugins.wsview Checking Searchdocs for webhooks 2018-07-11 13:52:37,063 INFO errbot.plugin_manager Activate plugin: answer 2018-07-11 13:52:37,063 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-11 13:52:37,064 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-11 13:52:37,064 INFO errbot.plugin_manager Activating answer with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,064 DEBUG errbot.templating Templates directory found for this plugin [/home/travis/build/coala/corobo/plugins/templates] 2018-07-11 13:52:37,065 DEBUG errbot.botplugin Init storage for answer 2018-07-11 13:52:37,065 DEBUG errbot.storage Opening storage 'answer' 2018-07-11 13:52:37,065 DEBUG errbot.core Adding command : answer -> answer 2018-07-11 13:52:37,066 INFO errbot.core_plugins.wsview Checking Answer for webhooks 2018-07-11 13:52:37,067 INFO errbot.plugin_manager Activate plugin: Backup 2018-07-11 13:52:37,067 DEBUG errbot.plugin_manager Plugin Backup has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,067 INFO errbot.plugin_manager Activating Backup with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,068 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-11 13:52:37,069 DEBUG errbot.botplugin Init storage for Backup 2018-07-11 13:52:37,069 DEBUG errbot.storage Opening storage 'Backup' 2018-07-11 13:52:37,069 DEBUG errbot.core Adding command : backup -> backup 2018-07-11 13:52:37,070 INFO errbot.core_plugins.wsview Checking Backup for webhooks 2018-07-11 13:52:37,070 INFO errbot.plugin_manager Activate plugin: Utils 2018-07-11 13:52:37,070 DEBUG errbot.plugin_manager Plugin Utils has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,070 INFO errbot.plugin_manager Activating Utils with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,071 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-11 13:52:37,071 DEBUG errbot.botplugin Init storage for Utils 2018-07-11 13:52:37,071 DEBUG errbot.storage Opening storage 'Utils' 2018-07-11 13:52:37,072 DEBUG errbot.core Adding command : echo -> echo 2018-07-11 13:52:37,072 DEBUG errbot.core Adding command : history -> history 2018-07-11 13:52:37,072 DEBUG errbot.core Adding command : log_tail -> log_tail 2018-07-11 13:52:37,072 DEBUG errbot.core Adding command : render_test -> render_test 2018-07-11 13:52:37,072 DEBUG errbot.core Adding command : whoami -> whoami 2018-07-11 13:52:37,073 INFO errbot.core_plugins.wsview Checking Utils for webhooks 2018-07-11 13:52:37,073 INFO errbot.plugin_manager Activate plugin: ACLs 2018-07-11 13:52:37,073 DEBUG errbot.plugin_manager Plugin ACLs has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,074 INFO errbot.plugin_manager Activating ACLs with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,074 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-11 13:52:37,074 DEBUG errbot.botplugin Init storage for ACLs 2018-07-11 13:52:37,074 DEBUG errbot.storage Opening storage 'ACLs' 2018-07-11 13:52:37,075 DEBUG errbot.core Adding command filter: acls 2018-07-11 13:52:37,075 INFO errbot.core_plugins.wsview Checking ACLS for webhooks 2018-07-11 13:52:37,076 INFO errbot.plugin_manager Activate plugin: Help 2018-07-11 13:52:37,076 DEBUG errbot.plugin_manager Plugin Help has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,076 INFO errbot.plugin_manager Activating Help with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,076 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-11 13:52:37,077 DEBUG errbot.botplugin Init storage for Help 2018-07-11 13:52:37,077 DEBUG errbot.storage Opening storage 'Help' 2018-07-11 13:52:37,077 DEBUG errbot.core Adding command : about -> about 2018-07-11 13:52:37,077 DEBUG errbot.core Adding command : apropos -> apropos 2018-07-11 13:52:37,078 DEBUG errbot.core Adding command : help -> help 2018-07-11 13:52:37,078 INFO errbot.core_plugins.wsview Checking Help for webhooks 2018-07-11 13:52:37,079 INFO errbot.plugin_manager Activate plugin: Webserver 2018-07-11 13:52:37,079 DEBUG errbot.plugin_manager Plugin Webserver has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,079 INFO errbot.plugin_manager Activating Webserver with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,080 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-11 13:52:37,080 INFO errbot.plugins.Webserver Webserver is not configured. Forbid activation 2018-07-11 13:52:37,080 INFO errbot.core_plugins.wsview Checking Webserver for webhooks 2018-07-11 13:52:37,081 INFO errbot.core_plugins.wsview Webhook routing echo 2018-07-11 13:52:37,081 INFO errbot.plugin_manager Activate plugin: ChatRoom 2018-07-11 13:52:37,081 DEBUG errbot.plugin_manager Plugin ChatRoom has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,081 INFO errbot.plugin_manager Activating ChatRoom with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,082 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-11 13:52:37,082 DEBUG errbot.botplugin Init storage for ChatRoom 2018-07-11 13:52:37,082 DEBUG errbot.storage Opening storage 'ChatRoom' 2018-07-11 13:52:37,083 DEBUG errbot.core Adding command : room_create -> room_create 2018-07-11 13:52:37,083 DEBUG errbot.core Adding command : room_destroy -> room_destroy 2018-07-11 13:52:37,083 DEBUG errbot.core Adding command : room_invite -> room_invite 2018-07-11 13:52:37,083 DEBUG errbot.core Adding command : room_join -> room_join 2018-07-11 13:52:37,083 DEBUG errbot.core Adding command : room_leave -> room_leave 2018-07-11 13:52:37,083 DEBUG errbot.core Adding command : room_list -> room_list 2018-07-11 13:52:37,084 DEBUG errbot.core Adding command : room_occupants -> room_occupants 2018-07-11 13:52:37,084 DEBUG errbot.core Adding command : room_topic -> room_topic 2018-07-11 13:52:37,084 INFO errbot.core_plugins.wsview Checking ChatRoom for webhooks 2018-07-11 13:52:37,085 INFO errbot.plugin_manager Activate plugin: VersionChecker 2018-07-11 13:52:37,085 DEBUG errbot.plugin_manager Plugin VersionChecker has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,085 INFO errbot.plugin_manager Activating VersionChecker with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,085 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-11 13:52:37,086 INFO errbot.plugins.VersionChecker Skip version checking under test mode 2018-07-11 13:52:37,086 INFO errbot.core_plugins.wsview Checking VersionChecker for webhooks 2018-07-11 13:52:37,087 INFO errbot.plugin_manager Activate plugin: Health 2018-07-11 13:52:37,087 DEBUG errbot.plugin_manager Plugin Health has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,087 INFO errbot.plugin_manager Activating Health with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,087 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-11 13:52:37,088 DEBUG errbot.botplugin Init storage for Health 2018-07-11 13:52:37,088 DEBUG errbot.storage Opening storage 'Health' 2018-07-11 13:52:37,088 DEBUG errbot.core Adding command : restart -> restart 2018-07-11 13:52:37,088 DEBUG errbot.core Adding command : shutdown -> shutdown 2018-07-11 13:52:37,089 DEBUG errbot.core Adding command : status -> status 2018-07-11 13:52:37,089 DEBUG errbot.core Adding command : status_gc -> status_gc 2018-07-11 13:52:37,089 DEBUG errbot.core Adding command : status_load -> status_load 2018-07-11 13:52:37,089 DEBUG errbot.core Adding command : status_plugins -> status_plugins 2018-07-11 13:52:37,089 DEBUG errbot.core Adding command : uptime -> uptime 2018-07-11 13:52:37,089 INFO errbot.core_plugins.wsview Checking Health for webhooks 2018-07-11 13:52:37,090 INFO errbot.plugin_manager Activate plugin: Flows 2018-07-11 13:52:37,090 DEBUG errbot.plugin_manager Plugin Flows has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,090 INFO errbot.plugin_manager Activating Flows with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,091 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-11 13:52:37,091 DEBUG errbot.botplugin Init storage for Flows 2018-07-11 13:52:37,091 DEBUG errbot.storage Opening storage 'Flows' 2018-07-11 13:52:37,092 DEBUG errbot.core Adding command : flows_kill -> flows_kill 2018-07-11 13:52:37,092 DEBUG errbot.core Adding command : flows_list -> flows_list 2018-07-11 13:52:37,092 DEBUG errbot.core Adding command : flows_show -> flows_show 2018-07-11 13:52:37,092 DEBUG errbot.core Adding command : flows_start -> flows_start 2018-07-11 13:52:37,092 DEBUG errbot.core Adding command : flows_status -> flows_status 2018-07-11 13:52:37,092 DEBUG errbot.core Adding command : flows_stop -> flows_stop 2018-07-11 13:52:37,093 INFO errbot.core_plugins.wsview Checking Flows for webhooks 2018-07-11 13:52:37,093 INFO errbot.plugin_manager Activate plugin: CommandNotFoundFilter 2018-07-11 13:52:37,094 DEBUG errbot.plugin_manager Plugin CommandNotFoundFilter has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,094 INFO errbot.plugin_manager Activating CommandNotFoundFilter with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,094 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-11 13:52:37,094 DEBUG errbot.botplugin Init storage for CommandNotFoundFilter 2018-07-11 13:52:37,095 DEBUG errbot.storage Opening storage 'CommandNotFoundFilter' 2018-07-11 13:52:37,095 DEBUG errbot.core Adding command filter: cnf_filter 2018-07-11 13:52:37,096 INFO errbot.core_plugins.wsview Checking CommandNotFoundFilter for webhooks 2018-07-11 13:52:37,096 INFO errbot.plugin_manager Activate plugin: Plugins 2018-07-11 13:52:37,096 DEBUG errbot.plugin_manager Plugin Plugins has no section [Errbot]. Assuming this plugin is running on any Errbot version. 2018-07-11 13:52:37,096 INFO errbot.plugin_manager Activating Plugins with min_err_version = 9.9.9 and max_version = 9.9.9 2018-07-11 13:52:37,097 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-11 13:52:37,097 DEBUG errbot.botplugin Init storage for Plugins 2018-07-11 13:52:37,097 DEBUG errbot.storage Opening storage 'Plugins' 2018-07-11 13:52:37,098 DEBUG errbot.core Adding command : plugin_activate -> plugin_activate 2018-07-11 13:52:37,098 DEBUG errbot.core Adding command : plugin_blacklist -> plugin_blacklist 2018-07-11 13:52:37,098 DEBUG errbot.core Adding command : plugin_config -> plugin_config 2018-07-11 13:52:37,098 DEBUG errbot.core Adding command : plugin_deactivate -> plugin_deactivate 2018-07-11 13:52:37,098 DEBUG errbot.core Adding command : plugin_reload -> plugin_reload 2018-07-11 13:52:37,098 DEBUG errbot.core Adding command : plugin_unblacklist -> plugin_unblacklist 2018-07-11 13:52:37,098 DEBUG errbot.core Adding command : repos -> repos 2018-07-11 13:52:37,099 DEBUG errbot.core Adding command : repos_install -> repos_install 2018-07-11 13:52:37,099 DEBUG errbot.core Adding command : repos_search -> repos_search 2018-07-11 13:52:37,099 DEBUG errbot.core Adding command : repos_uninstall -> repos_uninstall 2018-07-11 13:52:37,099 DEBUG errbot.core Adding command : repos_update -> repos_update 2018-07-11 13:52:37,099 INFO errbot.core_plugins.wsview Checking Plugins for webhooks 2018-07-11 13:52:37,100 DEBUG errbot.plugin_manager Activate flow plugins ... 2018-07-11 13:52:37,101 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-11 13:52:37,102 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) 2018-07-11 13:52:37,103 INFO errbot.core Notifying connection to all the plugins... 2018-07-11 13:52:37,103 DEBUG errbot.core Trigger callback_connect on Pitchfork 2018-07-11 13:52:37,103 DEBUG errbot.core Trigger callback_connect on DeprecateBotPrefixes 2018-07-11 13:52:37,103 DEBUG errbot.core Trigger callback_connect on Explain 2018-07-11 13:52:37,104 DEBUG errbot.core Trigger callback_connect on The_rules 2018-07-11 13:52:37,104 DEBUG errbot.core Trigger callback_connect on Ship_it 2018-07-11 13:52:37,104 DEBUG errbot.core Trigger callback_connect on Lmgtfy 2018-07-11 13:52:37,104 DEBUG errbot.core Trigger callback_connect on Coatils 2018-07-11 13:52:37,105 DEBUG errbot.core Trigger callback_connect on Ghetto 2018-07-11 13:52:37,105 DEBUG errbot.core Trigger callback_connect on Nevermind 2018-07-11 13:52:37,105 DEBUG errbot.core Trigger callback_connect on SpammingAlert 2018-07-11 13:52:37,105 DEBUG errbot.core Trigger callback_connect on WolframAlpha 2018-07-11 13:52:37,105 DEBUG errbot.core Trigger callback_connect on Ban 2018-07-11 13:52:37,105 DEBUG errbot.core Trigger callback_connect on Coala_lowercase_c 2018-07-11 13:52:37,105 DEBUG errbot.core Trigger callback_connect on GitStats 2018-07-11 13:52:37,105 DEBUG errbot.core Trigger callback_connect on Searchdocs 2018-07-11 13:52:37,106 DEBUG errbot.core Trigger callback_connect on Answer 2018-07-11 13:52:37,106 DEBUG errbot.core Trigger callback_connect on Backup 2018-07-11 13:52:37,106 DEBUG errbot.core Trigger callback_connect on Utils 2018-07-11 13:52:37,106 DEBUG errbot.core Trigger callback_connect on ACLS 2018-07-11 13:52:37,106 DEBUG errbot.core Trigger callback_connect on Help 2018-07-11 13:52:37,106 DEBUG errbot.core Trigger callback_connect on ChatRoom 2018-07-11 13:52:37,106 INFO errbot.plugins.ChatRoom Callback_connect 2018-07-11 13:52:37,106 DEBUG errbot.plugins.ChatRoom Try to join room 'testroom' 2018-07-11 13:52:37,107 INFO errbot.plugins.ChatRoom Joining room testroom with username Errbot 2018-07-11 13:52:37,107 DEBUG errbot.backends.test Room testroom doesn't exist yet, creating it 2018-07-11 13:52:37,107 INFO errbot.backends.test Created room testroom 2018-07-11 13:52:37,107 INFO errbot.backends.test Joined room testroom 2018-07-11 13:52:37,108 DEBUG errbot.core Triggering callback_room_joined on pitchfork 2018-07-11 13:52:37,108 DEBUG errbot.core Triggering callback_room_joined on deprecate_bot_prefixes 2018-07-11 13:52:37,108 DEBUG errbot.core Triggering callback_room_joined on explain 2018-07-11 13:52:37,108 DEBUG errbot.core Triggering callback_room_joined on the_rules 2018-07-11 13:52:37,108 DEBUG errbot.core Triggering callback_room_joined on ship_it 2018-07-11 13:52:37,108 DEBUG errbot.core Triggering callback_room_joined on lmgtfy 2018-07-11 13:52:37,108 DEBUG errbot.core Triggering callback_room_joined on coatils 2018-07-11 13:52:37,109 DEBUG errbot.core Triggering callback_room_joined on ghetto 2018-07-11 13:52:37,109 DEBUG errbot.core Triggering callback_room_joined on nevermind 2018-07-11 13:52:37,109 DEBUG errbot.core Triggering callback_room_joined on SpammingAlert 2018-07-11 13:52:37,109 DEBUG errbot.core Triggering callback_room_joined on wolfram alpha 2018-07-11 13:52:37,109 DEBUG errbot.core Triggering callback_room_joined on Ban 2018-07-11 13:52:37,109 DEBUG errbot.core Triggering callback_room_joined on coala_lowercase_c 2018-07-11 13:52:37,109 DEBUG errbot.core Triggering callback_room_joined on git_stats 2018-07-11 13:52:37,109 DEBUG errbot.core Triggering callback_room_joined on SearchDocs 2018-07-11 13:52:37,110 DEBUG errbot.core Triggering callback_room_joined on answer 2018-07-11 13:52:37,110 DEBUG errbot.core Triggering callback_room_joined on Backup 2018-07-11 13:52:37,110 DEBUG errbot.core Triggering callback_room_joined on Utils 2018-07-11 13:52:37,110 DEBUG errbot.core Triggering callback_room_joined on ACLs 2018-07-11 13:52:37,110 DEBUG errbot.core Triggering callback_room_joined on Help 2018-07-11 13:52:37,110 DEBUG errbot.core Triggering callback_room_joined on ChatRoom 2018-07-11 13:52:37,110 DEBUG errbot.core Triggering callback_room_joined on Health 2018-07-11 13:52:37,110 DEBUG errbot.core Triggering callback_room_joined on Flows 2018-07-11 13:52:37,111 DEBUG errbot.core Triggering callback_room_joined on CommandNotFoundFilter 2018-07-11 13:52:37,111 DEBUG errbot.core Triggering callback_room_joined on Plugins 2018-07-11 13:52:37,111 DEBUG errbot.core Trigger callback_connect on Health 2018-07-11 13:52:37,111 DEBUG errbot.core Trigger callback_connect on Flows 2018-07-11 13:52:37,111 DEBUG errbot.core Trigger callback_connect on CommandNotFoundFilter 2018-07-11 13:52:37,111 DEBUG errbot.core Trigger callback_connect on Plugins 2018-07-11 13:52:37,111 INFO errbot.core Plugin activation done. 2018-07-11 13:52:37,112 DEBUG errbot.core *** frm = gbin@localhost 2018-07-11 13:52:37,112 DEBUG errbot.core *** username = gbin@localhost 2018-07-11 13:52:37,112 DEBUG errbot.core *** text = !echo ready 2018-07-11 13:52:37,112 DEBUG errbot.plugins.ACLs Check echo for ACLs. 2018-07-11 13:52:37,112 INFO errbot.plugins.ACLs Matching ACL {} against username gbin@localhost for command Utils:echo 2018-07-11 13:52:37,112 INFO errbot.plugins.ACLs Check if echo is admin only command. 2018-07-11 13:52:37,113 INFO errbot.core Processing command 'echo' with parameters 'ready' from gbin@localhost 2018-07-11 13:52:37,113 DEBUG errbot.core Triggering callback_message on pitchfork 2018-07-11 13:52:37,113 DEBUG errbot.core Triggering callback_message on deprecate_bot_prefixes 2018-07-11 13:52:37,114 ERROR errbot.core callback_message on deprecate_bot_prefixes crashed Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 114, in _dispatch_to_plugins getattr(plugin, method)(*args, **kwargs) File "/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py", line 15, in callback_message for deprecated_prefix in self.bot_config.BOT_DEPRECATED_PREFIXES: AttributeError: 'ShallowConfig' object has no attribute 'BOT_DEPRECATED_PREFIXES' 2018-07-11 13:52:37,114 DEBUG errbot.flow Test if the command echo is a trigger for an inflight flow ... 2018-07-11 13:52:37,115 DEBUG errbot.core Triggering callback_message on explain 2018-07-11 13:52:37,115 DEBUG errbot.flow None matched. 2018-07-11 13:52:37,115 DEBUG errbot.core Triggering callback_message on the_rules 2018-07-11 13:52:37,116 INFO errbot.backends.test MESSAGE: ready 2018-07-11 13:52:37,116 DEBUG errbot.core Triggering callback_message on ship_it 2018-07-11 13:52:37,117 DEBUG errbot.flow Test if the command echo is a trigger for an inflight flow ... 2018-07-11 13:52:37,117 DEBUG errbot.core Triggering callback_message on lmgtfy ----------------------------- Captured stdout call ----------------------------- DEBUG errbot.flow None matched. DEBUG errbot.core Triggering callback_message on coatils DEBUG errbot.flow Test if the command echo is an auto-trigger for any flow ... DEBUG errbot.core Triggering callback_message on ghetto DEBUG errbot.core Triggering callback_message on nevermind DEBUG errbot.core Triggering callback_message on SpammingAlert DEBUG errbot.core Triggering callback_message on wolfram alpha DEBUG errbot.core Triggering callback_message on Ban DEBUG errbot.core Triggering callback_message on coala_lowercase_c DEBUG errbot.core Triggering callback_message on git_stats DEBUG errbot.core Triggering callback_message on SearchDocs DEBUG errbot.core Triggering callback_message on answer DEBUG errbot.core Triggering callback_message on Backup DEBUG errbot.core Triggering callback_message on Utils DEBUG errbot.core Triggering callback_message on ACLs DEBUG errbot.core Triggering callback_message on Help DEBUG errbot.core Triggering callback_message on ChatRoom DEBUG errbot.core Triggering callback_message on Health DEBUG errbot.core Triggering callback_message on Flows DEBUG errbot.core Triggering callback_message on CommandNotFoundFilter DEBUG errbot.core Triggering callback_message on Plugins waiting on queue message received DEBUG errbot.core *** frm = gbin@localhost DEBUG errbot.core *** username = gbin@localhost DEBUG errbot.core *** text = !search api this is search string DEBUG errbot.plugins.ACLs Check search for ACLs. INFO errbot.plugins.ACLs Matching ACL {} against username gbin@localhost for command SearchDocs:search INFO errbot.plugins.ACLs Check if search is admin only command. INFO errbot.core Processing command 'search' with parameters 'api this is search string' from gbin@localhost DEBUG errbot.core Triggering callback_message on pitchfork DEBUG errbot.core Triggering callback_message on deprecate_bot_prefixes DEBUG errbot.flow Test if the command search is a trigger for an inflight flow ... ERROR errbot.core callback_message on deprecate_bot_prefixes crashed Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 114, in _dispatch_to_plugins getattr(plugin, method)(*args, **kwargs) File "/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py", line 15, in callback_message for deprecated_prefix in self.bot_config.BOT_DEPRECATED_PREFIXES: AttributeError: 'ShallowConfig' object has no attribute 'BOT_DEPRECATED_PREFIXES' DEBUG errbot.flow None matched. DEBUG errbot.core Triggering callback_message on explain INFO errbot.backends.test MESSAGE: http://api.coala.io/en/latest/search.html?q=this+is+search+string DEBUG errbot.core Triggering callback_message on the_rules ----------------------------- Captured stderr call ----------------------------- 2018-07-11 13:52:37,118 DEBUG errbot.core Triggering callback_message on coatils 2018-07-11 13:52:37,119 DEBUG errbot.flow Test if the command echo is an auto-trigger for any flow ... 2018-07-11 13:52:37,120 DEBUG errbot.core Triggering callback_message on ghetto 2018-07-11 13:52:37,120 DEBUG errbot.core Triggering callback_message on nevermind 2018-07-11 13:52:37,120 DEBUG errbot.core Triggering callback_message on SpammingAlert 2018-07-11 13:52:37,120 DEBUG errbot.core Triggering callback_message on wolfram alpha 2018-07-11 13:52:37,121 DEBUG errbot.core Triggering callback_message on Ban 2018-07-11 13:52:37,121 DEBUG errbot.core Triggering callback_message on coala_lowercase_c 2018-07-11 13:52:37,121 DEBUG errbot.core Triggering callback_message on git_stats 2018-07-11 13:52:37,121 DEBUG errbot.core Triggering callback_message on SearchDocs 2018-07-11 13:52:37,121 DEBUG errbot.core Triggering callback_message on answer 2018-07-11 13:52:37,121 DEBUG errbot.core Triggering callback_message on Backup 2018-07-11 13:52:37,121 DEBUG errbot.core Triggering callback_message on Utils 2018-07-11 13:52:37,122 DEBUG errbot.core Triggering callback_message on ACLs 2018-07-11 13:52:37,122 DEBUG errbot.core Triggering callback_message on Help 2018-07-11 13:52:37,122 DEBUG errbot.core Triggering callback_message on ChatRoom 2018-07-11 13:52:37,122 DEBUG errbot.core Triggering callback_message on Health 2018-07-11 13:52:37,122 DEBUG errbot.core Triggering callback_message on Flows 2018-07-11 13:52:37,122 DEBUG errbot.core Triggering callback_message on CommandNotFoundFilter 2018-07-11 13:52:37,122 DEBUG errbot.core Triggering callback_message on Plugins 2018-07-11 13:52:37,123 DEBUG errbot.core *** frm = gbin@localhost 2018-07-11 13:52:37,123 DEBUG errbot.core *** username = gbin@localhost 2018-07-11 13:52:37,123 DEBUG errbot.core *** text = !search api this is search string 2018-07-11 13:52:37,123 DEBUG errbot.plugins.ACLs Check search for ACLs. 2018-07-11 13:52:37,123 INFO errbot.plugins.ACLs Matching ACL {} against username gbin@localhost for command SearchDocs:search 2018-07-11 13:52:37,124 INFO errbot.plugins.ACLs Check if search is admin only command. 2018-07-11 13:52:37,124 INFO errbot.core Processing command 'search' with parameters 'api this is search string' from gbin@localhost 2018-07-11 13:52:37,124 DEBUG errbot.core Triggering callback_message on pitchfork 2018-07-11 13:52:37,125 DEBUG errbot.core Triggering callback_message on deprecate_bot_prefixes 2018-07-11 13:52:37,125 DEBUG errbot.flow Test if the command search is a trigger for an inflight flow ... 2018-07-11 13:52:37,125 ERROR errbot.core callback_message on deprecate_bot_prefixes crashed Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 114, in _dispatch_to_plugins getattr(plugin, method)(*args, **kwargs) File "/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py", line 15, in callback_message for deprecated_prefix in self.bot_config.BOT_DEPRECATED_PREFIXES: AttributeError: 'ShallowConfig' object has no attribute 'BOT_DEPRECATED_PREFIXES' 2018-07-11 13:52:37,126 DEBUG errbot.flow None matched. 2018-07-11 13:52:37,126 DEBUG errbot.core Triggering callback_message on explain 2018-07-11 13:52:37,128 INFO errbot.backends.test MESSAGE: http://api.coala.io/en/latest/search.html?q=this+is+search+string 2018-07-11 13:52:37,128 DEBUG errbot.core Triggering callback_message on the_rules ------------------------------ Captured log call ------------------------------- flow.py 310 DEBUG None matched. core.py 111 DEBUG Triggering callback_message on coatils flow.py 321 DEBUG Test if the command echo is an auto-trigger for any flow ... core.py 111 DEBUG Triggering callback_message on ghetto core.py 111 DEBUG Triggering callback_message on nevermind core.py 111 DEBUG Triggering callback_message on SpammingAlert core.py 111 DEBUG Triggering callback_message on wolfram alpha core.py 111 DEBUG Triggering callback_message on Ban core.py 111 DEBUG Triggering callback_message on coala_lowercase_c core.py 111 DEBUG Triggering callback_message on git_stats core.py 111 DEBUG Triggering callback_message on SearchDocs core.py 111 DEBUG Triggering callback_message on answer core.py 111 DEBUG Triggering callback_message on Backup core.py 111 DEBUG Triggering callback_message on Utils core.py 111 DEBUG Triggering callback_message on ACLs core.py 111 DEBUG Triggering callback_message on Help core.py 111 DEBUG Triggering callback_message on ChatRoom core.py 111 DEBUG Triggering callback_message on Health core.py 111 DEBUG Triggering callback_message on Flows core.py 111 DEBUG Triggering callback_message on CommandNotFoundFilter core.py 111 DEBUG Triggering callback_message on Plugins core.py 228 DEBUG *** frm = gbin@localhost core.py 229 DEBUG *** username = gbin@localhost core.py 230 DEBUG *** text = !search api this is search string acls.py 60 DEBUG Check search for ACLs. acls.py 76 INFO Matching ACL {} against username gbin@localhost for command SearchDocs:search acls.py 101 INFO Check if search is admin only command. core.py 366 INFO Processing command 'search' with parameters 'api this is search string' from gbin@localhost core.py 111 DEBUG Triggering callback_message on pitchfork core.py 111 DEBUG Triggering callback_message on deprecate_bot_prefixes flow.py 300 DEBUG Test if the command search is a trigger for an inflight flow ... core.py 116 ERROR callback_message on deprecate_bot_prefixes crashed Traceback (most recent call last): File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core.py", line 114, in _dispatch_to_plugins getattr(plugin, method)(*args, **kwargs) File "/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py", line 15, in callback_message for deprecated_prefix in self.bot_config.BOT_DEPRECATED_PREFIXES: AttributeError: 'ShallowConfig' object has no attribute 'BOT_DEPRECATED_PREFIXES' flow.py 310 DEBUG None matched. core.py 111 DEBUG Triggering callback_message on explain test.py 229 INFO MESSAGE: http://api.coala.io/en/latest/search.html?q=this+is+search+string core.py 111 DEBUG Triggering callback_message on the_rules --------------------------- Captured stdout teardown --------------------------- DEBUG errbot.core Triggering callback_message on ship_it DEBUG errbot.flow None matched. DEBUG errbot.core Triggering callback_message on lmgtfy DEBUG errbot.flow Test if the command search is an auto-trigger for any flow ... DEBUG errbot.core Triggering callback_message on coatils DEBUG errbot.core Triggering callback_message on ghetto DEBUG errbot.core Triggering callback_message on nevermind DEBUG errbot.core Triggering callback_message on SpammingAlert DEBUG errbot.core Triggering callback_message on wolfram alpha DEBUG errbot.core Triggering callback_message on Ban DEBUG errbot.core Triggering callback_message on coala_lowercase_c DEBUG errbot.core Triggering callback_message on git_stats DEBUG errbot.core Triggering callback_message on SearchDocs DEBUG errbot.core Triggering callback_message on answer DEBUG errbot.core Triggering callback_message on Backup DEBUG errbot.core Triggering callback_message on Utils DEBUG errbot.core Triggering callback_message on ACLs DEBUG errbot.core Triggering callback_message on Help DEBUG errbot.core Triggering callback_message on ChatRoom DEBUG errbot.core Triggering callback_message on Health DEBUG errbot.core Triggering callback_message on Flows DEBUG errbot.core Triggering callback_message on CommandNotFoundFilter DEBUG errbot.core Triggering callback_message on Plugins message received INFO errbot.backends.test Stop magic message received, quitting... DEBUG errbot.backends.test Trigger disconnect callback INFO errbot.core Disconnect callback, deactivating all the plugins. DEBUG errbot.storage Closed storage 'Utils' DEBUG errbot.storage Closed storage 'SpammingAlert' DEBUG errbot.storage Closed storage 'pitchfork' DEBUG errbot.storage Closed storage 'nevermind' DEBUG errbot.storage Closed storage 'wolfram alpha' DEBUG errbot.storage Closed storage 'Backup' DEBUG errbot.storage Closed storage 'deprecate_bot_prefixes' DEBUG errbot.storage Closed storage 'Help' DEBUG errbot.storage Closed storage 'coala_lowercase_c' DEBUG errbot.storage Closed storage 'ghetto' DEBUG errbot.storage Closed storage 'ChatRoom' DEBUG errbot.storage Closed storage 'Plugins' DEBUG errbot.storage Closed storage 'git_stats' DEBUG errbot.storage Closed storage 'Health' DEBUG errbot.storage Closed storage 'the_rules' DEBUG errbot.storage Closed storage 'explain' DEBUG errbot.storage Closed storage 'answer' DEBUG errbot.storage Closed storage 'SearchDocs' DEBUG errbot.storage Closed storage 'ACLs' DEBUG errbot.core Removing command filter: acls DEBUG errbot.storage Closed storage 'coatils' DEBUG errbot.storage Closed storage 'ship_it' DEBUG errbot.storage Closed storage 'lmgtfy' DEBUG errbot.storage Closed storage 'Ban' DEBUG errbot.storage Closed storage 'Flows' DEBUG errbot.storage Closed storage 'CommandNotFoundFilter' DEBUG errbot.core Removing command filter: cnf_filter DEBUG errbot.backends.test Trigger shutdown DEBUG errbot.storage Closed storage 'test_backend' INFO errbot.plugin_manager Shutdown. DEBUG errbot.storage Closed storage 'core' INFO errbot.plugin_manager Bye. DEBUG errbot.storage Closed storage 'repomgr' INFO errbot.backends.test Main bot thread quits --------------------------- Captured stderr teardown --------------------------- 2018-07-11 13:52:37,129 DEBUG errbot.flow Test if the command search is a trigger for an inflight flow ... 2018-07-11 13:52:37,129 DEBUG errbot.core Triggering callback_message on ship_it 2018-07-11 13:52:37,130 DEBUG errbot.flow None matched. 2018-07-11 13:52:37,131 DEBUG errbot.core Triggering callback_message on lmgtfy 2018-07-11 13:52:37,131 DEBUG errbot.flow Test if the command search is an auto-trigger for any flow ... 2018-07-11 13:52:37,131 DEBUG errbot.core Triggering callback_message on coatils 2018-07-11 13:52:37,140 DEBUG errbot.core Triggering callback_message on ghetto 2018-07-11 13:52:37,142 DEBUG errbot.core Triggering callback_message on nevermind 2018-07-11 13:52:37,143 DEBUG errbot.core Triggering callback_message on SpammingAlert 2018-07-11 13:52:37,152 DEBUG errbot.core Triggering callback_message on wolfram alpha 2018-07-11 13:52:37,152 DEBUG errbot.core Triggering callback_message on Ban 2018-07-11 13:52:37,153 DEBUG errbot.core Triggering callback_message on coala_lowercase_c 2018-07-11 13:52:37,159 DEBUG errbot.core Triggering callback_message on git_stats 2018-07-11 13:52:37,160 DEBUG errbot.core Triggering callback_message on SearchDocs 2018-07-11 13:52:37,163 DEBUG errbot.core Triggering callback_message on answer 2018-07-11 13:52:37,165 DEBUG errbot.core Triggering callback_message on Backup 2018-07-11 13:52:37,166 DEBUG errbot.core Triggering callback_message on Utils 2018-07-11 13:52:37,166 DEBUG errbot.core Triggering callback_message on ACLs 2018-07-11 13:52:37,166 DEBUG errbot.core Triggering callback_message on Help 2018-07-11 13:52:37,166 DEBUG errbot.core Triggering callback_message on ChatRoom 2018-07-11 13:52:37,167 DEBUG errbot.core Triggering callback_message on Health 2018-07-11 13:52:37,167 DEBUG errbot.core Triggering callback_message on Flows 2018-07-11 13:52:37,168 DEBUG errbot.core Triggering callback_message on CommandNotFoundFilter 2018-07-11 13:52:37,181 DEBUG errbot.core Triggering callback_message on Plugins 2018-07-11 13:52:37,311 INFO errbot.backends.test Stop magic message received, quitting... 2018-07-11 13:52:37,311 DEBUG errbot.backends.test Trigger disconnect callback 2018-07-11 13:52:37,312 INFO errbot.core Disconnect callback, deactivating all the plugins. 2018-07-11 13:52:37,312 DEBUG errbot.storage Closed storage 'Utils' 2018-07-11 13:52:37,313 DEBUG errbot.storage Closed storage 'SpammingAlert' 2018-07-11 13:52:37,314 DEBUG errbot.storage Closed storage 'pitchfork' 2018-07-11 13:52:37,315 DEBUG errbot.storage Closed storage 'nevermind' 2018-07-11 13:52:37,316 DEBUG errbot.storage Closed storage 'wolfram alpha' 2018-07-11 13:52:37,317 DEBUG errbot.storage Closed storage 'Backup' 2018-07-11 13:52:37,317 DEBUG errbot.storage Closed storage 'deprecate_bot_prefixes' 2018-07-11 13:52:37,318 DEBUG errbot.storage Closed storage 'Help' 2018-07-11 13:52:37,319 DEBUG errbot.storage Closed storage 'coala_lowercase_c' 2018-07-11 13:52:37,320 DEBUG errbot.storage Closed storage 'ghetto' 2018-07-11 13:52:37,321 DEBUG errbot.storage Closed storage 'ChatRoom' 2018-07-11 13:52:37,322 DEBUG errbot.storage Closed storage 'Plugins' 2018-07-11 13:52:37,323 DEBUG errbot.storage Closed storage 'git_stats' 2018-07-11 13:52:37,324 DEBUG errbot.storage Closed storage 'Health' 2018-07-11 13:52:37,325 DEBUG errbot.storage Closed storage 'the_rules' 2018-07-11 13:52:37,326 DEBUG errbot.storage Closed storage 'explain' 2018-07-11 13:52:37,327 DEBUG errbot.storage Closed storage 'answer' 2018-07-11 13:52:37,328 DEBUG errbot.storage Closed storage 'SearchDocs' 2018-07-11 13:52:37,329 DEBUG errbot.storage Closed storage 'ACLs' 2018-07-11 13:52:37,329 DEBUG errbot.core Removing command filter: acls 2018-07-11 13:52:37,330 DEBUG errbot.storage Closed storage 'coatils' 2018-07-11 13:52:37,331 DEBUG errbot.storage Closed storage 'ship_it' 2018-07-11 13:52:37,331 DEBUG errbot.storage Closed storage 'lmgtfy' 2018-07-11 13:52:37,332 DEBUG errbot.storage Closed storage 'Ban' 2018-07-11 13:52:37,333 DEBUG errbot.storage Closed storage 'Flows' 2018-07-11 13:52:37,334 DEBUG errbot.storage Closed storage 'CommandNotFoundFilter' 2018-07-11 13:52:37,335 DEBUG errbot.core Removing command filter: cnf_filter 2018-07-11 13:52:37,335 DEBUG errbot.backends.test Trigger shutdown 2018-07-11 13:52:37,336 DEBUG errbot.storage Closed storage 'test_backend' 2018-07-11 13:52:37,336 INFO errbot.plugin_manager Shutdown. 2018-07-11 13:52:37,336 DEBUG errbot.storage Closed storage 'core' 2018-07-11 13:52:37,336 INFO errbot.plugin_manager Bye. 2018-07-11 13:52:37,336 DEBUG errbot.storage Closed storage 'repomgr' 2018-07-11 13:52:37,336 INFO errbot.backends.test Main bot thread quits ---------------------------- Captured log teardown ----------------------------- test.py 245 INFO Stop magic message received, quitting... test.py 272 DEBUG Trigger disconnect callback core.py 655 INFO Disconnect callback, deactivating all the plugins. __init__.py 41 DEBUG Closed storage 'Utils' __init__.py 41 DEBUG Closed storage 'SpammingAlert' __init__.py 41 DEBUG Closed storage 'pitchfork' __init__.py 41 DEBUG Closed storage 'nevermind' __init__.py 41 DEBUG Closed storage 'wolfram alpha' __init__.py 41 DEBUG Closed storage 'Backup' __init__.py 41 DEBUG Closed storage 'deprecate_bot_prefixes' __init__.py 41 DEBUG Closed storage 'Help' __init__.py 41 DEBUG Closed storage 'coala_lowercase_c' __init__.py 41 DEBUG Closed storage 'ghetto' __init__.py 41 DEBUG Closed storage 'ChatRoom' __init__.py 41 DEBUG Closed storage 'Plugins' __init__.py 41 DEBUG Closed storage 'git_stats' __init__.py 41 DEBUG Closed storage 'Health' __init__.py 41 DEBUG Closed storage 'the_rules' __init__.py 41 DEBUG Closed storage 'explain' __init__.py 41 DEBUG Closed storage 'answer' __init__.py 41 DEBUG Closed storage 'SearchDocs' __init__.py 41 DEBUG Closed storage 'ACLs' core.py 562 DEBUG Removing command filter: acls __init__.py 41 DEBUG Closed storage 'coatils' __init__.py 41 DEBUG Closed storage 'ship_it' __init__.py 41 DEBUG Closed storage 'lmgtfy' __init__.py 41 DEBUG Closed storage 'Ban' __init__.py 41 DEBUG Closed storage 'Flows' __init__.py 41 DEBUG Closed storage 'CommandNotFoundFilter' core.py 562 DEBUG Removing command filter: cnf_filter test.py 274 DEBUG Trigger shutdown __init__.py 41 DEBUG Closed storage 'test_backend' plugin_manager.py 612 INFO Shutdown. __init__.py 41 DEBUG Closed storage 'core' plugin_manager.py 614 INFO Bye. __init__.py 41 DEBUG Closed storage 'repomgr' test.py 426 INFO Main bot thread quits ----------- 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 3 81% 25, 33-34 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 3 99% FAIL Required test coverage of 100% not reached. Total coverage: 99.49% =============================== 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 335.74 seconds =============== ```
gitmate-bot commented 6 years ago

Sorry @TravisBuddy, you do not have the necessary permission levels to perform the action.

nvzard commented 6 years ago

@ankitb073 It might look overwhelming, but go through the logs once and check where the test's fails. Also, check the searchdocs plugin and make the changes required to return a https link. :)

nvzard commented 6 years ago

@ankitb073 ping. Come on finish it up, you are really close ;)

jayvdb commented 6 years ago

Abandoned.