Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nevermind.py: Add caret in regex pattern #605

Closed
wants to merge 4 commits into from

Conversation

bhavya17037
Copy link
Contributor

Add caret in regex pattern so that 'corobo nm' and 'corobo nevermind'
are matched only, and only then corobo says "I'm sorry :(".
Thus, corobo would not respond with a sorry for commands where nm
or nevermind appear anywhere in the command.

Fixes #519

Reviewers Checklist

  • Appropriate logging is done.
  • Appropriate error responses.
  • Handle every possible exception.
  • Make sure there is a docstring in the command functions. Hint: Lookout for
    botcmd and re_botcmd decorators.
  • See that 100% coverage is there.
  • See to it that mocking is not done where it is not necessary.

Add caret in regex pattern so that 'corobo nm' and 'corobo nevermind'
are matched only, and only then corobo says "I'm sorry :(".
Thus, corobo would not respond with a sorry for commands where nm
or nevermind appear anywhere in the command.

Fixes coala#519
Copy link
Member

@nvzard nvzard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add tests to verify that the changes you made are working properly.

@jayvdb
Copy link
Member

jayvdb commented Aug 6, 2018

@bhavya17037
Copy link
Contributor Author

@jayvdb what does "!" In the beginning of "nevermind" mean in the test file?

@RaiVaibhav
Copy link
Member

@nvzard
Copy link
Member

nvzard commented Aug 6, 2018 via email

Add '$' in regex pattern so that corobo only responds "I'm sorry :("
if it encounters "corobo nm" or "corobo nevermind", and does not
respond with a sorry if there is anything after nm or nevermind.
Also add unit test case for the change made.

Fixes coala#519
@TravisBuddy
Copy link

Travis tests have failed

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

1st Build

coala --non-interactive -V
[WARNING][14:35:03] bears setting has already been defined in section all.python. The previous setting will be overridden.
[WARNING][14:35:03] bears setting has already been defined in section all.python. The previous setting will be overridden.
[DEBUG][14:35:03] Platform Linux -- Python 3.6.3, coalib 0.11.0
Executing section all...
[DEBUG][14:35:03] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][14:35:03] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
Executing section all.whitespace...
[DEBUG][14:35:04] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][14:35:04] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|   5|   5| 
|   6|   6| class TestNevermind(unittest.TestCase):
|   7|   7| 
|   8|    |-	def setUp(self):
|    |   8|+    def setUp(self):
|   9|   9| 
|  10|  10| 		self.testbot = TestBot(extra_plugin_dir='plugins')
|  11|  11| 		self.testbot.start()
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|   7|   7| 
|   8|   8| 	def setUp(self):
|   9|   9| 
|  10|    |-		self.testbot = TestBot(extra_plugin_dir='plugins')
|    |  10|+        self.testbot = TestBot(extra_plugin_dir='plugins')
|  11|  11| 		self.testbot.start()
|  12|  12| 
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|  13|  13| 	def tearDown(self):
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|   8|   8| 	def setUp(self):
|   9|   9| 
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|  10|  10| 		self.testbot = TestBot(extra_plugin_dir='plugins')
|  11|    |-		self.testbot.start()
|    |  11|+        self.testbot.start()
|  12|  12| 
|  13|  13| 	def tearDown(self):
|  14|  14| 		self.testbot.stop()
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|    | [NORMAL] SpaceConsistencyBear:
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  10|  10| 		self.testbot = TestBot(extra_plugin_dir='plugins')
|  11|  11| 		self.testbot.start()
|  12|  12| 
|  13|    |-	def tearDown(self):
|    |  13|+    def tearDown(self):
|  14|  14| 		self.testbot.stop()
|  15|  15| 
|  16|  16| 	def test_nevermind_format_not_correct(self):
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|  11|  11| 		self.testbot.start()
|  12|  12| 
|  13|  13| 	def tearDown(self):
|  14|    |-		self.testbot.stop()
|    |  14|+        self.testbot.stop()
|  15|  15| 
|  16|  16| 	def test_nevermind_format_not_correct(self):
|  17|  17| 		with self.assertRaises(queue.Empty):
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  13|  13| 	def tearDown(self):
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|  14|  14| 		self.testbot.stop()
|  15|  15| 
|  16|    |-	def test_nevermind_format_not_correct(self):
|    |  16|+    def test_nevermind_format_not_correct(self):
|  17|  17| 		with self.assertRaises(queue.Empty):
|  18|  18| 			self.testbot.assertCommand("!hey nEverMINd","I'm sorry :(")
|  19|  19| 			self.testbot.assertCommand("!nM bye","I'm sorry :(")
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  14|  14| 		self.testbot.stop()
|  15|  15| 
|  16|  16| 	def test_nevermind_format_not_correct(self):
[DEBUG][14:35:04] Running bear SpaceConsistencyBear...
|  17|    |-		with self.assertRaises(queue.Empty):
|    |  17|+        with self.assertRaises(queue.Empty):
|  18|  18| 			self.testbot.assertCommand("!hey nEverMINd","I'm sorry :(")
|  19|  19| 			self.testbot.assertCommand("!nM bye","I'm sorry :(")
|  20|  20| 		
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  15|  15| 
|  16|  16| 	def test_nevermind_format_not_correct(self):
|  17|  17| 		with self.assertRaises(queue.Empty):
|  18|    |-			self.testbot.assertCommand("!hey nEverMINd","I'm sorry :(")
|    |  18|+            self.testbot.assertCommand("!hey nEverMINd","I'm sorry :(")
|  19|  19| 			self.testbot.assertCommand("!nM bye","I'm sorry :(")
|  20|  20| 		
|  21|  21| 
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  16|  16| 	def test_nevermind_format_not_correct(self):
|  17|  17| 		with self.assertRaises(queue.Empty):
|  18|  18| 			self.testbot.assertCommand("!hey nEverMINd","I'm sorry :(")
|  19|    |-			self.testbot.assertCommand("!nM bye","I'm sorry :(")
|    |  19|+            self.testbot.assertCommand("!nM bye","I'm sorry :(")
|  20|  20| 		
|  21|  21| 
|  22|  22| 	def test_nevermind_format_correct(self):
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Trailing whitespaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  17|  17| 		with self.assertRaises(queue.Empty):
|  18|  18| 			self.testbot.assertCommand("!hey nEverMINd","I'm sorry :(")
|  19|  19| 			self.testbot.assertCommand("!nM bye","I'm sorry :(")
|  20|    |-		
|    |  20|+
|  21|  21| 
|  22|  22| 	def test_nevermind_format_correct(self):
|  23|  23| 	    self.testbot.assertCommand("!nevermind", "I'm sorry :(")
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  19|  19| 			self.testbot.assertCommand("!nM bye","I'm sorry :(")
|  20|  20| 		
|  21|  21| 
|  22|    |-	def test_nevermind_format_correct(self):
|    |  22|+    def test_nevermind_format_correct(self):
|  23|  23| 	    self.testbot.assertCommand("!nevermind", "I'm sorry :(")
|  24|  24| 	    self.testbot.assertCommand("!nm", "I'm sorry :(")
|  25|  25| 	    self.testbot.assertCommand("!nEverMINd", "I'm sorry :(")
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  20|  20| 		
|  21|  21| 
|  22|  22| 	def test_nevermind_format_correct(self):
|  23|    |-	    self.testbot.assertCommand("!nevermind", "I'm sorry :(")
|    |  23|+        self.testbot.assertCommand("!nevermind", "I'm sorry :(")
|  24|  24| 	    self.testbot.assertCommand("!nm", "I'm sorry :(")
|  25|  25| 	    self.testbot.assertCommand("!nEverMINd", "I'm sorry :(")
|  26|  26| 	    self.testbot.assertCommand("!nM", "I'm sorry :(")
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  21|  21| 
|  22|  22| 	def test_nevermind_format_correct(self):
|  23|  23| 	    self.testbot.assertCommand("!nevermind", "I'm sorry :(")
|  24|    |-	    self.testbot.assertCommand("!nm", "I'm sorry :(")
|    |  24|+        self.testbot.assertCommand("!nm", "I'm sorry :(")
|  25|  25| 	    self.testbot.assertCommand("!nEverMINd", "I'm sorry :(")
|  26|  26| 	    self.testbot.assertCommand("!nM", "I'm sorry :(")
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  22|  22| 	def test_nevermind_format_correct(self):
|  23|  23| 	    self.testbot.assertCommand("!nevermind", "I'm sorry :(")
|  24|  24| 	    self.testbot.assertCommand("!nm", "I'm sorry :(")
|  25|    |-	    self.testbot.assertCommand("!nEverMINd", "I'm sorry :(")
|    |  25|+        self.testbot.assertCommand("!nEverMINd", "I'm sorry :(")
|  26|  26| 	    self.testbot.assertCommand("!nM", "I'm sorry :(")
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
|    | [NORMAL] SpaceConsistencyBear:
|    | Line contains following spacing inconsistencies:
|    | - Tabs used instead of spaces.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|  23|  23| 	    self.testbot.assertCommand("!nevermind", "I'm sorry :(")
|  24|  24| 	    self.testbot.assertCommand("!nm", "I'm sorry :(")
|  25|  25| 	    self.testbot.assertCommand("!nEverMINd", "I'm sorry :(")
|  26|    |-	    self.testbot.assertCommand("!nM", "I'm sorry :(")
|    |  26|+        self.testbot.assertCommand("!nM", "I'm sorry :(")
[INFO][14:35:04] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'SpaceConsistencyBear'.
Executing section all.python...
[DEBUG][14:35:04] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][14:35:04] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'
[DEBUG][14:35:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={})
[DEBUG][14:35:04] returning CommandNode(command=['-m'] redirects={})
[DEBUG][14:35:04] returning CommandNode(command=['pip'] redirects={})
[DEBUG][14:35:04] returning CommandNode(command=['show'] redirects={})
[DEBUG][14:35:04] returning CommandNode(command=['autoflake'] redirects={})
[DEBUG][14:35:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={})
[DEBUG][14:35:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={})
[DEBUG][14:35:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={})
[DEBUG][14:35:04] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={})
[DEBUG][14:35:04] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}), None, False
[DEBUG][14:35:04] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') created
[DEBUG][14:35:04] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], {'stdout': -1, 'stderr': -1, 'stdin': None}
[DEBUG][14:35:04] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'), {'stdout': -1, 'stderr': -1, 'stdin': None} -> {'_waitpid_lock': <unlocked _thread.lock object at 0x7f9ba36332b0>, '_input': None, '_communication_started': False, 'args': ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], 'stdin': None, 'stdout': <_io.BufferedReader name=18>, 'stderr': <_io.BufferedReader name=21>, 'pid': 5182, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True}
[DEBUG][14:35:04] Created thread Thread-3 as reader for Capture-1
[DEBUG][14:35:04] Capture-1: reader thread about to read line
[DEBUG][14:35:04] Capture-1: reader thread kicked off, waiting start
[DEBUG][14:35:04] Capture-1: reader thread now started
[DEBUG][14:35:04] Created thread Thread-4 as reader for Capture-2
[DEBUG][14:35:04] Capture-2: reader thread about to read line
[DEBUG][14:35:04] Capture-2: reader thread kicked off, waiting start
[DEBUG][14:35:04] Capture-2: reader thread now started
[DEBUG][14:35:04] about to wait for process
[DEBUG][14:35:04] queued chunk of length 16 to <queue.Queue object at 0x7f9ba3631550>: b'Name: autoflake\n'
[DEBUG][14:35:04] queued chunk of length 15 to <queue.Queue object at 0x7f9ba3631550>: b'Version: 0.6.6\n'
[DEBUG][14:35:04] queued chunk of length 54 to <queue.Queue object at 0x7f9ba3631550>: b'Summary: Removes unused import'
[DEBUG][14:35:04] queued chunk of length 46 to <queue.Queue object at 0x7f9ba3631550>: b'Home-page: https://github.com/'
[DEBUG][14:35:04] queued chunk of length 21 to <queue.Queue object at 0x7f9ba3631550>: b'Author: Steven Myint\n'
[DEBUG][14:35:04] queued chunk of length 22 to <queue.Queue object at 0x7f9ba3631550>: b'Author-email: UNKNOWN\n'
[DEBUG][14:35:05] queued chunk of length 23 to <queue.Queue object at 0x7f9ba3631550>: b'License: Expat License\n'
[DEBUG][14:35:05] queued chunk of length 74 to <queue.Queue object at 0x7f9ba3631550>: b'Location: /home/travis/virtual'
[DEBUG][14:35:05] queued chunk of length 19 to <queue.Queue object at 0x7f9ba3631550>: b'Requires: pyflakes\n'
[DEBUG][14:35:05] Capture-1: finished reading stream <_io.BufferedReader name=18>
[DEBUG][14:35:05] Capture-2: finished reading stream <_io.BufferedReader name=21>
[DEBUG][14:35:05] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=18> stderr=<_io.BufferedReader name=21>))
[DEBUG][14:35:05] pipeline closing
[DEBUG][14:35:05] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
[DEBUG][14:35:05] Running bear PyUnusedCodeBear...
Executing section all.autopep8...
[DEBUG][14:35:05] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][14:35:05] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8'
[DEBUG][14:35:05] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={})
[DEBUG][14:35:05] returning CommandNode(command=['-m'] redirects={})
[DEBUG][14:35:05] returning CommandNode(command=['pip'] redirects={})
[DEBUG][14:35:05] returning CommandNode(command=['show'] redirects={})
[DEBUG][14:35:05] returning CommandNode(command=['autopep8'] redirects={})
[DEBUG][14:35:05] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={})
[DEBUG][14:35:05] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={})
[DEBUG][14:35:05] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={})
[DEBUG][14:35:05] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={})
[DEBUG][14:35:05] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False
[DEBUG][14:35:05] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created
[DEBUG][14:35:05] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None}
[DEBUG][14:35:05] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8'), {'stdout': -1, 'stderr': -1, 'stdin': None} -> {'_waitpid_lock': <unlocked _thread.lock object at 0x7f9ba36334e0>, '_input': None, '_communication_started': False, 'args': ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], 'stdin': None, 'stdout': <_io.BufferedReader name=20>, 'stderr': <_io.BufferedReader name=23>, 'pid': 5226, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True}
[DEBUG][14:35:05] Created thread Thread-6 as reader for Capture-3
[DEBUG][14:35:05] Capture-3: reader thread about to read line
[DEBUG][14:35:05] Capture-3: reader thread kicked off, waiting start
[DEBUG][14:35:05] Capture-3: reader thread now started
[DEBUG][14:35:05] Created thread Thread-7 as reader for Capture-4
[DEBUG][14:35:05] Capture-4: reader thread about to read line
[DEBUG][14:35:05] Capture-4: reader thread kicked off, waiting start
[DEBUG][14:35:05] Capture-4: reader thread now started
[DEBUG][14:35:05] about to wait for process
[DEBUG][14:35:06] queued chunk of length 15 to <queue.Queue object at 0x7f9ba3631828>: b'Name: autopep8\n'
[DEBUG][14:35:06] queued chunk of length 15 to <queue.Queue object at 0x7f9ba3631828>: b'Version: 1.3.5\n'
[DEBUG][14:35:06] queued chunk of length 91 to <queue.Queue object at 0x7f9ba3631828>: b'Summary: A tool that automatic'
[DEBUG][14:35:06] queued chunk of length 46 to <queue.Queue object at 0x7f9ba3631828>: b'Home-page: https://github.com/'
[DEBUG][14:35:06] queued chunk of length 22 to <queue.Queue object at 0x7f9ba3631828>: b'Author: Hideo Hattori\n'
[DEBUG][14:35:06] queued chunk of length 34 to <queue.Queue object at 0x7f9ba3631828>: b'Author-email: hhatto.jp@gmail.'
[DEBUG][14:35:06] queued chunk of length 23 to <queue.Queue object at 0x7f9ba3631828>: b'License: Expat License\n'
[DEBUG][14:35:06] queued chunk of length 74 to <queue.Queue object at 0x7f9ba3631828>: b'Location: /home/travis/virtual'
[DEBUG][14:35:06] queued chunk of length 22 to <queue.Queue object at 0x7f9ba3631828>: b'Requires: pycodestyle\n'
[DEBUG][14:35:06] Capture-3: finished reading stream <_io.BufferedReader name=20>
[DEBUG][14:35:06] Capture-4: finished reading stream <_io.BufferedReader name=23>
[DEBUG][14:35:06] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=20> stderr=<_io.BufferedReader name=23>))
[DEBUG][14:35:06] pipeline closing
[DEBUG][14:35:06] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][14:35:06] Running bear PEP8Bear...
[DEBUG][14:35:06] Running bear PEP8Bear...
[DEBUG][14:35:06] Running bear PycodestyleBear...
[DEBUG][14:35:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/corobo_test_case.py'
[DEBUG][14:35:06] Running bear PycodestyleBear...
[DEBUG][14:35:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/ban_test.py'
[DEBUG][14:35:06] Running bear PEP8Bear...
[DEBUG][14:35:06] Running bear PEP8Bear...
[DEBUG][14:35:06] Running bear PycodestyleBear...
[DEBUG][14:35:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py'
[DEBUG][14:35:06] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:06] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:06] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:06] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:06] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][14:35:06] Running bear PycodestyleBear...
[DEBUG][14:35:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/nevermind_test.py'
[DEBUG][14:35:06] Running bear PEP8Bear...
[DEBUG][14:35:06] Running bear PycodestyleBear...
[DEBUG][14:35:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py'
|    | [NORMAL] PEP8Bear:
|    | The code does not comply to PEP8.
[DEBUG][14:35:06] Running bear PEP8Bear...
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|   2|   2| import unittest
|   3|   3| 
|   4|   4| from errbot.backends.test import TestBot
|    |   5|+
|   5|   6| 
|   6|   7| class TestNevermind(unittest.TestCase):
|   7|   8| 
[INFO][14:35:06] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'PEP8Bear'.
|    | [NORMAL] PEP8Bear:
|    | The code does not comply to PEP8.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|   5|   5| 
|   6|   6| class TestNevermind(unittest.TestCase):
|   7|   7| 
|   8|    |-	def setUp(self):
|    |   8|+    def setUp(self):
|   9|   9| 
|  10|    |-		self.testbot = TestBot(extra_plugin_dir='plugins')
|  11|    |-		self.testbot.start()
|    |  10|+        self.testbot = TestBot(extra_plugin_dir='plugins')
|    |  11|+        self.testbot.start()
|  12|  12| 
|  13|    |-	def tearDown(self):
|  14|    |-		self.testbot.stop()
|    |  13|+    def tearDown(self):
|    |  14|+        self.testbot.stop()
|  15|  15| 
|  16|    |-	def test_nevermind_format_not_correct(self):
|  17|    |-		with self.assertRaises(queue.Empty):
|  18|    |-			self.testbot.assertCommand("!hey nEverMINd","I'm sorry :(")
|  19|    |-			self.testbot.assertCommand("!nM bye","I'm sorry :(")
|  20|    |-		
|    |  16|+    def test_nevermind_format_not_correct(self):
|    |  17|+        with self.assertRaises(queue.Empty):
|    |  18|+            self.testbot.assertCommand("!hey nEverMINd", "I'm sorry :(")
|    |  19|+            self.testbot.assertCommand("!nM bye", "I'm sorry :(")
|  21|  20| 
|  22|    |-	def test_nevermind_format_correct(self):
|  23|    |-	    self.testbot.assertCommand("!nevermind", "I'm sorry :(")
|  24|    |-	    self.testbot.assertCommand("!nm", "I'm sorry :(")
|  25|    |-	    self.testbot.assertCommand("!nEverMINd", "I'm sorry :(")
|  26|    |-	    self.testbot.assertCommand("!nM", "I'm sorry :(")
|    |  21|+    def test_nevermind_format_correct(self):
|    |  22|+        self.testbot.assertCommand("!nevermind", "I'm sorry :(")
|    |  23|+        self.testbot.assertCommand("!nm", "I'm sorry :(")
|    |  24|+        self.testbot.assertCommand("!nEverMINd", "I'm sorry :(")
|    |  25|+        self.testbot.assertCommand("!nM", "I'm sorry :(")
[INFO][14:35:06] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'PEP8Bear'.
[WARNING][14:35:06] PycodestyleBear (E302): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (E231): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (E231): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W293): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (E303): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (E101): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (E101): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (E101): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (W191): This result has no patch attached.
[WARNING][14:35:06] PycodestyleBear (E101): This result has no patch attached.

tests/nevermind_test.py
[DEBUG][14:35:06] Running bear PycodestyleBear...
[DEBUG][14:35:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py'
[DEBUG][14:35:06] Running bear PEP8Bear...
[DEBUG][14:35:06] Running bear PycodestyleBear...
[DEBUG][14:35:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/pitchfork_test.py'
[DEBUG][14:35:06] Running bear PEP8Bear...
|   6| class·TestNevermind(unittest.TestCase):
|    | [NORMAL] PycodestyleBear (E302):
|    | E302 expected 2 blank lines, found 1

tests/nevermind_test.py
|   8| »   def·setUp(self):
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  10| »   »   self.testbot·=·TestBot(extra_plugin_dir='plugins')
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  11| »   »   self.testbot.start()
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  13| »   def·tearDown(self):
|    | [NORMAL] PycodestyleBear (W191):
[DEBUG][14:35:06] Running bear PEP8Bear...
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  14| »   »   self.testbot.stop()
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  16| »   def·test_nevermind_format_not_correct(self):
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  17| »   »   with·self.assertRaises(queue.Empty):
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
[DEBUG][14:35:06] Running bear PycodestyleBear...
[DEBUG][14:35:06] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py'
|  18| »   »   »   self.testbot.assertCommand("!hey·nEverMINd","I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  18| »   »   »   self.testbot.assertCommand("!hey·nEverMINd","I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (E231):
|    | E231 missing whitespace after ','

tests/nevermind_test.py
|  19| »   »   »   self.testbot.assertCommand("!nM·bye","I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  19| »   »   »   self.testbot.assertCommand("!nM·bye","I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (E231):
|    | E231 missing whitespace after ','

tests/nevermind_test.py
|  20| »   »   
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  20| »   »   
|    | [NORMAL] PycodestyleBear (W293):
|    | W293 blank line contains whitespace

tests/nevermind_test.py
|  22| »   def·test_nevermind_format_correct(self):
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  22| »   def·test_nevermind_format_correct(self):
|    | [NORMAL] PycodestyleBear (E303):
|    | E303 too many blank lines (2)

tests/nevermind_test.py
|  23| »   ····self.testbot.assertCommand("!nevermind",·"I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  23| »   ····self.testbot.assertCommand("!nevermind",·"I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (E101):
|    | E101 indentation contains mixed spaces and tabs

tests/nevermind_test.py
|  24| »   ····self.testbot.assertCommand("!nm",·"I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  24| »   ····self.testbot.assertCommand("!nm",·"I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (E101):
|    | E101 indentation contains mixed spaces and tabs

tests/nevermind_test.py
|  25| »   ····self.testbot.assertCommand("!nEverMINd",·"I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  25| »   ····self.testbot.assertCommand("!nEverMINd",·"I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (E101):
|    | E101 indentation contains mixed spaces and tabs

tests/nevermind_test.py
|  26| »   ····self.testbot.assertCommand("!nM",·"I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (W191):
|    | W191 indentation contains tabs

tests/nevermind_test.py
|  26| »   ····self.testbot.assertCommand("!nM",·"I'm·sorry·:(")
|    | [NORMAL] PycodestyleBear (E101):
|    | E101 indentation contains mixed spaces and tabs
[DEBUG][14:35:07] Running bear PEP8Bear...
[DEBUG][14:35:07] Running bear PycodestyleBear...
[DEBUG][14:35:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/labhub_test.py'
[DEBUG][14:35:07] Running bear PycodestyleBear...
[DEBUG][14:35:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py'
[DEBUG][14:35:07] Running bear PEP8Bear...
[DEBUG][14:35:07] Running bear PycodestyleBear...
[DEBUG][14:35:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/explain_test.py'
[DEBUG][14:35:07] Running bear PEP8Bear...
[DEBUG][14:35:07] Running bear PycodestyleBear...
[DEBUG][14:35:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/answer_test.py'
[DEBUG][14:35:07] Running bear PEP8Bear...
[DEBUG][14:35:07] Running bear PycodestyleBear...
[DEBUG][14:35:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/ghetto_test.py'
[DEBUG][14:35:07] Running bear PEP8Bear...
[DEBUG][14:35:07] Running bear PEP8Bear...
[DEBUG][14:35:07] Running bear PycodestyleBear...
[DEBUG][14:35:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py'
[DEBUG][14:35:07] Running bear PycodestyleBear...
[DEBUG][14:35:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py'
[DEBUG][14:35:07] Running bear PEP8Bear...
[DEBUG][14:35:07] Running bear PycodestyleBear...
[DEBUG][14:35:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/searchdocs_test.py'
[DEBUG][14:35:07] Running bear PEP8Bear...
[DEBUG][14:35:07] Running bear PycodestyleBear...
[DEBUG][14:35:07] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py'
[DEBUG][14:35:08] Running bear PEP8Bear...
[DEBUG][14:35:08] Running bear PycodestyleBear...
[DEBUG][14:35:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py'
[DEBUG][14:35:08] Running bear PEP8Bear...
[DEBUG][14:35:08] Running bear PycodestyleBear...
[DEBUG][14:35:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/git_stats.py'
[DEBUG][14:35:08] Running bear PEP8Bear...
[DEBUG][14:35:08] Running bear PEP8Bear...
[DEBUG][14:35:08] Running bear PycodestyleBear...
[DEBUG][14:35:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py'
[DEBUG][14:35:08] Running bear PEP8Bear...
[DEBUG][14:35:08] Running bear PycodestyleBear...
[DEBUG][14:35:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py'
[DEBUG][14:35:08] Running bear PycodestyleBear...
[DEBUG][14:35:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py'
[DEBUG][14:35:08] Running bear PEP8Bear...
[DEBUG][14:35:08] Running bear PycodestyleBear...
[DEBUG][14:35:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py'
[DEBUG][14:35:08] Running bear PEP8Bear...
[DEBUG][14:35:08] Running bear PycodestyleBear...
[DEBUG][14:35:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py'
[DEBUG][14:35:08] Running bear PEP8Bear...
[DEBUG][14:35:08] Running bear PycodestyleBear...
[DEBUG][14:35:08] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/ship_it_test.py'
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running bear PycodestyleBear...
[DEBUG][14:35:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py'
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running bear PycodestyleBear...
[DEBUG][14:35:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/the_rules.py'
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running bear PycodestyleBear...
[DEBUG][14:35:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py'
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running bear PycodestyleBear...
[DEBUG][14:35:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py'
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running bear PycodestyleBear...
[DEBUG][14:35:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py'
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running bear PycodestyleBear...
[DEBUG][14:35:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coala_lowercase_c.py'
[DEBUG][14:35:09] Running bear PycodestyleBear...
[DEBUG][14:35:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py'
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running bear PycodestyleBear...
[DEBUG][14:35:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/coatils_test.py'
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running bear PycodestyleBear...
[DEBUG][14:35:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py'
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running bear PycodestyleBear...
[DEBUG][14:35:09] Running bear PEP8Bear...
[DEBUG][14:35:09] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py'
[DEBUG][14:35:10] Running bear PycodestyleBear...
[DEBUG][14:35:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py'
[DEBUG][14:35:10] Running bear PEP8Bear...
[DEBUG][14:35:10] Running bear PEP8Bear...
[DEBUG][14:35:10] Running bear PycodestyleBear...
[DEBUG][14:35:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/wolfram_alpha_test.py'
[DEBUG][14:35:10] Running bear PycodestyleBear...
[DEBUG][14:35:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/git_stats_test.py'
[DEBUG][14:35:10] Running bear PEP8Bear...
[DEBUG][14:35:10] Running bear PycodestyleBear...
[DEBUG][14:35:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/lmgtfy_test.py'
[DEBUG][14:35:10] Running bear PEP8Bear...
[DEBUG][14:35:10] Running bear PycodestyleBear...
[DEBUG][14:35:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/spam_test.py'
[DEBUG][14:35:10] Running bear PEP8Bear...
[DEBUG][14:35:10] Running bear PycodestyleBear...
[DEBUG][14:35:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/wolfram_alpha.py'
[DEBUG][14:35:10] Running bear PEP8Bear...
[DEBUG][14:35:10] Running bear PycodestyleBear...
[DEBUG][14:35:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/the_rules_test.py'
[DEBUG][14:35:10] Running bear PEP8Bear...
[DEBUG][14:35:10] Running bear PycodestyleBear...
[DEBUG][14:35:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py'
[DEBUG][14:35:10] Running bear PEP8Bear...
[DEBUG][14:35:10] Running bear PycodestyleBear...
[DEBUG][14:35:10] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ship_it.py'
Executing section all.linelength...
[DEBUG][14:35:11] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][14:35:11] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
[DEBUG][14:35:11] Running bear LineLengthBear...
Executing section all.links...
[DEBUG][14:35:11] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][14:35:11] Starting new HTTP connection (1): 216.58.218.174:80
[DEBUG][14:35:11] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0
[DEBUG][14:35:11] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Starting new HTTPS connection (1): gitlab.com:443
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Starting new HTTP connection (1): 0.0.0.0:8000
[DEBUG][14:35:11] Running bear InvalidLinkBear...
[DEBUG][14:35:11] Starting new HTTP connection (1): www.gizoogle.net:80
[DEBUG][14:35:12] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Starting new HTTPS connection (1): api.gitter.im:443
[DEBUG][14:35:12] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Starting new HTTPS connection (1): gitter.im:443
[DEBUG][14:35:12] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0
[DEBUG][14:35:12] Starting new HTTPS connection (1): api.gitter.im:443
[DEBUG][14:35:12] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0
[DEBUG][14:35:12] Starting new HTTPS connection (1): api.gitter.im:443
[DEBUG][14:35:12] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Starting new HTTP connection (1): www.gizoogle.net:80
[DEBUG][14:35:12] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0
[DEBUG][14:35:12] Starting new HTTPS connection (1): api.gitter.im:443
[DEBUG][14:35:12] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Starting new HTTPS connection (1): api.gitmate.io:443
[DEBUG][14:35:12] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Running bear InvalidLinkBear...
[DEBUG][14:35:12] Starting new HTTPS connection (1): www.lmgtfy.com:443
[DEBUG][14:35:13] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0
[DEBUG][14:35:13] Running bear InvalidLinkBear...
[DEBUG][14:35:13] Running bear InvalidLinkBear...
[DEBUG][14:35:13] Running bear InvalidLinkBear...
[DEBUG][14:35:13] Running bear InvalidLinkBear...
[DEBUG][14:35:13] Starting new HTTP connection (1): i.imgur.com:80
[DEBUG][14:35:13] Running bear InvalidLinkBear...
[DEBUG][14:35:13] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0
[DEBUG][14:35:13] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80
[DEBUG][14:35:13] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0
[DEBUG][14:35:13] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0
[DEBUG][14:35:13] Starting new HTTP connection (1): www.cybersalt.org:80
[DEBUG][14:35:13] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0
[DEBUG][14:35:13] Starting new HTTP connection (1): www.zmescience.com:80
[DEBUG][14:35:13] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0
Executing section jinja2...
[DEBUG][14:35:13] Files that will be checked:
/home/travis/build/coala/corobo/plugins/templates/the_rules.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/spam_alert.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/lmgtfy.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/hello-world.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/errors/not-eligible-invite.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/errors/not-eligible.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/errors/no-repository.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/errors/already-assigned.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/promotions/developers.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/promotions/newcomers.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/promotions/maintainers.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/cep.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/gitlab.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/rebase.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/commit.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/closes.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/review.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/fixes.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/promotion.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/google.jinja2.md
[DEBUG][14:35:13] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
[DEBUG][14:35:13] Running bear Jinja2Bear...
Executing section commit...
[DEBUG][14:35:14] Files that will be checked:
[DEBUG][14:35:14] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
Executing section cli...
[DEBUG][14:35:14] Files that will be checked:
[DEBUG][14:35:14] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
python -m pytest
============================= test session starts ==============================
platform linux -- Python 3.6.3, pytest-3.6.4, py-1.5.2, pluggy-0.6.0
rootdir: /home/travis/build/coala/corobo, inifile: setup.cfg
plugins: requests-mock-1.5.2, xdist-1.22.5, travis-fold-1.3.0, timeout-1.3.1, reqs-0.0.7, reorder-0.1.1, profiling-1.3.0, mock-1.10.0, instafail-0.3.0, forked-0.2, error-for-skips-1.0.0, env-0.6.2, cov-2.5.1
collected 41 items                                                             

tests/answer_test.py .                                                   [  2%]
tests/ban_test.py ..                                                     [  7%]
tests/coala_lowercase_c_test.py ..                                       [ 12%]
tests/coatils_test.py ...........                                        [ 39%]
tests/deprecate_bot_prefixes_test.py .                                   [ 41%]
tests/explain_test.py .                                                  [ 43%]
tests/ghetto_test.py .                                                   [ 46%]
tests/git_stats_test.py .                                                [ 48%]
tests/labhub_test.py .........                                           [ 70%]
tests/lmgtfy_test.py .                                                   [ 73%]
tests/nevermind_test.py .F                                               [ 78%]
tests/pitchfork_test.py .                                                [ 80%]
tests/searchdocs_test.py .                                               [ 82%]
tests/ship_it_test.py .                                                  [ 85%]
tests/spam_test.py ....                                                  [ 95%]
tests/the_rules_test.py .                                                [ 97%]
tests/wolfram_alpha_test.py .                                            [100%]

=================================== FAILURES ===================================
_______________ TestNevermind.test_nevermind_format_not_correct ________________

self = <tests.nevermind_test.TestNevermind testMethod=test_nevermind_format_not_correct>

    def test_nevermind_format_not_correct(self):
            with self.assertRaises(queue.Empty):
>                   self.testbot.assertCommand("!hey nEverMINd","I'm sorry :(")

tests/nevermind_test.py:18: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

    def assertCommand(self, command, response, timeout=5):
        """Assert the given command returns the given response"""
        self.bot.push_message(command)
        msg = self.bot.pop_message(timeout)
>       assert response in msg, f'{response} not in {msg}.'
E       AssertionError: I'm sorry :( not in Command "hey" / "hey nEverMINd" not found..

../../../virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/backends/test.py:457: AssertionError
travis_fold:start:py-5512.stdout.0
----------------------------- Captured stdout call -----------------------------
INFO     errbot.bootstrap          Found Storage plugin: Memory.
INFO     errbot.bootstrap          Found Backend plugin: Test
DEBUG    errbot.storage            Opening storage 'repomgr'
DEBUG    errbot.core               ErrBot init.
DEBUG    errbot.backends.base      Backend init.
DEBUG    errbot.core               created a thread pool of size 10.
DEBUG    errbot.storage            Opening storage 'core'
DEBUG    errbot.core               Initializing backend storage
DEBUG    errbot.storage            Opening storage 'test_backend'
DEBUG    errbot.plugin_manager     New entries added to sys.path:
DEBUG    errbot.plugins.Backup     Logger for plugin initialized...
DEBUG    errbot.plugins.TextCmds   Logger for plugin initialized...
DEBUG    errbot.plugins.Utils      Logger for plugin initialized...
DEBUG    errbot.plugins.ACLs       Logger for plugin initialized...
DEBUG    errbot.plugins.Help       Logger for plugin initialized...
INFO     errbot                    webhooks:  Flag to bind /echo to echo
DEBUG    errbot.plugins.Webserver  Logger for plugin initialized...
DEBUG    errbot.plugins.ChatRoom   Logger for plugin initialized...
DEBUG    errbot.plugins.VersionChecker Logger for plugin initialized...
DEBUG    errbot.plugins.Health     Logger for plugin initialized...
DEBUG    errbot.plugins.Flows      Logger for plugin initialized...
DEBUG    errbot.plugins.CommandNotFoundFilter Logger for plugin initialized...
DEBUG    errbot.plugins.Plugins    Logger for plugin initialized...
DEBUG    errbot.plugins.pitchfork  Logger for plugin initialized...
DEBUG    errbot.plugins.deprecate_bot_prefixes Logger for plugin initialized...
DEBUG    errbot.plugins.explain    Logger for plugin initialized...
DEBUG    errbot.plugins.the_rules  Logger for plugin initialized...
DEBUG    errbot.plugins.ship_it    Logger for plugin initialized...
DEBUG    errbot.plugins.lmgtfy     Logger for plugin initialized...
DEBUG    errbot.plugins.coatils    Logger for plugin initialized...
DEBUG    errbot.plugins.ghetto     Logger for plugin initialized...
DEBUG    errbot.plugins.LabHub     Logger for plugin initialized...
INFO     github3                   Building a url from ('https://api.github.com', 'orgs', 'coala')
DEBUG    github3                   GET https://api.github.com/orgs/coala with {}
DEBUG    urllib3.connectionpool    Starting new HTTPS connection (1): api.github.com:443
DEBUG    urllib3.connectionpool    https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 401 83
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.GitStats   Logger for plugin initialized...
DEBUG    errbot.plugins.SearchDocs Logger for plugin initialized...
DEBUG    errbot.plugins.answer     Logger for plugin initialized...
ERROR    errbot.bootstrap          Some plugins failed to load:
Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 243, in _load_plugins_generic
    dest_dict[name] = self._plugin_instance_callback(name, clazz)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/bootstrap.py", line 147, in <lambda>
    lambda name, clazz: clazz(bot, name),
  File "plugins/labhub.py", line 52, 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

INFO     errbot.core               Activate internal commands
INFO     errbot.plugin_manager     Activate bot plugins...
INFO     errbot.plugin_manager     Activate plugin: Backup.
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: TextCmds.
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.core_plugins.wsview Checking TextModeCmds for webhooks
INFO     errbot.plugin_manager     Activate plugin: Utils.
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.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.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.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.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.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 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.
INFO     errbot.plugin_manager     Activate plugin: VersionChecker.
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.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.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.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.templating         Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
DEBUG    errbot.botplugin          Init storage for Plugins.
DEBUG    errbot.storage            Opening storage 'Plugins'
DEBUG    errbot.core               Adding command : plugin_activate -> plugin_activate.
DEBUG    errbot.core               Adding command : plugin_blacklist -> plugin_blacklist.
DEBUG    errbot.core               Adding command : plugin_config -> plugin_config.
DEBUG    errbot.core               Adding command : plugin_deactivate -> plugin_deactivate.
DEBUG    errbot.core               Adding command : plugin_reload -> plugin_reload.
DEBUG    errbot.core               Adding command : plugin_unblacklist -> plugin_unblacklist.
DEBUG    errbot.core               Adding command : repos -> repos.
DEBUG    errbot.core               Adding command : repos_install -> repos_install.
DEBUG    errbot.core               Adding command : repos_search -> repos_search.
DEBUG    errbot.core               Adding command : repos_uninstall -> repos_uninstall.
DEBUG    errbot.core               Adding command : repos_update -> repos_update.
INFO     errbot.core_plugins.wsview Checking Plugins for webhooks
INFO     errbot.plugin_manager     Activate plugin: pitchfork.
DEBUG    errbot.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [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: GitStats.
ERROR    errbot.plugin_manager     Error loading GitStats.
Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 358, in activate_non_started_plugins
    self.activate_plugin(name)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 440, in activate_plugin
    depends_on = self._activate_plugin_dependencies(name, dep_track)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 460, in _activate_plugin_dependencies
    raise PluginActivationException(f'Unknown plugin dependency {dep_name}.')
errbot.plugin_manager.PluginActivationException: Unknown plugin dependency LabHub.
INFO     errbot.plugin_manager     Activate plugin: SearchDocs.
DEBUG    errbot.templating         Templates directory found for this plugin [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.templating         Templates directory found for this plugin [plugins/templates]
DEBUG    errbot.botplugin          Init storage for answer.
DEBUG    errbot.storage            Opening storage 'answer'
DEBUG    errbot.core               Adding command : answer -> answer.
INFO     errbot.core_plugins.wsview Checking Answer for webhooks
DEBUG    errbot.plugin_manager     Activate flow plugins ...
INFO     errbot.backends.test      


MESSAGE:
Some plugins failed to start during bot startup:

Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 243, in _load_plugins_generic
    dest_dict[name] = self._plugin_instance_callback(name, clazz)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/bootstrap.py", line 147, in <lambda>
    lambda name, clazz: clazz(bot, name),
  File "plugins/labhub.py", line 52, 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
Error: GitStats failed to activate: Unknown plugin dependency LabHub..




INFO     errbot.core               Some plugins failed to start during bot startup:

Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 243, in _load_plugins_generic
    dest_dict[name] = self._plugin_instance_callback(name, clazz)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/bootstrap.py", line 147, in <lambda>
    lambda name, clazz: clazz(bot, name),
  File "plugins/labhub.py", line 52, 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
Error: GitStats failed to activate: Unknown plugin dependency LabHub..

INFO     errbot.core               Notifying connection to all the plugins...
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.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.
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 Searchdocs.
DEBUG    errbot.core               Trigger callback_connect on Answer.
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 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.
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 111, in _dispatch_to_plugins
    getattr(plugin, method)(*args, **kwargs)
  File "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 ...
DEBUG    errbot.core               Triggering callback_message on lmgtfy.
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 SearchDocs.
DEBUG    errbot.core               Triggering callback_message on answer.
waiting on queue
message received
DEBUG    errbot.core               *** frm = gbin@localhost
DEBUG    errbot.core               *** username = gbin@localhost
DEBUG    errbot.core               *** text = !hey nEverMINd
DEBUG    errbot.core               Matching "hey nEverMINd" against "^explain\s+(\w+)(?:\s+to\s+@?([\w-]+))?$" produced no match.
DEBUG    errbot.core               Matching "hey nEverMINd" against "the\s+rules" produced no match.
DEBUG    errbot.core               Matching "hey nEverMINd" against "ship\s*it" produced no match.
DEBUG    errbot.core               Matching "hey nEverMINd" against "lmgtfy\s+(.+)" produced no match.
DEBUG    errbot.core               Matching "hey nEverMINd" against "(?:(contrib|bear|lang)\s+)?stats(.+)?(?:(?:\s+)|$)" produced no match.
DEBUG    errbot.core               Matching "hey nEverMINd" against "ls\s+bears\s+((?:[\w\+]+(?:\s+)?)+)" produced no match.
DEBUG    errbot.core               Matching "hey nEverMINd" against "^run\s+(\w+)((?:\s+\w+(?:\s+\w+=\w+)*)+)\n+```\n([\s\S]+)\n```$" produced no match.
DEBUG    errbot.core               Matching "hey nEverMINd" against "ghetto\s+(.+)" produced no match.
DEBUG    errbot.core               Matching "hey nEverMINd" against "^(nm)|^(nevermind)" produced no match.
DEBUG    errbot.core               Command not found
INFO     errbot.backends.test      


MESSAGE:
Command "hey" / "hey nEverMINd" not found.



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.
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 111, in _dispatch_to_plugins
    getattr(plugin, method)(*args, **kwargs)
  File "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.core               Triggering callback_message on explain.
DEBUG    errbot.core               Triggering callback_message on the_rules.
DEBUG    errbot.core               Triggering callback_message on ship_it.
DEBUG    errbot.core               Triggering callback_message on lmgtfy.
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 SearchDocs.
DEBUG    errbot.core               Triggering callback_message on answer.
waiting on queue
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 'Backup'
DEBUG    errbot.storage            Closed storage 'Utils'
DEBUG    errbot.storage            Closed storage 'ACLs'
DEBUG    errbot.core               Removing command filter: acls
DEBUG    errbot.storage            Closed storage 'Help'
DEBUG    errbot.storage            Closed storage 'ChatRoom'
DEBUG    errbot.storage            Closed storage 'Health'
DEBUG    errbot.storage            Closed storage 'Flows'
DEBUG    errbot.storage            Closed storage 'CommandNotFoundFilter'
DEBUG    errbot.core               Removing command filter: cnf_filter
DEBUG    errbot.storage            Closed storage 'Plugins'
DEBUG    errbot.storage            Closed storage 'pitchfork'
DEBUG    errbot.storage            Closed storage 'deprecate_bot_prefixes'
DEBUG    errbot.storage            Closed storage 'explain'
DEBUG    errbot.storage            Closed storage 'the_rules'
DEBUG    errbot.storage            Closed storage 'ship_it'
DEBUG    errbot.storage            Closed storage 'lmgtfy'
DEBUG    errbot.storage            Closed storage 'coatils'
DEBUG    errbot.storage            Closed storage 'ghetto'
DEBUG    errbot.storage            Closed storage 'nevermind'
DEBUG    errbot.storage            Closed storage 'SpammingAlert'
DEBUG    errbot.storage            Closed storage 'wolfram alpha'
DEBUG    errbot.storage            Closed storage 'Ban'
DEBUG    errbot.storage            Closed storage 'coala_lowercase_c'
DEBUG    errbot.storage            Closed storage 'SearchDocs'
DEBUG    errbot.storage            Closed storage 'answer'
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
travis_fold:end:py-5512.stdout.0
travis_fold:start:py-5512.stderr.0
----------------------------- Captured stderr call -----------------------------
2018-08-06 14:36:44,396 INFO     errbot.bootstrap          Found Storage plugin: Memory.
2018-08-06 14:36:44,402 INFO     errbot.bootstrap          Found Backend plugin: Test
2018-08-06 14:36:44,402 DEBUG    errbot.storage            Opening storage 'repomgr'
2018-08-06 14:36:44,404 DEBUG    errbot.core               ErrBot init.
2018-08-06 14:36:44,405 DEBUG    errbot.backends.base      Backend init.
2018-08-06 14:36:44,408 DEBUG    errbot.core               created a thread pool of size 10.
2018-08-06 14:36:44,410 DEBUG    errbot.storage            Opening storage 'core'
2018-08-06 14:36:44,411 DEBUG    errbot.core               Initializing backend storage
2018-08-06 14:36:44,411 DEBUG    errbot.storage            Opening storage 'test_backend'
2018-08-06 14:36:44,417 DEBUG    errbot.plugin_manager     New entries added to sys.path:
2018-08-06 14:36:44,418 DEBUG    errbot.plugins.Backup     Logger for plugin initialized...
2018-08-06 14:36:44,420 DEBUG    errbot.plugins.TextCmds   Logger for plugin initialized...
2018-08-06 14:36:44,421 DEBUG    errbot.plugins.Utils      Logger for plugin initialized...
2018-08-06 14:36:44,422 DEBUG    errbot.plugins.ACLs       Logger for plugin initialized...
2018-08-06 14:36:44,423 DEBUG    errbot.plugins.Help       Logger for plugin initialized...
2018-08-06 14:36:44,424 INFO     errbot                    webhooks:  Flag to bind /echo to echo
2018-08-06 14:36:44,425 DEBUG    errbot.plugins.Webserver  Logger for plugin initialized...
2018-08-06 14:36:44,426 DEBUG    errbot.plugins.ChatRoom   Logger for plugin initialized...
2018-08-06 14:36:44,427 DEBUG    errbot.plugins.VersionChecker Logger for plugin initialized...
2018-08-06 14:36:44,430 DEBUG    errbot.plugins.Health     Logger for plugin initialized...
2018-08-06 14:36:44,433 DEBUG    errbot.plugins.Flows      Logger for plugin initialized...
2018-08-06 14:36:44,434 DEBUG    errbot.plugins.CommandNotFoundFilter Logger for plugin initialized...
2018-08-06 14:36:44,435 DEBUG    errbot.plugins.Plugins    Logger for plugin initialized...
2018-08-06 14:36:44,437 DEBUG    errbot.plugins.pitchfork  Logger for plugin initialized...
2018-08-06 14:36:44,438 DEBUG    errbot.plugins.deprecate_bot_prefixes Logger for plugin initialized...
2018-08-06 14:36:44,440 DEBUG    errbot.plugins.explain    Logger for plugin initialized...
2018-08-06 14:36:44,441 DEBUG    errbot.plugins.the_rules  Logger for plugin initialized...
2018-08-06 14:36:44,442 DEBUG    errbot.plugins.ship_it    Logger for plugin initialized...
2018-08-06 14:36:44,443 DEBUG    errbot.plugins.lmgtfy     Logger for plugin initialized...
2018-08-06 14:36:44,469 DEBUG    errbot.plugins.coatils    Logger for plugin initialized...
2018-08-06 14:36:44,471 DEBUG    errbot.plugins.ghetto     Logger for plugin initialized...
2018-08-06 14:36:44,472 DEBUG    errbot.plugins.LabHub     Logger for plugin initialized...
2018-08-06 14:36:44,473 INFO     github3                   Building a url from ('https://api.github.com', 'orgs', 'coala')
2018-08-06 14:36:44,473 DEBUG    github3                   GET https://api.github.com/orgs/coala with {}
2018-08-06 14:36:44,476 DEBUG    urllib3.connectionpool    Starting new HTTPS connection (1): api.github.com:443
2018-08-06 14:36:44,608 DEBUG    urllib3.connectionpool    https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 401 83
2018-08-06 14:36:44,614 DEBUG    errbot.plugins.nevermind  Logger for plugin initialized...
2018-08-06 14:36:44,615 DEBUG    errbot.plugins.SpammingAlert Logger for plugin initialized...
2018-08-06 14:36:44,617 DEBUG    errbot.plugins.wolfram alpha Logger for plugin initialized...
2018-08-06 14:36:44,618 DEBUG    errbot.plugins.Ban        Logger for plugin initialized...
2018-08-06 14:36:44,620 DEBUG    errbot.plugins.coala_lowercase_c Logger for plugin initialized...
2018-08-06 14:36:44,621 DEBUG    errbot.plugins.GitStats   Logger for plugin initialized...
2018-08-06 14:36:44,622 DEBUG    errbot.plugins.SearchDocs Logger for plugin initialized...
2018-08-06 14:36:44,623 DEBUG    errbot.plugins.answer     Logger for plugin initialized...
2018-08-06 14:36:44,624 ERROR    errbot.bootstrap          Some plugins failed to load:
Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 243, in _load_plugins_generic
    dest_dict[name] = self._plugin_instance_callback(name, clazz)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/bootstrap.py", line 147, in <lambda>
    lambda name, clazz: clazz(bot, name),
  File "plugins/labhub.py", line 52, 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-08-06 14:36:44,624 INFO     errbot.core               Activate internal commands
2018-08-06 14:36:44,625 INFO     errbot.plugin_manager     Activate bot plugins...
2018-08-06 14:36:44,625 INFO     errbot.plugin_manager     Activate plugin: Backup.
2018-08-06 14:36:44,625 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-08-06 14:36:44,626 DEBUG    errbot.botplugin          Init storage for Backup.
2018-08-06 14:36:44,626 DEBUG    errbot.storage            Opening storage 'Backup'
2018-08-06 14:36:44,627 DEBUG    errbot.core               Adding command : backup -> backup.
2018-08-06 14:36:44,628 INFO     errbot.core_plugins.wsview Checking Backup for webhooks
2018-08-06 14:36:44,628 INFO     errbot.plugin_manager     Activate plugin: TextCmds.
2018-08-06 14:36:44,629 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-08-06 14:36:44,629 INFO     errbot.core_plugins.wsview Checking TextModeCmds for webhooks
2018-08-06 14:36:44,630 INFO     errbot.plugin_manager     Activate plugin: Utils.
2018-08-06 14:36:44,630 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-08-06 14:36:44,630 DEBUG    errbot.botplugin          Init storage for Utils.
2018-08-06 14:36:44,630 DEBUG    errbot.storage            Opening storage 'Utils'
2018-08-06 14:36:44,631 DEBUG    errbot.core               Adding command : echo -> echo.
2018-08-06 14:36:44,631 DEBUG    errbot.core               Adding command : history -> history.
2018-08-06 14:36:44,631 DEBUG    errbot.core               Adding command : log_tail -> log_tail.
2018-08-06 14:36:44,632 DEBUG    errbot.core               Adding command : render_test -> render_test.
2018-08-06 14:36:44,632 DEBUG    errbot.core               Adding command : whoami -> whoami.
2018-08-06 14:36:44,632 INFO     errbot.core_plugins.wsview Checking Utils for webhooks
2018-08-06 14:36:44,633 INFO     errbot.plugin_manager     Activate plugin: ACLs.
2018-08-06 14:36:44,633 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-08-06 14:36:44,633 DEBUG    errbot.botplugin          Init storage for ACLs.
2018-08-06 14:36:44,634 DEBUG    errbot.storage            Opening storage 'ACLs'
2018-08-06 14:36:44,634 DEBUG    errbot.core               Adding command filter: acls
2018-08-06 14:36:44,635 INFO     errbot.core_plugins.wsview Checking ACLS for webhooks
2018-08-06 14:36:44,635 INFO     errbot.plugin_manager     Activate plugin: Help.
2018-08-06 14:36:44,635 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-08-06 14:36:44,636 DEBUG    errbot.botplugin          Init storage for Help.
2018-08-06 14:36:44,636 DEBUG    errbot.storage            Opening storage 'Help'
2018-08-06 14:36:44,637 DEBUG    errbot.core               Adding command : about -> about.
2018-08-06 14:36:44,637 DEBUG    errbot.core               Adding command : apropos -> apropos.
2018-08-06 14:36:44,637 DEBUG    errbot.core               Adding command : help -> help.
2018-08-06 14:36:44,637 INFO     errbot.core_plugins.wsview Checking Help for webhooks
2018-08-06 14:36:44,638 INFO     errbot.plugin_manager     Activate plugin: Webserver.
2018-08-06 14:36:44,638 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-08-06 14:36:44,638 INFO     errbot.plugins.Webserver  Webserver is not configured. Forbid activation
2018-08-06 14:36:44,639 INFO     errbot.core_plugins.wsview Checking Webserver for webhooks
2018-08-06 14:36:44,639 INFO     errbot.core_plugins.wsview Webhook routing echo
2018-08-06 14:36:44,640 INFO     errbot.plugin_manager     Activate plugin: ChatRoom.
2018-08-06 14:36:44,641 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-08-06 14:36:44,641 DEBUG    errbot.botplugin          Init storage for ChatRoom.
2018-08-06 14:36:44,641 DEBUG    errbot.storage            Opening storage 'ChatRoom'
2018-08-06 14:36:44,642 DEBUG    errbot.core               Adding command : room_create -> room_create.
2018-08-06 14:36:44,642 DEBUG    errbot.core               Adding command : room_destroy -> room_destroy.
2018-08-06 14:36:44,643 DEBUG    errbot.core               Adding command : room_invite -> room_invite.
2018-08-06 14:36:44,643 DEBUG    errbot.core               Adding command : room_join -> room_join.
2018-08-06 14:36:44,645 DEBUG    errbot.core               Adding command : room_leave -> room_leave.
2018-08-06 14:36:44,645 DEBUG    errbot.core               Adding command : room_list -> room_list.
2018-08-06 14:36:44,645 DEBUG    errbot.core               Adding command : room_occupants -> room_occupants.
2018-08-06 14:36:44,645 DEBUG    errbot.core               Adding command : room_topic -> room_topic.
2018-08-06 14:36:44,646 INFO     errbot.core_plugins.wsview Checking ChatRoom for webhooks
2018-08-06 14:36:44,646 INFO     errbot.plugins.ChatRoom   Callback_connect
2018-08-06 14:36:44,646 DEBUG    errbot.plugins.ChatRoom   Try to join room 'testroom'
2018-08-06 14:36:44,647 INFO     errbot.plugins.ChatRoom   Joining room testroom with username Errbot.
2018-08-06 14:36:44,647 DEBUG    errbot.backends.test      Room testroom doesn't exist yet, creating it.
2018-08-06 14:36:44,651 INFO     errbot.backends.test      Created room testroom.
2018-08-06 14:36:44,651 INFO     errbot.backends.test      Joined room testroom.
2018-08-06 14:36:44,651 DEBUG    errbot.core               Triggering callback_room_joined on Backup.
2018-08-06 14:36:44,651 DEBUG    errbot.core               Triggering callback_room_joined on Utils.
2018-08-06 14:36:44,652 DEBUG    errbot.core               Triggering callback_room_joined on ACLs.
2018-08-06 14:36:44,652 DEBUG    errbot.core               Triggering callback_room_joined on Help.
2018-08-06 14:36:44,652 DEBUG    errbot.core               Triggering callback_room_joined on ChatRoom.
2018-08-06 14:36:44,652 INFO     errbot.plugin_manager     Activate plugin: VersionChecker.
2018-08-06 14:36:44,652 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-08-06 14:36:44,653 INFO     errbot.plugins.VersionChecker Skip version checking under test mode.
2018-08-06 14:36:44,653 INFO     errbot.core_plugins.wsview Checking VersionChecker for webhooks
2018-08-06 14:36:44,654 INFO     errbot.plugin_manager     Activate plugin: Health.
2018-08-06 14:36:44,655 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-08-06 14:36:44,655 DEBUG    errbot.botplugin          Init storage for Health.
2018-08-06 14:36:44,655 DEBUG    errbot.storage            Opening storage 'Health'
2018-08-06 14:36:44,656 DEBUG    errbot.core               Adding command : restart -> restart.
2018-08-06 14:36:44,656 DEBUG    errbot.core               Adding command : shutdown -> shutdown.
2018-08-06 14:36:44,656 DEBUG    errbot.core               Adding command : status -> status.
2018-08-06 14:36:44,656 DEBUG    errbot.core               Adding command : status_gc -> status_gc.
2018-08-06 14:36:44,656 DEBUG    errbot.core               Adding command : status_load -> status_load.
2018-08-06 14:36:44,657 DEBUG    errbot.core               Adding command : status_plugins -> status_plugins.
2018-08-06 14:36:44,657 DEBUG    errbot.core               Adding command : uptime -> uptime.
2018-08-06 14:36:44,657 INFO     errbot.core_plugins.wsview Checking Health for webhooks
2018-08-06 14:36:44,658 INFO     errbot.plugin_manager     Activate plugin: Flows.
2018-08-06 14:36:44,658 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-08-06 14:36:44,658 DEBUG    errbot.botplugin          Init storage for Flows.
2018-08-06 14:36:44,659 DEBUG    errbot.storage            Opening storage 'Flows'
2018-08-06 14:36:44,659 DEBUG    errbot.core               Adding command : flows_kill -> flows_kill.
2018-08-06 14:36:44,659 DEBUG    errbot.core               Adding command : flows_list -> flows_list.
2018-08-06 14:36:44,660 DEBUG    errbot.core               Adding command : flows_show -> flows_show.
2018-08-06 14:36:44,660 DEBUG    errbot.core               Adding command : flows_start -> flows_start.
2018-08-06 14:36:44,660 DEBUG    errbot.core               Adding command : flows_status -> flows_status.
2018-08-06 14:36:44,660 DEBUG    errbot.core               Adding command : flows_stop -> flows_stop.
2018-08-06 14:36:44,661 INFO     errbot.core_plugins.wsview Checking Flows for webhooks
2018-08-06 14:36:44,661 INFO     errbot.plugin_manager     Activate plugin: CommandNotFoundFilter.
2018-08-06 14:36:44,661 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-08-06 14:36:44,662 DEBUG    errbot.botplugin          Init storage for CommandNotFoundFilter.
2018-08-06 14:36:44,662 DEBUG    errbot.storage            Opening storage 'CommandNotFoundFilter'
2018-08-06 14:36:44,663 DEBUG    errbot.core               Adding command filter: cnf_filter
2018-08-06 14:36:44,663 INFO     errbot.core_plugins.wsview Checking CommandNotFoundFilter for webhooks
2018-08-06 14:36:44,664 INFO     errbot.plugin_manager     Activate plugin: Plugins.
2018-08-06 14:36:44,664 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-08-06 14:36:44,665 DEBUG    errbot.botplugin          Init storage for Plugins.
2018-08-06 14:36:44,665 DEBUG    errbot.storage            Opening storage 'Plugins'
2018-08-06 14:36:44,665 DEBUG    errbot.core               Adding command : plugin_activate -> plugin_activate.
2018-08-06 14:36:44,666 DEBUG    errbot.core               Adding command : plugin_blacklist -> plugin_blacklist.
2018-08-06 14:36:44,666 DEBUG    errbot.core               Adding command : plugin_config -> plugin_config.
2018-08-06 14:36:44,666 DEBUG    errbot.core               Adding command : plugin_deactivate -> plugin_deactivate.
2018-08-06 14:36:44,666 DEBUG    errbot.core               Adding command : plugin_reload -> plugin_reload.
2018-08-06 14:36:44,666 DEBUG    errbot.core               Adding command : plugin_unblacklist -> plugin_unblacklist.
2018-08-06 14:36:44,667 DEBUG    errbot.core               Adding command : repos -> repos.
2018-08-06 14:36:44,667 DEBUG    errbot.core               Adding command : repos_install -> repos_install.
2018-08-06 14:36:44,667 DEBUG    errbot.core               Adding command : repos_search -> repos_search.
2018-08-06 14:36:44,667 DEBUG    errbot.core               Adding command : repos_uninstall -> repos_uninstall.
2018-08-06 14:36:44,667 DEBUG    errbot.core               Adding command : repos_update -> repos_update.
2018-08-06 14:36:44,668 INFO     errbot.core_plugins.wsview Checking Plugins for webhooks
2018-08-06 14:36:44,668 INFO     errbot.plugin_manager     Activate plugin: pitchfork.
2018-08-06 14:36:44,669 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,669 DEBUG    errbot.botplugin          Init storage for pitchfork.
2018-08-06 14:36:44,669 DEBUG    errbot.storage            Opening storage 'pitchfork'
2018-08-06 14:36:44,670 DEBUG    errbot.core               Adding command : pitchfork -> pitchfork.
2018-08-06 14:36:44,671 INFO     errbot.core_plugins.wsview Checking Pitchfork for webhooks
2018-08-06 14:36:44,671 INFO     errbot.plugin_manager     Activate plugin: deprecate_bot_prefixes.
2018-08-06 14:36:44,672 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,672 DEBUG    errbot.botplugin          Init storage for deprecate_bot_prefixes.
2018-08-06 14:36:44,672 DEBUG    errbot.storage            Opening storage 'deprecate_bot_prefixes'
2018-08-06 14:36:44,673 INFO     errbot.core_plugins.wsview Checking DeprecateBotPrefixes for webhooks
2018-08-06 14:36:44,674 INFO     errbot.plugin_manager     Activate plugin: explain.
2018-08-06 14:36:44,674 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,674 DEBUG    errbot.botplugin          Init storage for explain.
2018-08-06 14:36:44,674 DEBUG    errbot.storage            Opening storage 'explain'
2018-08-06 14:36:44,675 DEBUG    errbot.core               Adding regex command : explain -> explain.
2018-08-06 14:36:44,675 INFO     errbot.core_plugins.wsview Checking Explain for webhooks
2018-08-06 14:36:44,676 INFO     errbot.plugin_manager     Activate plugin: the_rules.
2018-08-06 14:36:44,676 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,676 DEBUG    errbot.botplugin          Init storage for the_rules.
2018-08-06 14:36:44,677 DEBUG    errbot.storage            Opening storage 'the_rules'
2018-08-06 14:36:44,677 DEBUG    errbot.core               Adding regex command : the_rules -> the_rules.
2018-08-06 14:36:44,678 INFO     errbot.core_plugins.wsview Checking The_rules for webhooks
2018-08-06 14:36:44,679 INFO     errbot.plugin_manager     Activate plugin: ship_it.
2018-08-06 14:36:44,679 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,680 DEBUG    errbot.botplugin          Init storage for ship_it.
2018-08-06 14:36:44,680 DEBUG    errbot.storage            Opening storage 'ship_it'
2018-08-06 14:36:44,681 DEBUG    errbot.core               Adding regex command : ship_it -> ship_it.
2018-08-06 14:36:44,681 INFO     errbot.core_plugins.wsview Checking Ship_it for webhooks
2018-08-06 14:36:44,682 INFO     errbot.plugin_manager     Activate plugin: lmgtfy.
2018-08-06 14:36:44,683 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,684 DEBUG    errbot.botplugin          Init storage for lmgtfy.
2018-08-06 14:36:44,684 DEBUG    errbot.storage            Opening storage 'lmgtfy'
2018-08-06 14:36:44,684 DEBUG    errbot.core               Adding regex command : lmgtfy -> lmgtfy.
2018-08-06 14:36:44,685 INFO     errbot.core_plugins.wsview Checking Lmgtfy for webhooks
2018-08-06 14:36:44,685 INFO     errbot.plugin_manager     Activate plugin: coatils.
2018-08-06 14:36:44,686 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,686 DEBUG    errbot.botplugin          Init storage for coatils.
2018-08-06 14:36:44,686 DEBUG    errbot.storage            Opening storage 'coatils'
2018-08-06 14:36:44,687 DEBUG    errbot.core               Adding regex command : contrib_stats -> contrib_stats.
2018-08-06 14:36:44,687 DEBUG    errbot.core               Adding regex command : ls -> ls.
2018-08-06 14:36:44,687 DEBUG    errbot.core               Adding regex command : run -> run.
2018-08-06 14:36:44,688 INFO     errbot.core_plugins.wsview Checking Coatils for webhooks
2018-08-06 14:36:44,689 INFO     errbot.plugin_manager     Activate plugin: ghetto.
2018-08-06 14:36:44,690 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,690 DEBUG    errbot.botplugin          Init storage for ghetto.
2018-08-06 14:36:44,691 DEBUG    errbot.storage            Opening storage 'ghetto'
2018-08-06 14:36:44,691 DEBUG    errbot.core               Adding regex command : ghetto -> ghetto.
2018-08-06 14:36:44,692 INFO     errbot.core_plugins.wsview Checking Ghetto for webhooks
2018-08-06 14:36:44,692 INFO     errbot.plugin_manager     Activate plugin: nevermind.
2018-08-06 14:36:44,693 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,693 DEBUG    errbot.botplugin          Init storage for nevermind.
2018-08-06 14:36:44,693 DEBUG    errbot.storage            Opening storage 'nevermind'
2018-08-06 14:36:44,694 DEBUG    errbot.core               Adding regex command : nevermind -> nevermind.
2018-08-06 14:36:44,694 INFO     errbot.core_plugins.wsview Checking Nevermind for webhooks
2018-08-06 14:36:44,695 INFO     errbot.plugin_manager     Activate plugin: SpammingAlert.
2018-08-06 14:36:44,696 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,696 DEBUG    errbot.botplugin          Init storage for SpammingAlert.
2018-08-06 14:36:44,696 DEBUG    errbot.storage            Opening storage 'SpammingAlert'
2018-08-06 14:36:44,697 INFO     errbot.core_plugins.wsview Checking SpammingAlert for webhooks
2018-08-06 14:36:44,698 INFO     errbot.plugin_manager     Activate plugin: wolfram alpha.
2018-08-06 14:36:44,698 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,698 DEBUG    errbot.botplugin          Init storage for wolfram alpha.
2018-08-06 14:36:44,699 DEBUG    errbot.storage            Opening storage 'wolfram alpha'
2018-08-06 14:36:44,699 DEBUG    errbot.core               Adding command : wa -> wa.
2018-08-06 14:36:44,700 INFO     errbot.core_plugins.wsview Checking WolframAlpha for webhooks
2018-08-06 14:36:44,700 INFO     errbot.plugin_manager     Activate plugin: Ban.
2018-08-06 14:36:44,701 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,701 DEBUG    errbot.botplugin          Init storage for Ban.
2018-08-06 14:36:44,701 DEBUG    errbot.storage            Opening storage 'Ban'
2018-08-06 14:36:44,702 DEBUG    errbot.core               Adding command : ban -> ban.
2018-08-06 14:36:44,702 DEBUG    errbot.core               Adding command : unban -> unban.
2018-08-06 14:36:44,702 INFO     errbot.core_plugins.wsview Checking Ban for webhooks
2018-08-06 14:36:44,703 INFO     errbot.plugin_manager     Activate plugin: coala_lowercase_c.
2018-08-06 14:36:44,703 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,703 DEBUG    errbot.botplugin          Init storage for coala_lowercase_c.
2018-08-06 14:36:44,704 DEBUG    errbot.storage            Opening storage 'coala_lowercase_c'
2018-08-06 14:36:44,704 INFO     errbot.core_plugins.wsview Checking Coala_lowercase_c for webhooks
2018-08-06 14:36:44,705 INFO     errbot.plugin_manager     Activate plugin: GitStats.
2018-08-06 14:36:44,705 ERROR    errbot.plugin_manager     Error loading GitStats.
Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 358, in activate_non_started_plugins
    self.activate_plugin(name)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 440, in activate_plugin
    depends_on = self._activate_plugin_dependencies(name, dep_track)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 460, in _activate_plugin_dependencies
    raise PluginActivationException(f'Unknown plugin dependency {dep_name}.')
errbot.plugin_manager.PluginActivationException: Unknown plugin dependency LabHub.
2018-08-06 14:36:44,706 INFO     errbot.plugin_manager     Activate plugin: SearchDocs.
2018-08-06 14:36:44,706 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,707 DEBUG    errbot.botplugin          Init storage for SearchDocs.
2018-08-06 14:36:44,707 DEBUG    errbot.storage            Opening storage 'SearchDocs'
2018-08-06 14:36:44,708 DEBUG    errbot.core               Adding command : search -> search.
2018-08-06 14:36:44,708 INFO     errbot.core_plugins.wsview Checking Searchdocs for webhooks
2018-08-06 14:36:44,709 INFO     errbot.plugin_manager     Activate plugin: answer.
2018-08-06 14:36:44,709 DEBUG    errbot.templating         Templates directory found for this plugin [plugins/templates]
2018-08-06 14:36:44,709 DEBUG    errbot.botplugin          Init storage for answer.
2018-08-06 14:36:44,710 DEBUG    errbot.storage            Opening storage 'answer'
2018-08-06 14:36:44,710 DEBUG    errbot.core               Adding command : answer -> answer.
2018-08-06 14:36:44,711 INFO     errbot.core_plugins.wsview Checking Answer for webhooks
2018-08-06 14:36:44,712 DEBUG    errbot.plugin_manager     Activate flow plugins ...
2018-08-06 14:36:44,712 INFO     errbot.backends.test      


MESSAGE:
Some plugins failed to start during bot startup:

Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 243, in _load_plugins_generic
    dest_dict[name] = self._plugin_instance_callback(name, clazz)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/bootstrap.py", line 147, in <lambda>
    lambda name, clazz: clazz(bot, name),
  File "plugins/labhub.py", line 52, 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
Error: GitStats failed to activate: Unknown plugin dependency LabHub..




2018-08-06 14:36:44,714 INFO     errbot.core               Some plugins failed to start during bot startup:

Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 243, in _load_plugins_generic
    dest_dict[name] = self._plugin_instance_callback(name, clazz)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/bootstrap.py", line 147, in <lambda>
    lambda name, clazz: clazz(bot, name),
  File "plugins/labhub.py", line 52, 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
Error: GitStats failed to activate: Unknown plugin dependency LabHub..

2018-08-06 14:36:44,715 INFO     errbot.core               Notifying connection to all the plugins...
2018-08-06 14:36:44,715 DEBUG    errbot.core               Trigger callback_connect on Backup.
2018-08-06 14:36:44,715 DEBUG    errbot.core               Trigger callback_connect on Utils.
2018-08-06 14:36:44,715 DEBUG    errbot.core               Trigger callback_connect on ACLS.
2018-08-06 14:36:44,716 DEBUG    errbot.core               Trigger callback_connect on Help.
2018-08-06 14:36:44,716 DEBUG    errbot.core               Trigger callback_connect on ChatRoom.
2018-08-06 14:36:44,716 INFO     errbot.plugins.ChatRoom   Callback_connect
2018-08-06 14:36:44,716 DEBUG    errbot.core               Trigger callback_connect on Health.
2018-08-06 14:36:44,716 DEBUG    errbot.core               Trigger callback_connect on Flows.
2018-08-06 14:36:44,717 DEBUG    errbot.core               Trigger callback_connect on CommandNotFoundFilter.
2018-08-06 14:36:44,717 DEBUG    errbot.core               Trigger callback_connect on Plugins.
2018-08-06 14:36:44,717 DEBUG    errbot.core               Trigger callback_connect on Pitchfork.
2018-08-06 14:36:44,718 DEBUG    errbot.core               Trigger callback_connect on DeprecateBotPrefixes.
2018-08-06 14:36:44,718 DEBUG    errbot.core               Trigger callback_connect on Explain.
2018-08-06 14:36:44,718 DEBUG    errbot.core               Trigger callback_connect on The_rules.
2018-08-06 14:36:44,719 DEBUG    errbot.core               Trigger callback_connect on Ship_it.
2018-08-06 14:36:44,719 DEBUG    errbot.core               Trigger callback_connect on Lmgtfy.
2018-08-06 14:36:44,720 DEBUG    errbot.core               Trigger callback_connect on Coatils.
2018-08-06 14:36:44,720 DEBUG    errbot.core               Trigger callback_connect on Ghetto.
2018-08-06 14:36:44,720 DEBUG    errbot.core               Trigger callback_connect on Nevermind.
2018-08-06 14:36:44,720 DEBUG    errbot.core               Trigger callback_connect on SpammingAlert.
2018-08-06 14:36:44,720 DEBUG    errbot.core               Trigger callback_connect on WolframAlpha.
2018-08-06 14:36:44,721 DEBUG    errbot.core               Trigger callback_connect on Ban.
2018-08-06 14:36:44,721 DEBUG    errbot.core               Trigger callback_connect on Coala_lowercase_c.
2018-08-06 14:36:44,721 DEBUG    errbot.core               Trigger callback_connect on Searchdocs.
2018-08-06 14:36:44,721 DEBUG    errbot.core               Trigger callback_connect on Answer.
2018-08-06 14:36:44,721 INFO     errbot.core               Plugin activation done.
2018-08-06 14:36:44,722 DEBUG    errbot.core               *** frm = gbin@localhost
2018-08-06 14:36:44,725 DEBUG    errbot.core               *** username = gbin@localhost
2018-08-06 14:36:44,726 DEBUG    errbot.core               *** text = !echo ready
2018-08-06 14:36:44,726 DEBUG    errbot.plugins.ACLs       Check echo for ACLs.
2018-08-06 14:36:44,726 INFO     errbot.plugins.ACLs       Matching ACL {} against username gbin@localhost for command Utils:echo.
2018-08-06 14:36:44,726 INFO     errbot.plugins.ACLs       Check if echo is admin only command.
2018-08-06 14:36:44,727 INFO     errbot.core               Processing command "echo" with parameters "ready" from gbin@localhost
2018-08-06 14:36:44,727 DEBUG    errbot.core               Triggering callback_message on Backup.
2018-08-06 14:36:44,727 DEBUG    errbot.core               Triggering callback_message on Utils.
2018-08-06 14:36:44,728 DEBUG    errbot.core               Triggering callback_message on ACLs.
2018-08-06 14:36:44,728 DEBUG    errbot.core               Triggering callback_message on Help.
2018-08-06 14:36:44,728 DEBUG    errbot.core               Triggering callback_message on ChatRoom.
2018-08-06 14:36:44,729 DEBUG    errbot.core               Triggering callback_message on Health.
2018-08-06 14:36:44,729 DEBUG    errbot.core               Triggering callback_message on Flows.
2018-08-06 14:36:44,729 DEBUG    errbot.core               Triggering callback_message on CommandNotFoundFilter.
2018-08-06 14:36:44,730 DEBUG    errbot.core               Triggering callback_message on Plugins.
2018-08-06 14:36:44,730 DEBUG    errbot.core               Triggering callback_message on pitchfork.
2018-08-06 14:36:44,731 DEBUG    errbot.core               Triggering callback_message on deprecate_bot_prefixes.
2018-08-06 14:36:44,731 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 111, in _dispatch_to_plugins
    getattr(plugin, method)(*args, **kwargs)
  File "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-08-06 14:36:44,732 DEBUG    errbot.flow               Test if the command echo is a trigger for an inflight flow ...
2018-08-06 14:36:44,732 DEBUG    errbot.core               Triggering callback_message on explain.
2018-08-06 14:36:44,732 DEBUG    errbot.flow               None matched.
2018-08-06 14:36:44,733 DEBUG    errbot.core               Triggering callback_message on the_rules.
2018-08-06 14:36:44,733 INFO     errbot.backends.test      


MESSAGE:
ready



2018-08-06 14:36:44,734 DEBUG    errbot.core               Triggering callback_message on ship_it.
2018-08-06 14:36:44,735 DEBUG    errbot.flow               Test if the command echo is a trigger for an inflight flow ...
2018-08-06 14:36:44,735 DEBUG    errbot.core               Triggering callback_message on lmgtfy.
2018-08-06 14:36:44,736 DEBUG    errbot.flow               None matched.
2018-08-06 14:36:44,736 DEBUG    errbot.core               Triggering callback_message on coatils.
2018-08-06 14:36:44,736 DEBUG    errbot.flow               Test if the command echo is an auto-trigger for any flow ...
2018-08-06 14:36:44,737 DEBUG    errbot.core               Triggering callback_message on ghetto.
2018-08-06 14:36:44,737 DEBUG    errbot.core               Triggering callback_message on nevermind.
2018-08-06 14:36:44,738 DEBUG    errbot.core               Triggering callback_message on SpammingAlert.
2018-08-06 14:36:44,738 DEBUG    errbot.core               Triggering callback_message on wolfram alpha.
2018-08-06 14:36:44,738 DEBUG    errbot.core               Triggering callback_message on Ban.
2018-08-06 14:36:44,739 DEBUG    errbot.core               Triggering callback_message on coala_lowercase_c.
2018-08-06 14:36:44,739 DEBUG    errbot.core               Triggering callback_message on SearchDocs.
2018-08-06 14:36:44,740 DEBUG    errbot.core               Triggering callback_message on answer.
2018-08-06 14:36:44,740 DEBUG    errbot.core               *** frm = gbin@localhost
2018-08-06 14:36:44,741 DEBUG    errbot.core               *** username = gbin@localhost
2018-08-06 14:36:44,741 DEBUG    errbot.core               *** text = !hey nEverMINd
2018-08-06 14:36:44,741 DEBUG    errbot.core               Matching "hey nEverMINd" against "^explain\s+(\w+)(?:\s+to\s+@?([\w-]+))?$" produced no match.
2018-08-06 14:36:44,741 DEBUG    errbot.core               Matching "hey nEverMINd" against "the\s+rules" produced no match.
2018-08-06 14:36:44,742 DEBUG    errbot.core               Matching "hey nEverMINd" against "ship\s*it" produced no match.
2018-08-06 14:36:44,742 DEBUG    errbot.core               Matching "hey nEverMINd" against "lmgtfy\s+(.+)" produced no match.
2018-08-06 14:36:44,742 DEBUG    errbot.core               Matching "hey nEverMINd" against "(?:(contrib|bear|lang)\s+)?stats(.+)?(?:(?:\s+)|$)" produced no match.
2018-08-06 14:36:44,743 DEBUG    errbot.core               Matching "hey nEverMINd" against "ls\s+bears\s+((?:[\w\+]+(?:\s+)?)+)" produced no match.
2018-08-06 14:36:44,743 DEBUG    errbot.core               Matching "hey nEverMINd" against "^run\s+(\w+)((?:\s+\w+(?:\s+\w+=\w+)*)+)\n+```\n([\s\S]+)\n```$" produced no match.
2018-08-06 14:36:44,743 DEBUG    errbot.core               Matching "hey nEverMINd" against "ghetto\s+(.+)" produced no match.
2018-08-06 14:36:44,743 DEBUG    errbot.core               Matching "hey nEverMINd" against "^(nm)|^(nevermind)" produced no match.
2018-08-06 14:36:44,743 DEBUG    errbot.core               Command not found
2018-08-06 14:36:44,744 INFO     errbot.backends.test      


MESSAGE:
Command "hey" / "hey nEverMINd" not found.



2018-08-06 14:36:44,745 DEBUG    errbot.core               Triggering callback_message on Backup.
2018-08-06 14:36:44,746 DEBUG    errbot.core               Triggering callback_message on Utils.
2018-08-06 14:36:44,746 DEBUG    errbot.core               Triggering callback_message on ACLs.
2018-08-06 14:36:44,746 DEBUG    errbot.core               Triggering callback_message on Help.
2018-08-06 14:36:44,746 DEBUG    errbot.core               Triggering callback_message on ChatRoom.
2018-08-06 14:36:44,747 DEBUG    errbot.core               Triggering callback_message on Health.
2018-08-06 14:36:44,747 DEBUG    errbot.core               Triggering callback_message on Flows.
2018-08-06 14:36:44,747 DEBUG    errbot.core               Triggering callback_message on CommandNotFoundFilter.
2018-08-06 14:36:44,747 DEBUG    errbot.core               Triggering callback_message on Plugins.
2018-08-06 14:36:44,747 DEBUG    errbot.core               Triggering callback_message on pitchfork.
2018-08-06 14:36:44,748 DEBUG    errbot.core               Triggering callback_message on deprecate_bot_prefixes.
2018-08-06 14:36:44,748 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 111, in _dispatch_to_plugins
    getattr(plugin, method)(*args, **kwargs)
  File "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-08-06 14:36:44,748 DEBUG    errbot.core               Triggering callback_message on explain.
2018-08-06 14:36:44,748 DEBUG    errbot.core               Triggering callback_message on the_rules.
2018-08-06 14:36:44,748 DEBUG    errbot.core               Triggering callback_message on ship_it.
2018-08-06 14:36:44,749 DEBUG    errbot.core               Triggering callback_message on lmgtfy.
2018-08-06 14:36:44,749 DEBUG    errbot.core               Triggering callback_message on coatils.
2018-08-06 14:36:44,749 DEBUG    errbot.core               Triggering callback_message on ghetto.
2018-08-06 14:36:44,749 DEBUG    errbot.core               Triggering callback_message on nevermind.
2018-08-06 14:36:44,749 DEBUG    errbot.core               Triggering callback_message on SpammingAlert.
2018-08-06 14:36:44,750 DEBUG    errbot.core               Triggering callback_message on wolfram alpha.
2018-08-06 14:36:44,750 DEBUG    errbot.core               Triggering callback_message on Ban.
2018-08-06 14:36:44,750 DEBUG    errbot.core               Triggering callback_message on coala_lowercase_c.
2018-08-06 14:36:44,750 DEBUG    errbot.core               Triggering callback_message on SearchDocs.
2018-08-06 14:36:44,750 DEBUG    errbot.core               Triggering callback_message on answer.
2018-08-06 14:36:44,751 INFO     errbot.backends.test      Stop magic message received, quitting...
2018-08-06 14:36:44,751 DEBUG    errbot.backends.test      Trigger disconnect callback
2018-08-06 14:36:44,751 INFO     errbot.core               Disconnect callback, deactivating all the plugins.
2018-08-06 14:36:44,751 DEBUG    errbot.storage            Closed storage 'Backup'
2018-08-06 14:36:44,752 DEBUG    errbot.storage            Closed storage 'Utils'
2018-08-06 14:36:44,753 DEBUG    errbot.storage            Closed storage 'ACLs'
2018-08-06 14:36:44,754 DEBUG    errbot.core               Removing command filter: acls
2018-08-06 14:36:44,755 DEBUG    errbot.storage            Closed storage 'Help'
2018-08-06 14:36:44,756 DEBUG    errbot.storage            Closed storage 'ChatRoom'
2018-08-06 14:36:44,757 DEBUG    errbot.storage            Closed storage 'Health'
2018-08-06 14:36:44,758 DEBUG    errbot.storage            Closed storage 'Flows'
2018-08-06 14:36:44,759 DEBUG    errbot.storage            Closed storage 'CommandNotFoundFilter'
2018-08-06 14:36:44,760 DEBUG    errbot.core               Removing command filter: cnf_filter
2018-08-06 14:36:44,760 DEBUG    errbot.storage            Closed storage 'Plugins'
2018-08-06 14:36:44,761 DEBUG    errbot.storage            Closed storage 'pitchfork'
2018-08-06 14:36:44,762 DEBUG    errbot.storage            Closed storage 'deprecate_bot_prefixes'
2018-08-06 14:36:44,763 DEBUG    errbot.storage            Closed storage 'explain'
2018-08-06 14:36:44,764 DEBUG    errbot.storage            Closed storage 'the_rules'
2018-08-06 14:36:44,765 DEBUG    errbot.storage            Closed storage 'ship_it'
2018-08-06 14:36:44,766 DEBUG    errbot.storage            Closed storage 'lmgtfy'
2018-08-06 14:36:44,767 DEBUG    errbot.storage            Closed storage 'coatils'
2018-08-06 14:36:44,768 DEBUG    errbot.storage            Closed storage 'ghetto'
2018-08-06 14:36:44,769 DEBUG    errbot.storage            Closed storage 'nevermind'
2018-08-06 14:36:44,770 DEBUG    errbot.storage            Closed storage 'SpammingAlert'
2018-08-06 14:36:44,771 DEBUG    errbot.storage            Closed storage 'wolfram alpha'
2018-08-06 14:36:44,772 DEBUG    errbot.storage            Closed storage 'Ban'
2018-08-06 14:36:44,773 DEBUG    errbot.storage            Closed storage 'coala_lowercase_c'
2018-08-06 14:36:44,774 DEBUG    errbot.storage            Closed storage 'SearchDocs'
2018-08-06 14:36:44,775 DEBUG    errbot.storage            Closed storage 'answer'
2018-08-06 14:36:44,775 DEBUG    errbot.backends.test      Trigger shutdown
2018-08-06 14:36:44,776 DEBUG    errbot.storage            Closed storage 'test_backend'
2018-08-06 14:36:44,776 INFO     errbot.plugin_manager     Shutdown.
2018-08-06 14:36:44,776 DEBUG    errbot.storage            Closed storage 'core'
2018-08-06 14:36:44,776 INFO     errbot.plugin_manager     Bye.
2018-08-06 14:36:44,776 DEBUG    errbot.storage            Closed storage 'repomgr'
2018-08-06 14:36:44,777 INFO     errbot.backends.test      Main bot thread quits
travis_fold:end:py-5512.stderr.0
travis_fold:start:py-5512.log.0
------------------------------ Captured log call -------------------------------
bootstrap.py               200 INFO     Found Storage plugin: Memory.
bootstrap.py               135 INFO     Found Backend plugin: Test
__init__.py                 32 DEBUG    Opening storage 'repomgr'
core.py                     46 DEBUG    ErrBot init.
base.py                    647 DEBUG    Backend init.
core.py                     52 DEBUG    created a thread pool of size 10.
__init__.py                 32 DEBUG    Opening storage 'core'
core.py                     83 DEBUG    Initializing backend storage
__init__.py                 32 DEBUG    Opening storage 'test_backend'
plugin_manager.py          267 DEBUG    New entries added to sys.path:
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
__init__.py                408 INFO     webhooks:  Flag to bind /echo to echo
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
session.py                  72 INFO     Building a url from ('https://api.github.com', 'orgs', 'coala')
models.py                  207 DEBUG    GET https://api.github.com/orgs/coala with {}
connectionpool.py          823 DEBUG    Starting new HTTPS connection (1): api.github.com:443
connectionpool.py          393 DEBUG    https://api.github.com:443 "GET /orgs/coala HTTP/1.1" 401 83
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
botplugin.py               120 DEBUG    Logger for plugin initialized...
bootstrap.py               167 ERROR    Some plugins failed to load:
Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 243, in _load_plugins_generic
    dest_dict[name] = self._plugin_instance_callback(name, clazz)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/bootstrap.py", line 147, in <lambda>
    lambda name, clazz: clazz(bot, name),
  File "plugins/labhub.py", line 52, 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

core.py                    631 INFO     Activate internal commands
plugin_manager.py          348 INFO     Activate bot plugins...
plugin_manager.py          357 INFO     Activate plugin: Backup.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
botplugin.py               167 DEBUG    Init storage for Backup.
__init__.py                 32 DEBUG    Opening storage 'Backup'
core.py                    511 DEBUG    Adding command : backup -> backup.
wsview.py                   36 INFO     Checking Backup for webhooks
plugin_manager.py          357 INFO     Activate plugin: TextCmds.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
wsview.py                   36 INFO     Checking TextModeCmds for webhooks
plugin_manager.py          357 INFO     Activate plugin: Utils.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
botplugin.py               167 DEBUG    Init storage for Utils.
__init__.py                 32 DEBUG    Opening storage 'Utils'
core.py                    511 DEBUG    Adding command : echo -> echo.
core.py                    511 DEBUG    Adding command : history -> history.
core.py                    511 DEBUG    Adding command : log_tail -> log_tail.
core.py                    511 DEBUG    Adding command : render_test -> render_test.
core.py                    511 DEBUG    Adding command : whoami -> whoami.
wsview.py                   36 INFO     Checking Utils for webhooks
plugin_manager.py          357 INFO     Activate plugin: ACLs.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
botplugin.py               167 DEBUG    Init storage for ACLs.
__init__.py                 32 DEBUG    Opening storage 'ACLs'
core.py                    531 DEBUG    Adding command filter: acls
wsview.py                   36 INFO     Checking ACLS for webhooks
plugin_manager.py          357 INFO     Activate plugin: Help.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
botplugin.py               167 DEBUG    Init storage for Help.
__init__.py                 32 DEBUG    Opening storage 'Help'
core.py                    511 DEBUG    Adding command : about -> about.
core.py                    511 DEBUG    Adding command : apropos -> apropos.
core.py                    511 DEBUG    Adding command : help -> help.
wsview.py                   36 INFO     Checking Help for webhooks
plugin_manager.py          357 INFO     Activate plugin: Webserver.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
webserver.py                86 INFO     Webserver is not configured. Forbid activation
wsview.py                   36 INFO     Checking Webserver for webhooks
wsview.py                   39 INFO     Webhook routing echo
plugin_manager.py          357 INFO     Activate plugin: ChatRoom.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
botplugin.py               167 DEBUG    Init storage for ChatRoom.
__init__.py                 32 DEBUG    Opening storage 'ChatRoom'
core.py                    511 DEBUG    Adding command : room_create -> room_create.
core.py                    511 DEBUG    Adding command : room_destroy -> room_destroy.
core.py                    511 DEBUG    Adding command : room_invite -> room_invite.
core.py                    511 DEBUG    Adding command : room_join -> room_join.
core.py                    511 DEBUG    Adding command : room_leave -> room_leave.
core.py                    511 DEBUG    Adding command : room_list -> room_list.
core.py                    511 DEBUG    Adding command : room_occupants -> room_occupants.
core.py                    511 DEBUG    Adding command : room_topic -> room_topic.
wsview.py                   36 INFO     Checking ChatRoom for webhooks
chatRoom.py                 14 INFO     Callback_connect
chatRoom.py                 18 DEBUG    Try to join room 'testroom'
chatRoom.py                 33 INFO     Joining room testroom with username Errbot.
test.py                    151 DEBUG    Room testroom doesn't exist yet, creating it.
test.py                    179 INFO     Created room testroom.
test.py                    156 INFO     Joined room testroom.
core.py                    108 DEBUG    Triggering callback_room_joined on Backup.
core.py                    108 DEBUG    Triggering callback_room_joined on Utils.
core.py                    108 DEBUG    Triggering callback_room_joined on ACLs.
core.py                    108 DEBUG    Triggering callback_room_joined on Help.
core.py                    108 DEBUG    Triggering callback_room_joined on ChatRoom.
plugin_manager.py          357 INFO     Activate plugin: VersionChecker.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
vcheck.py                   30 INFO     Skip version checking under test mode.
wsview.py                   36 INFO     Checking VersionChecker for webhooks
plugin_manager.py          357 INFO     Activate plugin: Health.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
botplugin.py               167 DEBUG    Init storage for Health.
__init__.py                 32 DEBUG    Opening storage 'Health'
core.py                    511 DEBUG    Adding command : restart -> restart.
core.py                    511 DEBUG    Adding command : shutdown -> shutdown.
core.py                    511 DEBUG    Adding command : status -> status.
core.py                    511 DEBUG    Adding command : status_gc -> status_gc.
core.py                    511 DEBUG    Adding command : status_load -> status_load.
core.py                    511 DEBUG    Adding command : status_plugins -> status_plugins.
core.py                    511 DEBUG    Adding command : uptime -> uptime.
wsview.py                   36 INFO     Checking Health for webhooks
plugin_manager.py          357 INFO     Activate plugin: Flows.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
botplugin.py               167 DEBUG    Init storage for Flows.
__init__.py                 32 DEBUG    Opening storage 'Flows'
core.py                    511 DEBUG    Adding command : flows_kill -> flows_kill.
core.py                    511 DEBUG    Adding command : flows_list -> flows_list.
core.py                    511 DEBUG    Adding command : flows_show -> flows_show.
core.py                    511 DEBUG    Adding command : flows_start -> flows_start.
core.py                    511 DEBUG    Adding command : flows_status -> flows_status.
core.py                    511 DEBUG    Adding command : flows_stop -> flows_stop.
wsview.py                   36 INFO     Checking Flows for webhooks
plugin_manager.py          357 INFO     Activate plugin: CommandNotFoundFilter.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
botplugin.py               167 DEBUG    Init storage for CommandNotFoundFilter.
__init__.py                 32 DEBUG    Opening storage 'CommandNotFoundFilter'
core.py                    531 DEBUG    Adding command filter: cnf_filter
wsview.py                   36 INFO     Checking CommandNotFoundFilter for webhooks
plugin_manager.py          357 INFO     Activate plugin: Plugins.
templating.py               30 DEBUG    Templates directory found for this plugin [/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/core_plugins/templates]
botplugin.py               167 DEBUG    Init storage for Plugins.
__init__.py                 32 DEBUG    Opening storage 'Plugins'
core.py                    511 DEBUG    Adding command : plugin_activate -> plugin_activate.
core.py                    511 DEBUG    Adding command : plugin_blacklist -> plugin_blacklist.
core.py                    511 DEBUG    Adding command : plugin_config -> plugin_config.
core.py                    511 DEBUG    Adding command : plugin_deactivate -> plugin_deactivate.
core.py                    511 DEBUG    Adding command : plugin_reload -> plugin_reload.
core.py                    511 DEBUG    Adding command : plugin_unblacklist -> plugin_unblacklist.
core.py                    511 DEBUG    Adding command : repos -> repos.
core.py                    511 DEBUG    Adding command : repos_install -> repos_install.
core.py                    511 DEBUG    Adding command : repos_search -> repos_search.
core.py                    511 DEBUG    Adding command : repos_uninstall -> repos_uninstall.
core.py                    511 DEBUG    Adding command : repos_update -> repos_update.
wsview.py                   36 INFO     Checking Plugins for webhooks
plugin_manager.py          357 INFO     Activate plugin: pitchfork.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for pitchfork.
__init__.py                 32 DEBUG    Opening storage 'pitchfork'
core.py                    511 DEBUG    Adding command : pitchfork -> pitchfork.
wsview.py                   36 INFO     Checking Pitchfork for webhooks
plugin_manager.py          357 INFO     Activate plugin: deprecate_bot_prefixes.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for deprecate_bot_prefixes.
__init__.py                 32 DEBUG    Opening storage 'deprecate_bot_prefixes'
wsview.py                   36 INFO     Checking DeprecateBotPrefixes for webhooks
plugin_manager.py          357 INFO     Activate plugin: explain.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for explain.
__init__.py                 32 DEBUG    Opening storage 'explain'
core.py                    508 DEBUG    Adding regex command : explain -> explain.
wsview.py                   36 INFO     Checking Explain for webhooks
plugin_manager.py          357 INFO     Activate plugin: the_rules.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for the_rules.
__init__.py                 32 DEBUG    Opening storage 'the_rules'
core.py                    508 DEBUG    Adding regex command : the_rules -> the_rules.
wsview.py                   36 INFO     Checking The_rules for webhooks
plugin_manager.py          357 INFO     Activate plugin: ship_it.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for ship_it.
__init__.py                 32 DEBUG    Opening storage 'ship_it'
core.py                    508 DEBUG    Adding regex command : ship_it -> ship_it.
wsview.py                   36 INFO     Checking Ship_it for webhooks
plugin_manager.py          357 INFO     Activate plugin: lmgtfy.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for lmgtfy.
__init__.py                 32 DEBUG    Opening storage 'lmgtfy'
core.py                    508 DEBUG    Adding regex command : lmgtfy -> lmgtfy.
wsview.py                   36 INFO     Checking Lmgtfy for webhooks
plugin_manager.py          357 INFO     Activate plugin: coatils.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for coatils.
__init__.py                 32 DEBUG    Opening storage 'coatils'
core.py                    508 DEBUG    Adding regex command : contrib_stats -> contrib_stats.
core.py                    508 DEBUG    Adding regex command : ls -> ls.
core.py                    508 DEBUG    Adding regex command : run -> run.
wsview.py                   36 INFO     Checking Coatils for webhooks
plugin_manager.py          357 INFO     Activate plugin: ghetto.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for ghetto.
__init__.py                 32 DEBUG    Opening storage 'ghetto'
core.py                    508 DEBUG    Adding regex command : ghetto -> ghetto.
wsview.py                   36 INFO     Checking Ghetto for webhooks
plugin_manager.py          357 INFO     Activate plugin: nevermind.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for nevermind.
__init__.py                 32 DEBUG    Opening storage 'nevermind'
core.py                    508 DEBUG    Adding regex command : nevermind -> nevermind.
wsview.py                   36 INFO     Checking Nevermind for webhooks
plugin_manager.py          357 INFO     Activate plugin: SpammingAlert.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for SpammingAlert.
__init__.py                 32 DEBUG    Opening storage 'SpammingAlert'
wsview.py                   36 INFO     Checking SpammingAlert for webhooks
plugin_manager.py          357 INFO     Activate plugin: wolfram alpha.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for wolfram alpha.
__init__.py                 32 DEBUG    Opening storage 'wolfram alpha'
core.py                    511 DEBUG    Adding command : wa -> wa.
wsview.py                   36 INFO     Checking WolframAlpha for webhooks
plugin_manager.py          357 INFO     Activate plugin: Ban.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for Ban.
__init__.py                 32 DEBUG    Opening storage 'Ban'
core.py                    511 DEBUG    Adding command : ban -> ban.
core.py                    511 DEBUG    Adding command : unban -> unban.
wsview.py                   36 INFO     Checking Ban for webhooks
plugin_manager.py          357 INFO     Activate plugin: coala_lowercase_c.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for coala_lowercase_c.
__init__.py                 32 DEBUG    Opening storage 'coala_lowercase_c'
wsview.py                   36 INFO     Checking Coala_lowercase_c for webhooks
plugin_manager.py          357 INFO     Activate plugin: GitStats.
plugin_manager.py          360 ERROR    Error loading GitStats.
Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 358, in activate_non_started_plugins
    self.activate_plugin(name)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 440, in activate_plugin
    depends_on = self._activate_plugin_dependencies(name, dep_track)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 460, in _activate_plugin_dependencies
    raise PluginActivationException(f'Unknown plugin dependency {dep_name}.')
errbot.plugin_manager.PluginActivationException: Unknown plugin dependency LabHub.
plugin_manager.py          357 INFO     Activate plugin: SearchDocs.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for SearchDocs.
__init__.py                 32 DEBUG    Opening storage 'SearchDocs'
core.py                    511 DEBUG    Adding command : search -> search.
wsview.py                   36 INFO     Checking Searchdocs for webhooks
plugin_manager.py          357 INFO     Activate plugin: answer.
templating.py               30 DEBUG    Templates directory found for this plugin [plugins/templates]
botplugin.py               167 DEBUG    Init storage for answer.
__init__.py                 32 DEBUG    Opening storage 'answer'
core.py                    511 DEBUG    Adding command : answer -> answer.
wsview.py                   36 INFO     Checking Answer for webhooks
plugin_manager.py          363 DEBUG    Activate flow plugins ...
test.py                    229 INFO     


MESSAGE:
Some plugins failed to start during bot startup:

Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 243, in _load_plugins_generic
    dest_dict[name] = self._plugin_instance_callback(name, clazz)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/bootstrap.py", line 147, in <lambda>
    lambda name, clazz: clazz(bot, name),
  File "plugins/labhub.py", line 52, 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
Error: GitStats failed to activate: Unknown plugin dependency LabHub..




core.py                    639 INFO     Some plugins failed to start during bot startup:

Traceback (most recent call last):
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/plugin_manager.py", line 243, in _load_plugins_generic
    dest_dict[name] = self._plugin_instance_callback(name, clazz)
  File "/home/travis/virtualenv/python3.6.3/lib/python3.6/site-packages/errbot/bootstrap.py", line 147, in <lambda>
    lambda name, clazz: clazz(bot, name),
  File "plugins/labhub.py", line 52, 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
Error: GitStats failed to activate: Unknown plugin dependency LabHub..

core.py                    640 INFO     Notifying connection to all the plugins...
core.py                    625 DEBUG    Trigger callback_connect on Backup.
core.py                    625 DEBUG    Trigger callback_connect on Utils.
core.py                    625 DEBUG    Trigger callback_connect on ACLS.
core.py                    625 DEBUG    Trigger callback_connect on Help.
core.py                    625 DEBUG    Trigger callback_connect on ChatRoom.
chatRoom.py                 14 INFO     Callback_connect
core.py                    625 DEBUG    Trigger callback_connect on Health.
core.py                    625 DEBUG    Trigger callback_connect on Flows.
core.py                    625 DEBUG    Trigger callback_connect on CommandNotFoundFilter.
core.py                    625 DEBUG    Trigger callback_connect on Plugins.
core.py                    625 DEBUG    Trigger callback_connect on Pitchfork.
core.py                    625 DEBUG    Trigger callback_connect on DeprecateBotPrefixes.
core.py                    625 DEBUG    Trigger callback_connect on Explain.
core.py                    625 DEBUG    Trigger callback_connect on The_rules.
core.py                    625 DEBUG    Trigger callback_connect on Ship_it.
core.py                    625 DEBUG    Trigger callback_connect on Lmgtfy.
core.py                    625 DEBUG    Trigger callback_connect on Coatils.
core.py                    625 DEBUG    Trigger callback_connect on Ghetto.
core.py                    625 DEBUG    Trigger callback_connect on Nevermind.
core.py                    625 DEBUG    Trigger callback_connect on SpammingAlert.
core.py                    625 DEBUG    Trigger callback_connect on WolframAlpha.
core.py                    625 DEBUG    Trigger callback_connect on Ban.
core.py                    625 DEBUG    Trigger callback_connect on Coala_lowercase_c.
core.py                    625 DEBUG    Trigger callback_connect on Searchdocs.
core.py                    625 DEBUG    Trigger callback_connect on Answer.
core.py                    642 INFO     Plugin activation done.
core.py                    226 DEBUG    *** frm = gbin@localhost
core.py                    227 DEBUG    *** username = gbin@localhost
core.py                    228 DEBUG    *** text = !echo ready
acls.py                     60 DEBUG    Check echo for ACLs.
acls.py                     73 INFO     Matching ACL {} against username gbin@localhost for command Utils:echo.
acls.py                     98 INFO     Check if echo is admin only command.
core.py                    364 INFO     Processing command "echo" with parameters "ready" from gbin@localhost
core.py                    108 DEBUG    Triggering callback_message on Backup.
core.py                    108 DEBUG    Triggering callback_message on Utils.
core.py                    108 DEBUG    Triggering callback_message on ACLs.
core.py                    108 DEBUG    Triggering callback_message on Help.
core.py                    108 DEBUG    Triggering callback_message on ChatRoom.
core.py                    108 DEBUG    Triggering callback_message on Health.
core.py                    108 DEBUG    Triggering callback_message on Flows.
core.py                    108 DEBUG    Triggering callback_message on CommandNotFoundFilter.
core.py                    108 DEBUG    Triggering callback_message on Plugins.
core.py                    108 DEBUG    Triggering callback_message on pitchfork.
core.py                    108 DEBUG    Triggering callback_message on deprecate_bot_prefixes.
core.py                    113 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 111, in _dispatch_to_plugins
    getattr(plugin, method)(*args, **kwargs)
  File "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                    305 DEBUG    Test if the command echo is a trigger for an inflight flow ...
core.py                    108 DEBUG    Triggering callback_message on explain.
flow.py                    315 DEBUG    None matched.
core.py                    108 DEBUG    Triggering callback_message on the_rules.
test.py                    229 INFO     


MESSAGE:
ready



core.py                    108 DEBUG    Triggering callback_message on ship_it.
flow.py                    305 DEBUG    Test if the command echo is a trigger for an inflight flow ...
core.py                    108 DEBUG    Triggering callback_message on lmgtfy.
flow.py                    315 DEBUG    None matched.
core.py                    108 DEBUG    Triggering callback_message on coatils.
flow.py                    326 DEBUG    Test if the command echo is an auto-trigger for any flow ...
core.py                    108 DEBUG    Triggering callback_message on ghetto.
core.py                    108 DEBUG    Triggering callback_message on nevermind.
core.py                    108 DEBUG    Triggering callback_message on SpammingAlert.
core.py                    108 DEBUG    Triggering callback_message on wolfram alpha.
core.py                    108 DEBUG    Triggering callback_message on Ban.
core.py                    108 DEBUG    Triggering callback_message on coala_lowercase_c.
core.py                    108 DEBUG    Triggering callback_message on SearchDocs.
core.py                    108 DEBUG    Triggering callback_message on answer.
core.py                    226 DEBUG    *** frm = gbin@localhost
core.py                    227 DEBUG    *** username = gbin@localhost
core.py                    228 DEBUG    *** text = !hey nEverMINd
core.py                    321 DEBUG    Matching "hey nEverMINd" against "^explain\s+(\w+)(?:\s+to\s+@?([\w-]+))?$" produced no match.
core.py                    321 DEBUG    Matching "hey nEverMINd" against "the\s+rules" produced no match.
core.py                    321 DEBUG    Matching "hey nEverMINd" against "ship\s*it" produced no match.
core.py                    321 DEBUG    Matching "hey nEverMINd" against "lmgtfy\s+(.+)" produced no match.
core.py                    321 DEBUG    Matching "hey nEverMINd" against "(?:(contrib|bear|lang)\s+)?stats(.+)?(?:(?:\s+)|$)" produced no match.
core.py                    321 DEBUG    Matching "hey nEverMINd" against "ls\s+bears\s+((?:[\w\+]+(?:\s+)?)+)" produced no match.
core.py                    321 DEBUG    Matching "hey nEverMINd" against "^run\s+(\w+)((?:\s+\w+(?:\s+\w+=\w+)*)+)\n+```\n([\s\S]+)\n```$" produced no match.
core.py                    321 DEBUG    Matching "hey nEverMINd" against "ghetto\s+(.+)" produced no match.
core.py                    321 DEBUG    Matching "hey nEverMINd" against "^(nm)|^(nevermind)" produced no match.
core.py                    328 DEBUG    Command not found
test.py                    229 INFO     


MESSAGE:
Command "hey" / "hey nEverMINd" not found.



core.py                    108 DEBUG    Triggering callback_message on Backup.
core.py                    108 DEBUG    Triggering callback_message on Utils.
core.py                    108 DEBUG    Triggering callback_message on ACLs.
core.py                    108 DEBUG    Triggering callback_message on Help.
core.py                    108 DEBUG    Triggering callback_message on ChatRoom.
core.py                    108 DEBUG    Triggering callback_message on Health.
core.py                    108 DEBUG    Triggering callback_message on Flows.
core.py                    108 DEBUG    Triggering callback_message on CommandNotFoundFilter.
core.py                    108 DEBUG    Triggering callback_message on Plugins.
core.py                    108 DEBUG    Triggering callback_message on pitchfork.
core.py                    108 DEBUG    Triggering callback_message on deprecate_bot_prefixes.
core.py                    113 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 111, in _dispatch_to_plugins
    getattr(plugin, method)(*args, **kwargs)
  File "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'
core.py                    108 DEBUG    Triggering callback_message on explain.
core.py                    108 DEBUG    Triggering callback_message on the_rules.
core.py                    108 DEBUG    Triggering callback_message on ship_it.
core.py                    108 DEBUG    Triggering callback_message on lmgtfy.
core.py                    108 DEBUG    Triggering callback_message on coatils.
core.py                    108 DEBUG    Triggering callback_message on ghetto.
core.py                    108 DEBUG    Triggering callback_message on nevermind.
core.py                    108 DEBUG    Triggering callback_message on SpammingAlert.
core.py                    108 DEBUG    Triggering callback_message on wolfram alpha.
core.py                    108 DEBUG    Triggering callback_message on Ban.
core.py                    108 DEBUG    Triggering callback_message on coala_lowercase_c.
core.py                    108 DEBUG    Triggering callback_message on SearchDocs.
core.py                    108 DEBUG    Triggering callback_message on answer.
test.py                    245 INFO     Stop magic message received, quitting...
test.py                    272 DEBUG    Trigger disconnect callback
core.py                    645 INFO     Disconnect callback, deactivating all the plugins.
__init__.py                 41 DEBUG    Closed storage 'Backup'
__init__.py                 41 DEBUG    Closed storage 'Utils'
__init__.py                 41 DEBUG    Closed storage 'ACLs'
core.py                    554 DEBUG    Removing command filter: acls
__init__.py                 41 DEBUG    Closed storage 'Help'
__init__.py                 41 DEBUG    Closed storage 'ChatRoom'
__init__.py                 41 DEBUG    Closed storage 'Health'
__init__.py                 41 DEBUG    Closed storage 'Flows'
__init__.py                 41 DEBUG    Closed storage 'CommandNotFoundFilter'
core.py                    554 DEBUG    Removing command filter: cnf_filter
__init__.py                 41 DEBUG    Closed storage 'Plugins'
__init__.py                 41 DEBUG    Closed storage 'pitchfork'
__init__.py                 41 DEBUG    Closed storage 'deprecate_bot_prefixes'
__init__.py                 41 DEBUG    Closed storage 'explain'
__init__.py                 41 DEBUG    Closed storage 'the_rules'
__init__.py                 41 DEBUG    Closed storage 'ship_it'
__init__.py                 41 DEBUG    Closed storage 'lmgtfy'
__init__.py                 41 DEBUG    Closed storage 'coatils'
__init__.py                 41 DEBUG    Closed storage 'ghetto'
__init__.py                 41 DEBUG    Closed storage 'nevermind'
__init__.py                 41 DEBUG    Closed storage 'SpammingAlert'
__init__.py                 41 DEBUG    Closed storage 'wolfram alpha'
__init__.py                 41 DEBUG    Closed storage 'Ban'
__init__.py                 41 DEBUG    Closed storage 'coala_lowercase_c'
__init__.py                 41 DEBUG    Closed storage 'SearchDocs'
__init__.py                 41 DEBUG    Closed storage 'answer'
test.py                    274 DEBUG    Trigger shutdown
__init__.py                 41 DEBUG    Closed storage 'test_backend'
plugin_manager.py          501 INFO     Shutdown.
__init__.py                 41 DEBUG    Closed storage 'core'
plugin_manager.py          503 INFO     Bye.
__init__.py                 41 DEBUG    Closed storage 'repomgr'
test.py                    426 INFO     Main bot thread quits
travis_fold:end:py-5512.log.0

travis_fold:start:py-5512.cov.0
----------- coverage: platform linux, python 3.6.3-final-0 -----------
Name                                Stmts   Miss  Cover   Missing
-----------------------------------------------------------------
plugins/__init__.py                     0      0   100%
plugins/answer.py                      25      0   100%
plugins/ban.py                         37      0   100%
plugins/coala_lowercase_c.py           12      0   100%
plugins/coatils.py                    116      0   100%
plugins/constants.py                    7      0   100%
plugins/deprecate_bot_prefixes.py       6      0   100%
plugins/explain.py                     20      0   100%
plugins/ghetto.py                      10      0   100%
plugins/git_stats.py                   51      0   100%
plugins/labhub.py                     236      0   100%
plugins/lmgtfy.py                       4      0   100%
plugins/nevermind.py                    5      0   100%
plugins/pitchfork.py                   12      0   100%
plugins/searchdocs.py                  16      0   100%
plugins/ship_it.py                      7      0   100%
plugins/spam.py                        13      0   100%
plugins/the_rules.py                    5      0   100%
plugins/wolfram_alpha.py               18      0   100%
-----------------------------------------------------------------
TOTAL                                 600      0   100%
travis_fold:end:py-5512.cov.0

Required test coverage of 100% reached. Total coverage: 100.00%
=============================== warnings summary ===============================
<undetermined location>
  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/nevermind_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, 40 passed, 4 warnings in 97.73 seconds ===============

@gitmate-bot
Copy link

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

Add $ sign in regex pattern so that anything after "nm" or
"nevermind" is not matched.

Fixes coala#519
@TravisBuddy
Copy link

Travis tests have failed

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

1st Build

coala --non-interactive -V
[WARNING][16:08:34] bears setting has already been defined in section all.python. The previous setting will be overridden.
[WARNING][16:08:34] bears setting has already been defined in section all.python. The previous setting will be overridden.
[DEBUG][16:08:35] Platform Linux -- Python 3.6.3, coalib 0.11.0
Executing section all...
[DEBUG][16:08:35] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][16:08:35] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
Executing section all.whitespace...
[DEBUG][16:08:35] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][16:08:35] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
[DEBUG][16:08:35] Running bear SpaceConsistencyBear...
Executing section all.python...
[DEBUG][16:08:36] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][16:08:36] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'
[DEBUG][16:08:36] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={})
[DEBUG][16:08:36] returning CommandNode(command=['-m'] redirects={})
[DEBUG][16:08:36] returning CommandNode(command=['pip'] redirects={})
[DEBUG][16:08:36] returning CommandNode(command=['show'] redirects={})
[DEBUG][16:08:36] returning CommandNode(command=['autoflake'] redirects={})
[DEBUG][16:08:36] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={})
[DEBUG][16:08:36] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={})
[DEBUG][16:08:36] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={})
[DEBUG][16:08:36] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={})
[DEBUG][16:08:36] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'] redirects={}), None, False
[DEBUG][16:08:36] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') created
[DEBUG][16:08:36] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], {'stdout': -1, 'stderr': -1, 'stdin': None}
[DEBUG][16:08:36] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake'), {'stdout': -1, 'stderr': -1, 'stdin': None} -> {'_waitpid_lock': <unlocked _thread.lock object at 0x7f9bb738c1e8>, '_input': None, '_communication_started': False, 'args': ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autoflake'], 'stdin': None, 'stdout': <_io.BufferedReader name=18>, 'stderr': <_io.BufferedReader name=21>, 'pid': 5288, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True}
[DEBUG][16:08:36] Created thread Thread-3 as reader for Capture-1
[DEBUG][16:08:36] Capture-1: reader thread about to read line
[DEBUG][16:08:36] Capture-1: reader thread kicked off, waiting start
[DEBUG][16:08:36] Capture-1: reader thread now started
[DEBUG][16:08:36] Created thread Thread-4 as reader for Capture-2
[DEBUG][16:08:36] Capture-2: reader thread about to read line
[DEBUG][16:08:36] Capture-2: reader thread kicked off, waiting start
[DEBUG][16:08:36] Capture-2: reader thread now started
[DEBUG][16:08:36] about to wait for process
[DEBUG][16:08:36] queued chunk of length 16 to <queue.Queue object at 0x7f9bb73896d8>: b'Name: autoflake\n'
[DEBUG][16:08:36] queued chunk of length 15 to <queue.Queue object at 0x7f9bb73896d8>: b'Version: 0.6.6\n'
[DEBUG][16:08:36] queued chunk of length 54 to <queue.Queue object at 0x7f9bb73896d8>: b'Summary: Removes unused import'
[DEBUG][16:08:36] queued chunk of length 46 to <queue.Queue object at 0x7f9bb73896d8>: b'Home-page: https://github.com/'
[DEBUG][16:08:36] queued chunk of length 21 to <queue.Queue object at 0x7f9bb73896d8>: b'Author: Steven Myint\n'
[DEBUG][16:08:36] queued chunk of length 22 to <queue.Queue object at 0x7f9bb73896d8>: b'Author-email: UNKNOWN\n'
[DEBUG][16:08:36] queued chunk of length 23 to <queue.Queue object at 0x7f9bb73896d8>: b'License: Expat License\n'
[DEBUG][16:08:36] queued chunk of length 74 to <queue.Queue object at 0x7f9bb73896d8>: b'Location: /home/travis/virtual'
[DEBUG][16:08:36] queued chunk of length 19 to <queue.Queue object at 0x7f9bb73896d8>: b'Requires: pyflakes\n'
[DEBUG][16:08:36] Capture-1: finished reading stream <_io.BufferedReader name=18>
[DEBUG][16:08:36] Capture-2: finished reading stream <_io.BufferedReader name=21>
[DEBUG][16:08:36] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autoflake') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=18> stderr=<_io.BufferedReader name=21>))
[DEBUG][16:08:36] pipeline closing
[DEBUG][16:08:36] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
[DEBUG][16:08:36] Running bear PyUnusedCodeBear...
Executing section all.autopep8...
[DEBUG][16:08:37] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][16:08:37] starting parse of '/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8'
[DEBUG][16:08:37] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python'] redirects={})
[DEBUG][16:08:37] returning CommandNode(command=['-m'] redirects={})
[DEBUG][16:08:37] returning CommandNode(command=['pip'] redirects={})
[DEBUG][16:08:37] returning CommandNode(command=['show'] redirects={})
[DEBUG][16:08:37] returning CommandNode(command=['autopep8'] redirects={})
[DEBUG][16:08:37] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={})
[DEBUG][16:08:37] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={})
[DEBUG][16:08:37] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={})
[DEBUG][16:08:37] returning CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={})
[DEBUG][16:08:37] started: CommandNode(command=['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'] redirects={}), None, False
[DEBUG][16:08:37] Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') created
[DEBUG][16:08:37] About to call Popen: ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], {'stdout': -1, 'stderr': -1, 'stdin': None}
[DEBUG][16:08:37] Popen: Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8'), {'stdout': -1, 'stderr': -1, 'stdin': None} -> {'_waitpid_lock': <unlocked _thread.lock object at 0x7f9bb738c0a8>, '_input': None, '_communication_started': False, 'args': ['/home/travis/virtualenv/python3.6.3/bin/python', '-m', 'pip', 'show', 'autopep8'], 'stdin': None, 'stdout': <_io.BufferedReader name=20>, 'stderr': <_io.BufferedReader name=23>, 'pid': 5332, 'returncode': None, 'universal_newlines': False, 'encoding': None, 'errors': None, '_closed_child_pipe_fds': True, '_child_created': True}
[DEBUG][16:08:37] Created thread Thread-6 as reader for Capture-3
[DEBUG][16:08:37] Capture-3: reader thread about to read line
[DEBUG][16:08:37] Capture-3: reader thread kicked off, waiting start
[DEBUG][16:08:37] Capture-3: reader thread now started
[DEBUG][16:08:37] Created thread Thread-7 as reader for Capture-4
[DEBUG][16:08:37] Capture-4: reader thread about to read line
[DEBUG][16:08:37] Capture-4: reader thread kicked off, waiting start
[DEBUG][16:08:37] Capture-4: reader thread now started
[DEBUG][16:08:37] about to wait for process
[DEBUG][16:08:37] queued chunk of length 15 to <queue.Queue object at 0x7f9bb73944e0>: b'Name: autopep8\n'
[DEBUG][16:08:37] queued chunk of length 15 to <queue.Queue object at 0x7f9bb73944e0>: b'Version: 1.3.5\n'
[DEBUG][16:08:37] queued chunk of length 91 to <queue.Queue object at 0x7f9bb73944e0>: b'Summary: A tool that automatic'
[DEBUG][16:08:37] queued chunk of length 46 to <queue.Queue object at 0x7f9bb73944e0>: b'Home-page: https://github.com/'
[DEBUG][16:08:37] queued chunk of length 22 to <queue.Queue object at 0x7f9bb73944e0>: b'Author: Hideo Hattori\n'
[DEBUG][16:08:37] queued chunk of length 34 to <queue.Queue object at 0x7f9bb73944e0>: b'Author-email: hhatto.jp@gmail.'
[DEBUG][16:08:37] queued chunk of length 23 to <queue.Queue object at 0x7f9bb73944e0>: b'License: Expat License\n'
[DEBUG][16:08:37] queued chunk of length 74 to <queue.Queue object at 0x7f9bb73944e0>: b'Location: /home/travis/virtual'
[DEBUG][16:08:37] queued chunk of length 22 to <queue.Queue object at 0x7f9bb73944e0>: b'Requires: pycodestyle\n'
[DEBUG][16:08:37] Capture-3: finished reading stream <_io.BufferedReader name=20>
[DEBUG][16:08:37] Capture-4: finished reading stream <_io.BufferedReader name=23>
[DEBUG][16:08:37] returning Command('/home/travis/virtualenv/python3.6.3/bin/python -m pip show autopep8') (Popen(returncode=0 stdin=None stdout=<_io.BufferedReader name=20> stderr=<_io.BufferedReader name=23>))
[DEBUG][16:08:37] pipeline closing
[DEBUG][16:08:37] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][16:08:37] Running bear PEP8Bear...
[DEBUG][16:08:37] Running bear PEP8Bear...
[DEBUG][16:08:37] Running bear PycodestyleBear...
[DEBUG][16:08:37] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/constants.py'
[DEBUG][16:08:37] Running bear PycodestyleBear...
[DEBUG][16:08:37] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/explain.py'
[DEBUG][16:08:37] Running bear PEP8Bear...
[DEBUG][16:08:37] Running bear PycodestyleBear...
[DEBUG][16:08:37] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/service.py'
[DEBUG][16:08:37] Running bear PEP8Bear...
[DEBUG][16:08:38] Running bear PycodestyleBear...
[DEBUG][16:08:38] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/wolfram_alpha_test.py'
[DEBUG][16:08:38] Running bear PEP8Bear...
[DEBUG][16:08:38] Running bear PycodestyleBear...
[DEBUG][16:08:38] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/pitchfork_test.py'
[DEBUG][16:08:38] Running bear PEP8Bear...
[DEBUG][16:08:38] Running bear PycodestyleBear...
[DEBUG][16:08:38] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/the_rules_test.py'
[DEBUG][16:08:38] Running bear PEP8Bear...
[DEBUG][16:08:38] Running bear PEP8Bear...
[DEBUG][16:08:38] Running bear PycodestyleBear...
[DEBUG][16:08:38] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/searchdocs.py'
[DEBUG][16:08:38] Running bear PEP8Bear...
[DEBUG][16:08:38] Running bear PycodestyleBear...
[DEBUG][16:08:38] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/labhub.py'
[DEBUG][16:08:38] Running bear PycodestyleBear...
[DEBUG][16:08:38] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/labhub_test.py'
[DEBUG][16:08:38] Running bear PEP8Bear...
[DEBUG][16:08:38] Running bear PycodestyleBear...
[DEBUG][16:08:38] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/ghetto_test.py'
[DEBUG][16:08:39] Running bear PEP8Bear...
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py'
[DEBUG][16:08:39] Running bear PEP8Bear...
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/__init__.py'
[DEBUG][16:08:39] Running bear PEP8Bear...
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py'
[DEBUG][16:08:39] Running bear PEP8Bear...
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/ship_it_test.py'
[DEBUG][16:08:39] Running bear PEP8Bear...
[DEBUG][16:08:39] Running bear PEP8Bear...
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/__init__.py'
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/answer.py'
[DEBUG][16:08:39] Running bear PEP8Bear...
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/wolfram_alpha.py'
[DEBUG][16:08:39] Running bear PEP8Bear...
[DEBUG][16:08:39] Use of change_line method is deprecated. Instead use modify_line method, without the original_line argument
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/nevermind_test.py'
[DEBUG][16:08:39] Running bear PEP8Bear...
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/pitchfork.py'
|    | [NORMAL] PEP8Bear:
[DEBUG][16:08:39] Running bear PEP8Bear...
|    | The code does not comply to PEP8.
|----|    | /home/travis/build/coala/corobo/tests/nevermind_test.py
|    |++++| /home/travis/build/coala/corobo/tests/nevermind_test.py
|   8|   8|     testbot.assertCommand("!nm", "I'm sorry :(")
|   9|   9|     testbot.assertCommand("!nEverMINd", "I'm sorry :(")
|  10|  10|     testbot.assertCommand("!nM", "I'm sorry :(")
|  11|    |-    testbot.assertCommand("!nmxyz",'Command "nmxyz" not found.')
|  12|    |-    testbot.assertCommand("!hey nM",'Command "hey" / "hey nM" not found.')
|  13|    |-    testbot.assertCommand("!nevermindxyz",'Command "nevermindxyz" not found.')
|  14|    |-    testbot.assertCommand("!hey nEverMINd",'Command "hey" / "hey nEverMINd" not found.')
|    |  11|+    testbot.assertCommand("!nmxyz", 'Command "nmxyz" not found.')
|    |  12|+    testbot.assertCommand("!hey nM", 'Command "hey" / "hey nM" not found.')
|    |  13|+    testbot.assertCommand("!nevermindxyz", 'Command "nevermindxyz" not found.')
|    |  14|+    testbot.assertCommand(
|    |  15|+        "!hey nEverMINd", 'Command "hey" / "hey nEverMINd" not found.')
[INFO][16:08:39] Applied 'ShowPatchAction' on 'tests/nevermind_test.py' from 'PEP8Bear'.
[WARNING][16:08:39] PycodestyleBear (E231): This result has no patch attached.
[WARNING][16:08:39] PycodestyleBear (E231): This result has no patch attached.
[WARNING][16:08:39] PycodestyleBear (E231): This result has no patch attached.
[WARNING][16:08:39] PycodestyleBear (E231): This result has no patch attached.
[WARNING][16:08:39] PycodestyleBear (E501): This result has no patch attached.

tests/nevermind_test.py
[DEBUG][16:08:39] Running bear PEP8Bear...
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/nevermind.py'
[DEBUG][16:08:39] Running bear PycodestyleBear...
[DEBUG][16:08:39] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/final.py'
|  11| ····testbot.assertCommand("!nmxyz",'Command·"nmxyz"·not·found.')
|    | [NORMAL] PycodestyleBear (E231):
|    | E231 missing whitespace after ','

tests/nevermind_test.py
|  12| ····testbot.assertCommand("!hey·nM",'Command·"hey"·/·"hey·nM"·not·found.')
|    | [NORMAL] PycodestyleBear (E231):
|    | E231 missing whitespace after ','

tests/nevermind_test.py
|  13| ····testbot.assertCommand("!nevermindxyz",'Command·"nevermindxyz"·not·found.')
|    | [NORMAL] PycodestyleBear (E231):
|    | E231 missing whitespace after ','

tests/nevermind_test.py
|  14| ····testbot.assertCommand("!hey·nEverMINd",'Command·"hey"·/·"hey·nEverMINd"·not·found.')
|    | [NORMAL] PycodestyleBear (E231):
|    | E231 missing whitespace after ','

tests/nevermind_test.py
|  14| ····testbot.assertCommand("!hey·nEverMINd",'Command·"hey"·/·"hey·nEverMINd"·not·found.')
|    | [NORMAL] PycodestyleBear (E501):
|    | E501 line too long (88 > 80 characters)
[DEBUG][16:08:40] Running bear PEP8Bear...
[DEBUG][16:08:40] Running bear PEP8Bear...
[DEBUG][16:08:40] Running bear PycodestyleBear...
[DEBUG][16:08:40] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/ban_test.py'
[DEBUG][16:08:40] Running bear PycodestyleBear...
[DEBUG][16:08:40] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ghetto.py'
[DEBUG][16:08:40] Running bear PEP8Bear...
[DEBUG][16:08:40] Running bear PEP8Bear...
[DEBUG][16:08:40] Running bear PycodestyleBear...
[DEBUG][16:08:40] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/utils.py'
[DEBUG][16:08:40] Running bear PycodestyleBear...
[DEBUG][16:08:40] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/corobo_test_case.py'
[DEBUG][16:08:40] Running bear PEP8Bear...
[DEBUG][16:08:40] Running bear PEP8Bear...
[DEBUG][16:08:40] Running bear PycodestyleBear...
[DEBUG][16:08:40] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/git_stats.py'
[DEBUG][16:08:40] Running bear PycodestyleBear...
[DEBUG][16:08:40] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/config.py'
[DEBUG][16:08:40] Running bear PEP8Bear...
[DEBUG][16:08:40] Running bear PycodestyleBear...
[DEBUG][16:08:40] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py'
[DEBUG][16:08:40] Running bear PEP8Bear...
[DEBUG][16:08:40] Running bear PycodestyleBear...
[DEBUG][16:08:40] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/lmgtfy.py'
[DEBUG][16:08:40] Running bear PEP8Bear...
[DEBUG][16:08:40] Running bear PEP8Bear...
[DEBUG][16:08:40] Running bear PycodestyleBear...
[DEBUG][16:08:40] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/searchdocs_test.py'
[DEBUG][16:08:40] Running bear PycodestyleBear...
[DEBUG][16:08:40] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/git_stats_test.py'
[DEBUG][16:08:41] Running bear PEP8Bear...
[DEBUG][16:08:41] Running bear PycodestyleBear...
[DEBUG][16:08:41] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/spam.py'
[DEBUG][16:08:41] Running bear PEP8Bear...
[DEBUG][16:08:41] Running bear PycodestyleBear...
[DEBUG][16:08:41] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/lmgtfy_test.py'
[DEBUG][16:08:41] Running bear PEP8Bear...
[DEBUG][16:08:41] Running bear PycodestyleBear...
[DEBUG][16:08:41] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/answer_test.py'
[DEBUG][16:08:41] Running bear PEP8Bear...
[DEBUG][16:08:41] Running bear PycodestyleBear...
[DEBUG][16:08:41] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ban.py'
[DEBUG][16:08:41] Running bear PEP8Bear...
[DEBUG][16:08:41] Running bear PycodestyleBear...
[DEBUG][16:08:41] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/spam_test.py'
[DEBUG][16:08:41] Running bear PEP8Bear...
[DEBUG][16:08:41] Running bear PycodestyleBear...
[DEBUG][16:08:41] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/answers/extraction.py'
[DEBUG][16:08:41] Running bear PEP8Bear...
[DEBUG][16:08:41] Running bear PEP8Bear...
[DEBUG][16:08:41] Running bear PycodestyleBear...
[DEBUG][16:08:41] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coatils.py'
[DEBUG][16:08:41] Running bear PycodestyleBear...
[DEBUG][16:08:41] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/coatils_test.py'
[DEBUG][16:08:42] Running bear PEP8Bear...
[DEBUG][16:08:42] Running bear PycodestyleBear...
[DEBUG][16:08:42] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/ship_it.py'
[DEBUG][16:08:42] Running bear PEP8Bear...
[DEBUG][16:08:42] Running bear PycodestyleBear...
[DEBUG][16:08:42] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/the_rules.py'
[DEBUG][16:08:42] Running bear PEP8Bear...
[DEBUG][16:08:42] Running bear PycodestyleBear...
[DEBUG][16:08:42] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/__init__.py'
[DEBUG][16:08:42] Running bear PEP8Bear...
[DEBUG][16:08:42] Running bear PycodestyleBear...
[DEBUG][16:08:42] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/tests/explain_test.py'
[DEBUG][16:08:42] Running bear PEP8Bear...
[DEBUG][16:08:42] Running bear PycodestyleBear...
[DEBUG][16:08:42] Running 'pycodestyle --format=%(row)d %(col)d %(code)s %(text)s --max-line-length=80 /home/travis/build/coala/corobo/plugins/coala_lowercase_c.py'
Executing section all.linelength...
[DEBUG][16:08:42] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][16:08:42] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[WARNING][16:08:42] LineLengthBear: This result has no patch attached.
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...

tests/nevermind_test.py
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
[DEBUG][16:08:42] Running bear LineLengthBear...
|  14| ····testbot.assertCommand("!hey·nEverMINd",'Command·"hey"·/·"hey·nEverMINd"·not·found.')
|    | [NORMAL] LineLengthBear:
[DEBUG][16:08:42] Running bear LineLengthBear...
|    | Line is longer than allowed. (88 > 80)
Executing section all.links...
[DEBUG][16:08:42] Files that will be checked:
/home/travis/build/coala/corobo/config.py
/home/travis/build/coala/corobo/plugins/labhub.py
/home/travis/build/coala/corobo/plugins/ship_it.py
/home/travis/build/coala/corobo/plugins/the_rules.py
/home/travis/build/coala/corobo/plugins/ghetto.py
/home/travis/build/coala/corobo/plugins/constants.py
/home/travis/build/coala/corobo/plugins/lmgtfy.py
/home/travis/build/coala/corobo/plugins/searchdocs.py
/home/travis/build/coala/corobo/plugins/git_stats.py
/home/travis/build/coala/corobo/plugins/__init__.py
/home/travis/build/coala/corobo/plugins/spam.py
/home/travis/build/coala/corobo/plugins/coala_lowercase_c.py
/home/travis/build/coala/corobo/plugins/answer.py
/home/travis/build/coala/corobo/plugins/pitchfork.py
/home/travis/build/coala/corobo/plugins/ban.py
/home/travis/build/coala/corobo/plugins/explain.py
/home/travis/build/coala/corobo/plugins/nevermind.py
/home/travis/build/coala/corobo/plugins/deprecate_bot_prefixes.py
/home/travis/build/coala/corobo/plugins/wolfram_alpha.py
/home/travis/build/coala/corobo/plugins/coatils.py
/home/travis/build/coala/corobo/answers/__init__.py
/home/travis/build/coala/corobo/answers/service.py
/home/travis/build/coala/corobo/answers/final.py
/home/travis/build/coala/corobo/answers/extraction.py
/home/travis/build/coala/corobo/answers/utils.py
/home/travis/build/coala/corobo/tests/nevermind_test.py
/home/travis/build/coala/corobo/tests/deprecate_bot_prefixes_test.py
/home/travis/build/coala/corobo/tests/answer_test.py
/home/travis/build/coala/corobo/tests/wolfram_alpha_test.py
/home/travis/build/coala/corobo/tests/coala_lowercase_c_test.py
/home/travis/build/coala/corobo/tests/searchdocs_test.py
/home/travis/build/coala/corobo/tests/git_stats_test.py
/home/travis/build/coala/corobo/tests/lmgtfy_test.py
/home/travis/build/coala/corobo/tests/the_rules_test.py
/home/travis/build/coala/corobo/tests/__init__.py
/home/travis/build/coala/corobo/tests/coatils_test.py
/home/travis/build/coala/corobo/tests/explain_test.py
/home/travis/build/coala/corobo/tests/ship_it_test.py
/home/travis/build/coala/corobo/tests/spam_test.py
/home/travis/build/coala/corobo/tests/ban_test.py
/home/travis/build/coala/corobo/tests/ghetto_test.py
/home/travis/build/coala/corobo/tests/labhub_test.py
/home/travis/build/coala/corobo/tests/corobo_test_case.py
/home/travis/build/coala/corobo/tests/pitchfork_test.py
[DEBUG][16:08:42] Starting new HTTP connection (1): 216.58.218.174:80
[DEBUG][16:08:43] http://216.58.218.174:80 "HEAD / HTTP/1.1" 301 0
[DEBUG][16:08:43] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Starting new HTTP connection (1): www.gizoogle.net:80
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Starting new HTTPS connection (1): gitlab.com:443
[DEBUG][16:08:43] https://gitlab.com:443 "HEAD /a/b/merge_requests/2 HTTP/1.1" 302 0
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Starting new HTTPS connection (1): gitter.im:443
[DEBUG][16:08:43] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Starting new HTTP connection (1): www.gizoogle.net:80
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] https://gitter.im:443 "HEAD /coala/coala/offtopic HTTP/1.1" 200 0
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Starting new HTTPS connection (1): www.lmgtfy.com:443
[DEBUG][16:08:43] http://www.gizoogle.net:80 "HEAD /textilizer.php HTTP/1.1" 200 0
[DEBUG][16:08:43] Starting new HTTP connection (1): 0.0.0.0:8000
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Starting new HTTPS connection (1): api.gitter.im:443
[DEBUG][16:08:43] https://www.lmgtfy.com:443 "HEAD /?q=py HTTP/1.1" 200 0
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Running bear InvalidLinkBear...
[DEBUG][16:08:43] Starting new HTTPS connection (1): api.gitmate.io:443
[DEBUG][16:08:43] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0
[DEBUG][16:08:43] Starting new HTTPS connection (1): api.gitter.im:443
[DEBUG][16:08:44] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0
[DEBUG][16:08:44] Starting new HTTPS connection (1): api.gitter.im:443
[DEBUG][16:08:44] https://api.gitter.im:443 "HEAD /v1/rooms HTTP/1.1" 401 0
[DEBUG][16:08:44] Starting new HTTPS connection (1): api.gitter.im:443
[DEBUG][16:08:44] https://api.gitmate.io:443 "HEAD /coala_online/ HTTP/1.1" 405 0
[DEBUG][16:08:44] Running bear InvalidLinkBear...
[DEBUG][16:08:44] Running bear InvalidLinkBear...
[DEBUG][16:08:44] Starting new HTTP connection (1): i.imgur.com:80
[DEBUG][16:08:44] http://i.imgur.com:80 "HEAD /DPVM1.png HTTP/1.1" 200 0
[DEBUG][16:08:44] Starting new HTTP connection (1): d2f8dzk2mhcqts.cloudfront.net:80
[DEBUG][16:08:44] https://api.gitter.im:443 "HEAD /v1/rooms/ HTTP/1.1" 401 0
[DEBUG][16:08:44] Running bear InvalidLinkBear...
[DEBUG][16:08:44] Running bear InvalidLinkBear...
[DEBUG][16:08:44] Running bear InvalidLinkBear...
[DEBUG][16:08:44] Running bear InvalidLinkBear...
[DEBUG][16:08:44] http://d2f8dzk2mhcqts.cloudfront.net:80 "HEAD /0772_PEW_Roundup/09_Squirrel.jpg HTTP/1.1" 200 0
[DEBUG][16:08:44] Starting new HTTP connection (1): www.cybersalt.org:80
[DEBUG][16:08:44] http://www.cybersalt.org:80 "HEAD /images/funnypictures/s/supersquirrel.jpg HTTP/1.1" 200 0
[DEBUG][16:08:44] Starting new HTTP connection (1): www.zmescience.com:80
[DEBUG][16:08:44] http://www.zmescience.com:80 "HEAD /wp-content/uploads/2010/09/squirrel.jpg HTTP/1.1" 301 0
Executing section jinja2...
[DEBUG][16:08:44] Files that will be checked:
/home/travis/build/coala/corobo/plugins/templates/the_rules.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/spam_alert.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/lmgtfy.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/hello-world.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/errors/not-eligible-invite.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/errors/not-eligible.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/errors/no-repository.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/errors/already-assigned.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/promotions/developers.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/promotions/newcomers.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/labhub/promotions/maintainers.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/cep.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/gitlab.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/rebase.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/commit.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/closes.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/review.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/fixes.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/promotion.jinja2.md
/home/travis/build/coala/corobo/plugins/templates/explain/google.jinja2.md
[DEBUG][16:08:44] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
[DEBUG][16:08:44] Running bear Jinja2Bear...
Executing section commit...
[DEBUG][16:08:45] Files that will be checked:
[DEBUG][16:08:45] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.
Executing section cli...
[DEBUG][16:08:45] Files that will be checked:
[DEBUG][16:08:45] coala is run only on changed files, bears' log messages from previous runs may not appear. You may use the `--flush-cache` flag to see them.

@@ -8,7 +8,7 @@ class Nevermind(BotPlugin):
Doesn't mind
"""

@re_botcmd(pattern=r'(nm)|(nevermind)', flags=re.IGNORECASE)
@re_botcmd(pattern=r'^(nm)$|^(nevermind)$', flags=re.IGNORECASE)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A better way r'^(?:nm|nevermind)$'

@Vamshi99
Copy link
Member

Vamshi99 commented Aug 6, 2018

@bhavya17037 You have multiple commits, squash all your commits into a single one, refer http://api.coala.io/en/latest/Developers/Git_Basics.html#squashing-your-commits, don't close this PR. Also, fix errors reported by coala.

@bhavya17037 bhavya17037 closed this Aug 6, 2018
@bhavya17037 bhavya17037 deleted the fix-519 branch August 6, 2018 17:44
@Vamshi99
Copy link
Member

Vamshi99 commented Aug 6, 2018

don't close this PR

@bhavya17037 Please read what I have said 😄

@bhavya17037
Copy link
Contributor Author

bhavya17037 commented Aug 6, 2018

@Vamshi99 Oh no im so sorry! :(
I have made another pull request with the correct and final changes!Could you please review it? :)
#606

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

7 participants