Re: [Zope-dev] zope-tests - FAILED: 1, OK: 40
Am 31.05.2012 um 03:00 schrieb Zope tests summarizer: […] Non-OK results -- [1]FAILED ZTK 1.1dev / Python2.5.5 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2012-May/063717.html Same as yesterday. I'm unable to reproduce this problem locally (Mac OS X, Python 2.5.6). Yours sincerely, -- Michael Howitz · m...@gocept.com · software developer gocept gmbh co. kg · Forsterstraße 29 · 06112 Halle (Saale) · Germany http://gocept.com · tel +49 345 1229889 8 · fax +49 345 1229889 1 Python, Pyramid, Plone, Zope - consulting, development, hosting, operations ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] zope-tests - FAILED: 1, OK: 40
On Thu, May 31, 2012 at 9:02 AM, Michael Howitz m...@gocept.com wrote: Same as yesterday. I'm unable to reproduce this problem locally (Mac OS X, Python 2.5.6). Hu Michael, I got an access grant on the machine, I will try to investigate today. -- Sebastien Douche sdou...@gmail.com Twitter: @sdouche / G+: +sdouche ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] zope-tests - FAILED: 1, OK: 40
On Fri, May 25, 2012 at 10:58:20PM -0400, Tres Seaver wrote: On 05/25/2012 09:00 PM, Zope tests summarizer wrote: [1]FAILED Zope 3.4 KGS / Python2.4.6 64bit linux https://mail.zope.org/pipermail/zope-tests/2012-May/063520.html Ugh, the old eccentric FTP HELP failure Failure in test testHELP (zope.server.ftp.tests.test_ftpserver.Tests) Traceback (most recent call last): File /usr/local/python2.4.6/lib/python2.4/unittest.py, line 260, in run testMethod() File /home/ccomb/buildout-eggs/zope.server-3.4.3-py2.4.egg/zope/server/ftp/tests/test_ftpserver.py, line 280, in testHELP self.assertEqual(self.execute('HELP', 1), result) File /usr/local/python2.4.6/lib/python2.4/unittest.py, line 333, in failUnlessEqual raise self.failureException, \ AssertionError: '214-The following commands are recognized\r\n' != '214-The following commands are recognized\r\nHelp goes here somewhen.\r\n214 Help done.\r\n' I have no idea why this would be failing *now*, as opposed to yesterday. It's nondeterministic. I once posted a proposed patch: https://mail.zope.org/pipermail/zope-dev/2010-December/042138.html I didn't commit it since I was completely unable to reproduce the failure on my machine, and so couldn't verify that it was the correct fix. Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development signature.asc Description: Digital signature ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] zope-tests - FAILED: 1, OK: 40
2012/5/26 Marius Gedminas mar...@gedmin.as: On Fri, May 25, 2012 at 10:58:20PM -0400, Tres Seaver wrote: On 05/25/2012 09:00 PM, Zope tests summarizer wrote: [1] FAILED Zope 3.4 KGS / Python2.4.6 64bit linux https://mail.zope.org/pipermail/zope-tests/2012-May/063520.html Ugh, the old eccentric FTP HELP failure Failure in test testHELP (zope.server.ftp.tests.test_ftpserver.Tests) Traceback (most recent call last): File /usr/local/python2.4.6/lib/python2.4/unittest.py, line 260, in run testMethod() File /home/ccomb/buildout-eggs/zope.server-3.4.3-py2.4.egg/zope/server/ftp/tests/test_ftpserver.py, line 280, in testHELP self.assertEqual(self.execute('HELP', 1), result) File /usr/local/python2.4.6/lib/python2.4/unittest.py, line 333, in failUnlessEqual raise self.failureException, \ AssertionError: '214-The following commands are recognized\r\n' != '214-The following commands are recognized\r\nHelp goes here somewhen.\r\n214 Help done.\r\n' I have no idea why this would be failing *now*, as opposed to yesterday. It's nondeterministic. I once posted a proposed patch: https://mail.zope.org/pipermail/zope-dev/2010-December/042138.html I didn't commit it since I was completely unable to reproduce the failure on my machine, and so couldn't verify that it was the correct fix. I have committed this fix a year ago: http://zope3.pov.lt/trac/changeset/121089/zope.server/trunk and also merged to 3.6 branch. But there is no branch for Zope 3.4. -- Gediminas Paulauskas ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] zope-tests - FAILED: 1, OK: 40
On 05/26/2012 10:45 AM, Gediminas Paulauskas wrote: 2012/5/26 Marius Gedminas mar...@gedmin.as: On Fri, May 25, 2012 at 10:58:20PM -0400, Tres Seaver wrote: On 05/25/2012 09:00 PM, Zope tests summarizer wrote: [1]FAILED Zope 3.4 KGS / Python2.4.6 64bit linux https://mail.zope.org/pipermail/zope-tests/2012-May/063520.html Ugh, the old eccentric FTP HELP failure Failure in test testHELP (zope.server.ftp.tests.test_ftpserver.Tests) Traceback (most recent call last): File /usr/local/python2.4.6/lib/python2.4/unittest.py, line 260, in run testMethod() File /home/ccomb/buildout-eggs/zope.server-3.4.3-py2.4.egg/zope/server/ftp/tests/test_ftpserver.py, line 280, in testHELP self.assertEqual(self.execute('HELP', 1), result) File /usr/local/python2.4.6/lib/python2.4/unittest.py, line 333, in failUnlessEqual raise self.failureException, \ AssertionError: '214-The following commands are recognized\r\n' != '214-The following commands are recognized\r\nHelp goes here somewhen.\r\n214 Help done.\r\n' I have no idea why this would be failing *now*, as opposed to yesterday. It's nondeterministic. I once posted a proposed patch: https://mail.zope.org/pipermail/zope-dev/2010-December/042138.html I didn't commit it since I was completely unable to reproduce the failure on my machine, and so couldn't verify that it was the correct fix. I have committed this fix a year ago: http://zope3.pov.lt/trac/changeset/121089/zope.server/trunk and also merged to 3.6 branch. But there is no branch for Zope 3.4. Thanks for the heads up: I went looking for how the KGS worked, and found (I believe) that the KGS was managed via the 'zope.release' package: it's buildout doesnt have a devlopment checkouts model similar to the ZTK: it only tests released packages. I don't think it is worthwhile to backport your fix to a new 3.4.4 release of zope.server; instead, I recommend that we running the KGS tests at all (acknowledging that nobody is doing active development on it). Tres. -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] zope-tests - FAILED: 1, OK: 40
On 05/25/2012 09:00 PM, Zope tests summarizer wrote: [1]FAILED Zope 3.4 KGS / Python2.4.6 64bit linux https://mail.zope.org/pipermail/zope-tests/2012-May/063520.html Ugh, the old eccentric FTP HELP failure Failure in test testHELP (zope.server.ftp.tests.test_ftpserver.Tests) Traceback (most recent call last): File /usr/local/python2.4.6/lib/python2.4/unittest.py, line 260, in run testMethod() File /home/ccomb/buildout-eggs/zope.server-3.4.3-py2.4.egg/zope/server/ftp/tests/test_ftpserver.py, line 280, in testHELP self.assertEqual(self.execute('HELP', 1), result) File /usr/local/python2.4.6/lib/python2.4/unittest.py, line 333, in failUnlessEqual raise self.failureException, \ AssertionError: '214-The following commands are recognized\r\n' != '214-The following commands are recognized\r\nHelp goes here somewhen.\r\n214 Help done.\r\n' I have no idea why this would be failing *now*, as opposed to yesterday. Tres. -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] zope-tests - FAILED: 1, OK: 40
On Wed, Apr 4, 2012 at 03:00, Zope tests summarizer nore...@zope.org wrote: Non-OK results -- [1] FAILED winbot / zc.ngi_py_265_32 https://mail.zope.org/pipermail/zope-tests/2012-April/060115.html Seemed to be a strange one time error. ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] zope-tests - FAILED: 1, OK: 40
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/04/2012 06:59 AM, Patrick Gerken wrote: On Wed, Apr 4, 2012 at 03:00, Zope tests summarizer nore...@zope.org wrote: Non-OK results -- [1]FAILED winbot / zc.ngi_py_265_32 https://mail.zope.org/pipermail/zope-tests/2012-April/060115.html Seemed to be a strange one time error. Jim is the only person I see making substantive commits to zc.ngi: I guess he's the person who could best diagnose this failure. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk98ZhoACgkQ+gerLs4ltQ7xYgCglhfSekXWkB1c8AiVkstDAPoE naIAnjHXhgm3Ku9KAN3edn+JxHbzYWR4 =/Tuj -END PGP SIGNATURE- ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] zope-tests - FAILED: 1, OK: 40
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/04/2012 11:17 AM, Tres Seaver wrote: On 04/04/2012 06:59 AM, Patrick Gerken wrote: On Wed, Apr 4, 2012 at 03:00, Zope tests summarizer nore...@zope.org wrote: Non-OK results -- [1]FAILED winbot / zc.ngi_py_265_32 https://mail.zope.org/pipermail/zope-tests/2012-April/060115.html Seemed to be a strange one time error. Jim is the only person I see making substantive commits to zc.ngi: I guess he's the person who could best diagnose this failure. My bad -- Adam Gorzer, 'asmith', and some others have also contirbuted, only not very recently. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk98aGcACgkQ+gerLs4ltQ4jigCgheWTm+gMjyQ5CJx53lJiif99 ZusAnjlXKrDNq2GQOHCUVW1OoPxlXF2M =g54e -END PGP SIGNATURE- ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Re: [Zope-dev] zope-tests - FAILED: 1, OK: 40, UNKNOWN: 3
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/24/2011 08:00 PM, Zope tests summarizer wrote: [1]UNKNOWN UNKNOWN : ZTK 1.0dev / Python2.4.6 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-December/054760.html [2]UNKNOWN UNKNOWN : ZTK 1.0dev / Python2.5.5 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-December/054761.html [3]UNKNOWN UNKNOWN : ZTK 1.0dev / Python2.6.7 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-December/054762.html These all stopped after (apparently) successfully completing the 'disable ssh for svn' step: the 'buildout' steps failed with: remoteFailed: [Failure instance: Traceback (failure with no frames): class 'twisted.internet.error.ConnectionLost': [4]FAILED Zope Buildbot / zopetoolkit-py2.5 slave-ubuntu64 https://mail.zope.org/pipermail/zope-tests/2011-December/054781.html Delenda est. Tres. - -- === Tres Seaver +1 540-429-0999 tsea...@palladion.com Palladion Software Excellence by Designhttp://palladion.com -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk73Uo0ACgkQ+gerLs4ltQ5MagCgvruTyFJRGipt9rMTUZt6ETqe tgkAoNHaiWhKJH6ZDHdpZ3g4bqXkNGaJ =to+Y -END PGP SIGNATURE- ___ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )