The attempt to merge lp:~keegan-csmith/ibid/jinja2-517784 into lp:ibid failed. Below is the output from the failed tests. ibid.test.plugins.test_calc CalcTest test_basic ... [OK] test_too_big ... [OK] ibid.test.plugins.test_conversions UnihanTest test_simp_trad ... [OK] /usr/lib/pymodules/python2.6/html5lib/treebuilders/soup.py:3: DeprecationWarning: BeautifulSoup 3.x (as of 3.1) is not fully compatible with html5lib and support will be removed in the future /usr/lib/pymodules/python2.6/html5lib/treebuilders/soup.py:141: DataLossWarning: BeautifulSoup cannot represent elements in any namespace /usr/lib/pymodules/python2.6/html5lib/treebuilders/soup.py:163: DataLossWarning: BeautifulSoup cannot represent elements in any namespace ibid.test.plugins.test_core TestAddressed test_happy_prefix_names ... [OK] test_happy_suffix_names ... [OK] test_non_messages ... [OK] test_sad_prefix_names ... [OK] test_sad_suffix_names ... [OK] test_strip_punct ... [OK] ibid.test.plugins.test_factoid FactoidTest test_also ... [FAIL] test_append ... [FAIL] test_duplicate_names ... [FAIL] test_empty ... [FAIL] test_forget_multiple ... [FAIL] test_forget_wildcard ... [OK] test_get_case ... [FAIL] test_modify_nothing ... [OK] test_multiple_copula ... [FAIL] test_name_punctuation ... [FAIL] test_same_as_nothing ... [OK] test_search_case ... [FAIL] test_search_unescape ... [FAIL] test_string_replace ... [FAIL] test_string_transliterate ... [FAIL] test_unicode_name ... [FAIL] test_wildcard_tamecard ... [FAIL] ibid.test.plugins.test_google GDefineTest test_basic ... [OK] test_unicode_latin ... [OK] ibid.test.plugins.test_url TestURLGrabber test_bad_grabs ... [OK] test_good_grabs ... [OK] ibid.test.test_core TestDispatcher test_call_later_args ... [OK] test_call_later_kwargs ... [OK] test_call_later_multi_reply ... [OK] test_call_later_no_args ... [OK] test_call_later_reply ... [OK] test_dispatch_broken_processor ... [OK] test_dispatch_double_reply ... [OK] test_dispatch_no_processors ... [OK] test_dispatch_noop_processor ... [OK] test_dispatch_reply_send_invalid_source ... [OK] test_dispatch_reply_send_valid_source ... [OK] test_dispatch_simple_reply ... [OK] test_process_broken_processor ... [OK] test_process_double_reply ... [OK] test_process_no_processors ... [OK] test_process_noop_processor ... [OK] test_process_reply_send_invalid_source ... [OK] test_process_reply_send_valid_source ... [OK] test_process_simple_reply ... [OK] ibid.test.test_event TestEvent test_None_response ... [OK] test_attr ... [OK] test_complex_dict_response ... [OK] test_complex_dict_with_kwargs_response ... [OK] test_empty_event ... [OK] test_simple_dict_response ... [OK] test_str_kwargs_response ... [OK] test_str_response ... [OK] test_str_response_processed_unprocessed ... [OK] test_str_response_twice ... [OK] test_str_response_unprocessed ... [OK] test_str_response_with_channel ... [OK] test_unicode_params_response ... [OK] test_unicode_response ... [OK] test_unicode_tuple_params_response ... [OK] =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_also Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 112, in test_also self.assertResponseMatches('literal foo', '.*bar.*baz.*quux') File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex '.*bar.*baz.*quux' {'account': None, 'responses': [{'reply': u'Excuse me?', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863756'}], 'channel': u'testchan', 'source': u'test_source_177863756', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 51, 432901), 'message': {'raw': u'literal foo', 'deaddressed': u'literal foo', 'clean': u'literal foo', 'stripped': u'literal foo'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_append Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 46, in test_append self.assertResponseMatches('no, %s is %s' % (name, value), self.ack_re) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex u"If\\ you\\ say\\ so|One\\ learns\\ a\\ new\\ thing\\ every\\ day|I\\'ll\\ remember\\ that|Got\\ it$" {'account': None, 'responses': [{'reply': u'Excuse me?', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863564'}], 'channel': u'testchan', 'source': u'test_source_177863564', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 51, 570055), 'message': {'raw': u'no, foo is x bar baz quux', 'deaddressed': u'no, foo is x bar baz quux', 'clean': u'no, foo is x bar baz quux', 'stripped': u'no, foo is x bar baz quux'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_duplicate_names Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 106, in test_duplicate_names self.assertResponseMatches('beagle is the same as feegle', '.*already') File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex '.*already' {'account': None, 'responses': [{'reply': u'Sorry...', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863404'}], 'channel': u'testchan', 'source': u'test_source_177863404', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 51, 655690), 'message': {'raw': u'beagle is the same as feegle', 'deaddressed': u'beagle is the same as feegle', 'clean': u'beagle is the same as feegle', 'stripped': u'beagle is the same as feegle'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_empty Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 133, in test_empty self.assertResponseMatches('. is foo', '.*empty') File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex '.*empty' {'account': None, 'responses': [{'reply': u'What?', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863692'}], 'channel': u'testchan', 'source': u'test_source_177863692', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 51, 736730), 'message': {'raw': u'. is foo', 'deaddressed': u'. is foo', 'clean': u'. is foo', 'stripped': u'. is foo'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_forget_multiple Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 124, in test_forget_multiple self.assertResponseMatches('literal foo', '1: is bar') File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex '1: is bar' {'account': None, 'responses': [{'reply': u'*blink*', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863372'}], 'channel': u'testchan', 'source': u'test_source_177863372', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 51, 811760), 'message': {'raw': u'literal foo', 'deaddressed': u'literal foo', 'clean': u'literal foo', 'stripped': u'literal foo'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_get_case Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 129, in test_get_case self.assertResponseMatches('foo', 'foo is bar') File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex 'foo is bar' {'account': None, 'responses': [{'reply': u'Excuse me?', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863468'}], 'channel': u'testchan', 'source': u'test_source_177863468', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 51, 987179), 'message': {'raw': u'foo', 'deaddressed': u'foo', 'clean': u'foo', 'stripped': u'foo'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_multiple_copula Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 94, in test_multiple_copula self.assertResponseMatches('a is b', 'a is b is c') File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex 'a is b is c' {'account': None, 'responses': [{'reply': u'Huh?', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177862668'}], 'channel': u'testchan', 'source': u'test_source_177862668', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 52, 167770), 'message': {'raw': u'a is b', 'deaddressed': u'a is b', 'clean': u'a is b', 'stripped': u'a is b'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_name_punctuation Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 100, in test_name_punctuation self.assertResponseMatches('feegle?', 'feegle is fagle') File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex 'feegle is fagle' {'account': None, 'responses': [{'reply': u'Sorry...', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863724'}], 'channel': u'testchan', 'source': u'test_source_177863724', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 52, 255916), 'message': {'raw': u'feegle?', 'deaddressed': u'feegle?', 'clean': u'feegle', 'stripped': u'feegle'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_search_case Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 56, in test_search_case self.assertResponseMatches('search for Foo', resp) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex 'foo \\[1\\]' {'account': None, 'responses': [{'reply': u'Sorry...', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863500'}], 'channel': u'testchan', 'source': u'test_source_177863500', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 52, 415581), 'message': {'raw': u'search for Foo', 'deaddressed': u'search for Foo', 'clean': u'search for Foo', 'stripped': u'search for Foo'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_search_unescape Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 86, in test_search_unescape re.escape('slap $arg [1]')) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex 'slap\\ \\$arg\\ \\[1\\]' {'account': None, 'responses': [{'reply': u'Sorry...', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863596'}], 'channel': u'testchan', 'source': u'test_source_177863596', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 52, 515091), 'message': {'raw': u'search for slap', 'deaddressed': u'search for slap', 'clean': u'search for slap', 'stripped': u'search for slap'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_string_replace Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 28, in test_string_replace '%s is %s' % (name, value.replace(needle, subst, 1))) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex u'foo is bar baz quux' {'account': None, 'responses': [{'reply': u'What?', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863340'}], 'channel': u'testchan', 'source': u'test_source_177863340', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 52, 602701), 'message': {'raw': u'foo', 'deaddressed': u'foo', 'clean': u'foo', 'stripped': u'foo'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_string_transliterate Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 38, in test_string_transliterate self.assertResponseMatches('foo', 'foo isab raquuy') File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex 'foo isab raquuy' {'account': None, 'responses': [{'reply': u'What?', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863660'}], 'channel': u'testchan', 'source': u'test_source_177863660', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 52, 676873), 'message': {'raw': u'foo', 'deaddressed': u'foo', 'clean': u'foo', 'stripped': u'foo'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_unicode_name Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 77, in test_unicode_name self.assertResponseMatches(name, '%s is foo' % name) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex u'ascii is foo' {'account': None, 'responses': [{'reply': u'Huh?', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177863532'}], 'channel': u'testchan', 'source': u'test_source_177863532', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 52, 758507), 'message': {'raw': u'ascii', 'deaddressed': u'ascii', 'clean': u'ascii', 'stripped': u'ascii'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} =============================================================================== [FAIL]: ibid.test.plugins.test_factoid.FactoidTest.test_wildcard_tamecard Traceback (most recent call last): File "/home/stefanor/ibid/tarmac-trunk/ibid/test/plugins/test_factoid.py", line 117, in test_wildcard_tamecard self.assertResponseMatches('foo a', 'foo a is bar') File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 190, in assertResponseMatches self.fail("No response in matches regex %r" % regex, event) File "/home/stefanor/ibid/tarmac-trunk/ibid/test/__init__.py", line 171, in fail unittest.TestCase.fail(self, message) twisted.trial.unittest.FailTest: No response in matches regex 'foo a is bar' {'account': None, 'responses': [{'reply': u'Sorry...', 'address': True, 'target': u'testchan', 'conflate': True, 'source': u'test_source_177862572'}], 'channel': u'testchan', 'source': u'test_source_177862572', 'addressed': True, 'processed': True, 'time': datetime.datetime(2011, 8, 20, 23, 3, 52, 843448), 'message': {'raw': u'foo a', 'deaddressed': u'foo a', 'clean': u'foo a', 'stripped': u'foo a'}, 'type': u'message', 'public': False, 'identity': 1, 'sender': {'nick': u'user', 'connection': u'user', 'id': u'user'}} ------------------------------------------------------------------------------- Ran 64 tests in 13.384s FAILED (failures=14, successes=50) Couldn't load knab plugin for skeleton DB: No module named perl Couldn't load memory plugin for skeleton DB: No module named objgraph