Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C7E1A200CCC for ; Fri, 21 Jul 2017 20:38:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C5F7A16DB08; Fri, 21 Jul 2017 18:38:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 9863916DB06 for ; Fri, 21 Jul 2017 20:38:42 +0200 (CEST) Received: (qmail 18694 invoked by uid 500); 21 Jul 2017 18:38:41 -0000 Mailing-List: contact dev-help@allura.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@allura.apache.org Delivered-To: mailing list dev@allura.apache.org Received: (qmail 18682 invoked by uid 99); 21 Jul 2017 18:38:41 -0000 Received: from Unknown (HELO jenkins-master.apache.org) (62.210.60.235) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Jul 2017 18:38:41 +0000 Received: from jenkins-master (localhost [127.0.0.1]) by jenkins-master.apache.org (ASF Mail Server at jenkins-master.apache.org) with ESMTP id CBE2FA014D for ; Fri, 21 Jul 2017 11:38:36 -0700 (PDT) Date: Fri, 21 Jul 2017 11:38:33 -0700 (PDT) From: Apache Jenkins Server To: dev@allura.apache.org Message-ID: <1786271296.1504.1500662314530.JavaMail.jenkins@jenkins-master> Subject: Build failed in Jenkins: Allura #1183 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqVKZPv7YyHBB3FvWfV7XQehwe/Ga3aadzSNknt8g382X3uN8A3SOQ+Ixq9HxS+ZlN6XR4TECySmSRy2JN5Rx8svxAD0TjtSF9LuU98dD+LniNDP7Lq6gvRFuJhbMHoS0nuTizDZLsK4X8TW5MyV9w+jFbdoZfRE5O/Mse0fkOeL5uoIS/3Vvu/W+x9QSjDkB7CaU56bPFlQjqqJBl3Cn9r34CkXQZYnLb/NjW4vcpw0+TgMUAPTIVEr5BTPZRshz19g7huwg3zANT5HBIZnzV4hsVY9w4JHkceFdKi/ibNnjPjsFs9pm0HSGJ/RDxjIvSTYT02eH4+m1RAYaj2E9QIDAQAB X-Jenkins-Job: Allura X-Jenkins-Result: FAILURE archived-at: Fri, 21 Jul 2017 18:38:44 -0000 See Changes: [dave] [#8159] Loosen IP matching restrictions for antispam checks ------------------------------------------ [...truncated 61.31 KB...] session.impl.insert(doc, validate=False) File " line 23, in wrapper return func(self, doc, *args, **kwargs) File " line 163, in insert bson = self._impl(doc).insert(data, safe=kwargs.get('safe', True)) File " line 390, in insert bson_safe(doc) File " line 1065, in bson_safe bson.BSON.encode(obj) File " line 672, in encode return cls(_dict_to_bson(document, check_keys, uuid_subtype)) InvalidDocument: ("Cannot encode object: ", "doc: {'import_id': None, 'status': 'pending', 'spam_check_id': '', 'deleted': False, 'text': u'**bold**', 'labels': [], 'app_id': ObjectId('5972481763aafc5c0aef24c2'), 'thread_id': None, 'discussion_id': None, 'mod_date': datetime.datetime(2017, 7, 21, 18, 29, 43, 975757), 'app_config_id': ObjectId('5972481763aafc5c0aef24c2'), 'last_edit_date': None, 'slug': 'b67c', 'is_meta': False, 'edit_count': 0, 'last_edit_by_id': None, 'text_cache': {'render_time': 0.002033233642578125, 'html': , 'fix7528': 3, 'md5': 'bc0c583b1ae32c4aa45a1476678a9239'}, 'acl': [], 'parent_id': None, 'full_slug': None, 'version': 0, 'timestamp': datetime.datetime(2017, 7, 21, 18, 29, 43, 975757), 'author_id': ObjectId('5972481763aafc5c0aef247a'), '_id': u'b930503290c37191300ce981ea9791ac3e502a0f.wiki@test.p.localhost'}") -------------------- >> begin captured logging << -------------------- allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: allura.tests.test_globals.test_hideawards_macro ---------------------------------------------------------------------- Traceback (most recent call last): File " line 197, in runTest self.test(*self.arg) File " line 82, in wrapped return func(*args, **kw) File " line 631, in test_hideawards_macro ThreadLocalORMSession.flush_all() File " line 411, in flush_all sess.flush() File " line 27, in inner result = func(obj, *args, **kwargs) File " line 99, in flush self.uow.flush() File " line 45, in flush inow(obj, st) File " line 27, in inner result = func(obj, *args, **kwargs) File " line 111, in insert_now mapper(obj).insert(obj, st, self, **kwargs) File " line 27, in inner result = func(obj, *args, **kwargs) File " line 71, in insert session.impl.insert(doc, validate=False) File " line 23, in wrapper return func(self, doc, *args, **kwargs) File " line 163, in insert bson = self._impl(doc).insert(data, safe=kwargs.get('safe', True)) File " line 390, in insert bson_safe(doc) File " line 1065, in bson_safe bson.BSON.encode(obj) File " line 672, in encode return cls(_dict_to_bson(document, check_keys, uuid_subtype)) InvalidDocument: ("Cannot encode object: ", "doc: {'import_id': None, 'status': 'pending', 'spam_check_id': '', 'deleted': False, 'text': u'**bold**', 'labels': [], 'app_id': ObjectId('5972481763aafc5c0aef24c2'), 'thread_id': None, 'discussion_id': None, 'mod_date': datetime.datetime(2017, 7, 21, 18, 29, 43, 975757), 'app_config_id': ObjectId('5972481763aafc5c0aef24c2'), 'last_edit_date': None, 'slug': 'b67c', 'is_meta': False, 'edit_count': 0, 'last_edit_by_id': None, 'text_cache': {'render_time': 0.002033233642578125, 'html': , 'fix7528': 3, 'md5': 'bc0c583b1ae32c4aa45a1476678a9239'}, 'acl': [], 'parent_id': None, 'full_slug': None, 'version': 0, 'timestamp': datetime.datetime(2017, 7, 21, 18, 29, 43, 975757), 'author_id': ObjectId('5972481763aafc5c0aef247a'), '_id': u'b930503290c37191300ce981ea9791ac3e502a0f.wiki@test.p.localhost'}") -------------------- >> begin captured logging << -------------------- allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date --------------------- >> end captured logging << --------------------- ====================================================================== ERROR: allura.tests.test_globals.test_macro_include_no_extra_br ---------------------------------------------------------------------- Traceback (most recent call last): File " line 197, in runTest self.test(*self.arg) File " line 82, in wrapped return func(*args, **kw) File " line 278, in test_macro_include_no_extra_br p.commit() File " line 148, in commit session(self).flush() File " line 27, in inner result = func(obj, *args, **kwargs) File " line 99, in flush self.uow.flush() File " line 45, in flush inow(obj, st) File " line 27, in inner result = func(obj, *args, **kwargs) File " line 111, in insert_now mapper(obj).insert(obj, st, self, **kwargs) File " line 27, in inner result = func(obj, *args, **kwargs) File " line 71, in insert session.impl.insert(doc, validate=False) File " line 23, in wrapper return func(self, doc, *args, **kwargs) File " line 163, in insert bson = self._impl(doc).insert(data, safe=kwargs.get('safe', True)) File " line 390, in insert bson_safe(doc) File " line 1065, in bson_safe bson.BSON.encode(obj) File " line 672, in encode return cls(_dict_to_bson(document, check_keys, uuid_subtype)) InvalidDocument: ("Cannot encode object: ", "doc: {'import_id': None, 'status': 'pending', 'spam_check_id': '', 'deleted': False, 'text': u'**bold**', 'labels': [], 'app_id': ObjectId('5972481763aafc5c0aef24c2'), 'thread_id': None, 'discussion_id': None, 'mod_date': datetime.datetime(2017, 7, 21, 18, 29, 43, 975757), 'app_config_id': ObjectId('5972481763aafc5c0aef24c2'), 'last_edit_date': None, 'slug': 'b67c', 'is_meta': False, 'edit_count': 0, 'last_edit_by_id': None, 'text_cache': {'render_time': 0.002033233642578125, 'html': , 'fix7528': 3, 'md5': 'bc0c583b1ae32c4aa45a1476678a9239'}, 'acl': [], 'parent_id': None, 'full_slug': None, 'version': 0, 'timestamp': datetime.datetime(2017, 7, 21, 18, 29, 43, 975757), 'author_id': ObjectId('5972481763aafc5c0aef247a'), '_id': u'b930503290c37191300ce981ea9791ac3e502a0f.wiki@test.p.localhost'}") -------------------- >> begin captured logging << -------------------- allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Snapshot version 1 of allura.model.artifact: DEBUG: Not updating mod_date allura.model.artifact: DEBUG: Not updating mod_date --------------------- >> end captured logging << --------------------- ====================================================================== FAIL: test_empty_cache (allura.tests.test_globals.TestCachedMarkdown) ---------------------------------------------------------------------- Traceback (most recent call last): File " line 1618, in _inner return f(*args, **kw) File " line 695, in test_empty_cache self.assertEqual(html, self.post.text_cache.html) AssertionError: u'

bold

' != None ====================================================================== FAIL: test_stale_cache (allura.tests.test_globals.TestCachedMarkdown) ---------------------------------------------------------------------- Traceback (most recent call last): File " line 1618, in _inner return f(*args, **kw) File " line 706, in test_stale_cache self.assertEqual(html, self.post.text_cache.html) AssertionError: u'

new, different source text

' != None ====================================================================== FAIL: test_valid_cache (allura.tests.test_globals.TestCachedMarkdown) ---------------------------------------------------------------------- Traceback (most recent call last): File " line 1618, in _inner return f(*args, **kw) File " line 717, in test_valid_cache self.assertEqual(html, self.expected_html) AssertionError: != u'

bold

' ---------------------------------------------------------------------- Ran 1116 tests in 139.134s FAILED (SKIP=13, errors=3, failures=3) finished `nosetests allura/tests/ --with-xunitmp --cover-package=allura --processes=4 --process-timeout=360` in Allura running `nosetests --with-xunitmp --cover-package=forgeactivity --processes=4 --process-timeout=360` in ForgeActivity ................... ---------------------------------------------------------------------- Ran 19 tests in 4.924s OK finished `nosetests --with-xunitmp --cover-package=forgeactivity --processes=4 --process-timeout=360` in ForgeActivity running `nosetests --with-xunitmp --cover-package=forgeblog --processes=4 --process-timeout=360` in ForgeBlog .................................................SSS. ---------------------------------------------------------------------- Ran 53 tests in 11.466s OK (SKIP=3) finished `nosetests --with-xunitmp --cover-package=forgeblog --processes=4 --process-timeout=360` in ForgeBlog running `nosetests --with-xunitmp --cover-package=forgechat --processes=4 --process-timeout=360` in ForgeChat .. ---------------------------------------------------------------------- Ran 2 tests in 1.789s OK finished `nosetests --with-xunitmp --cover-package=forgechat --processes=4 --process-timeout=360` in ForgeChat running `nosetests --with-xunitmp --cover-package=forgediscussion --processes=4 --process-timeout=360` in ForgeDiscussion .................................................................. ---------------------------------------------------------------------- Ran 66 tests in 26.904s OK finished `nosetests --with-xunitmp --cover-package=forgediscussion --processes=4 --process-timeout=360` in ForgeDiscussion running `nosetests --with-xunitmp --cover-package=forgegit ` in ForgeGit ............................................................................................................................................. ---------------------------------------------------------------------- Ran 141 tests in 261.283s OK finished `nosetests --with-xunitmp --cover-package=forgegit ` in ForgeGit running `nosetests --with-xunitmp --cover-package=forgeimporters --processes=4 --process-timeout=360` in ForgeImporters ...............................................................................S.......................SSSS..SS..........S. ---------------------------------------------------------------------- Ran 123 tests in 16.824s OK (SKIP=8) finished `nosetests --with-xunitmp --cover-package=forgeimporters --processes=4 --process-timeout=360` in ForgeImporters running `nosetests --with-xunitmp --cover-package=forgelink --processes=4 --process-timeout=360` in ForgeLink ................. ---------------------------------------------------------------------- Ran 17 tests in 5.692s OK finished `nosetests --with-xunitmp --cover-package=forgelink --processes=4 --process-timeout=360` in ForgeLink running `nosetests --with-xunitmp --cover-package=forgeshorturl --processes=4 --process-timeout=360` in ForgeShortUrl ........... ---------------------------------------------------------------------- Ran 11 tests in 3.826s OK finished `nosetests --with-xunitmp --cover-package=forgeshorturl --processes=4 --process-timeout=360` in ForgeShortUrl running `nosetests --with-xunitmp --cover-package=forgetracker --processes=4 --process-timeout=360` in ForgeTracker ................................................................................................................................................................................................. ---------------------------------------------------------------------- Ran 193 tests in 88.207s OK finished `nosetests --with-xunitmp --cover-package=forgetracker --processes=4 --process-timeout=360` in ForgeTracker running `nosetests --with-xunitmp --cover-package=forgeuserstats --processes=4 --process-timeout=360` in ForgeUserStats ............ ---------------------------------------------------------------------- Ran 12 tests in 8.135s OK finished `nosetests --with-xunitmp --cover-package=forgeuserstats --processes=4 --process-timeout=360` in ForgeUserStats running `nosetests --with-xunitmp --cover-package=forgewiki --processes=4 --process-timeout=360` in ForgeWiki ...........................................................S........ ---------------------------------------------------------------------- Ran 68 tests in 23.691s OK (SKIP=1) finished `nosetests --with-xunitmp --cover-package=forgewiki --processes=4 --process-timeout=360` in ForgeWiki running `npm run lint-es6` in . > allura@0.0.0 lint-es6 > eslint -c .eslintrc-es6 --ignore-path .eslintignore-es6 Allura/allura/public/**/*.es6.js || true finished `npm run lint-es6` in . Running setup_app() from allura.websetup /p/test/wiki/_discuss/thread/c37f42a8/ 200 OK {"sidebar": 1, "jinja": 1, "markdown": 4, "ming": 111} Build step 'Execute shell' marked build as failure Recording plot data Skipping Cobertura coverage report as build was not SUCCESS or better ... Recording test results