Re: [Zope-dev] zope-tests - FAILED: 2, OK: 45

2011-11-09 Thread Michael Howitz
Am 09.11.2011 um 02:00 schrieb Zope tests summarizer:
[…]
 Non-OK results
 --
 
 [1]FAILED  Zope 3.4 Known Good Set / py2.4-32bit-linux
  https://mail.zope.org/pipermail/zope-tests/2011-November/052357.html

Buildout which generates the KGS tries to install zope.interface 3.8 which is 
no longer compatible with Python 2.4.
I pinned the version of some packages.

 [2]FAILED  winbot / zope.testing_py_265_32
  https://mail.zope.org/pipermail/zope-tests/2011-November/052360.html


Seems to be a network failure.

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
Zope and Plone consulting and development

___
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] [TIP] zope.testrunner and nose count doctests differently

2011-11-09 Thread Chris Withers
Hi Benji,

On 08/11/2011 11:10, Jonathan Lange wrote:
 Mark has somewhat misdirected the thread here, either that or I've got in a
 muddle, anyway, the issue at hand is that nose ignores
 TestCase.countTestCases(). Any nose people know what that is?

 Not a nose person, but it's usual to report on TestResult.testsRun
 rather than TestSuite.countTestCases. The numbers can be different
 because one test might run multiple times or report multiple results,
 or tests might be generated during the run that weren't available for
 countTestCases to count.

If this is the case, perhaps Manuel shouldn't do anything with 
countTestCases? (I know it would drop the test count, but that's not 
*that* important, right? ;-) - and at least all the test runners would 
agree...)

cheers,

Chris

PS: When are you going to move source control for Manuel over to GitHub?

-- 
Simplistix - Content Management, Batch Processing  Python Consulting
 - http://www.simplistix.co.uk
___
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 )


[Zope-dev] Undelivered Mail Returned to Sender

2011-11-09 Thread Chris Withers

Any idea what mx1.emailsrvr.com doesn't like?
Is it Bejni's address, the email in question or that isn't coming from 
server1.simplistix.co.uk?


cheers,

Chris

(trying again to get around the crazy zope.org obsession with banning 
.eml attachments - ie: Thunderbird and others forwarded messages)


--

This is the mail system at host server1.simplistix.co.uk.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The mail system

be...@zope.com: host mx1.emailsrvr.com[98.129.184.3] said: 550 5.7.1
 be...@zope.com: Relay access denied. (in reply to RCPT TO command)


Reporting-MTA: dns; server1.simplistix.co.uk
X-Postfix-Queue-ID: E45074F8100
X-Postfix-Sender: rfc822; chris@simplistix.co.uk
Arrival-Date: Wed,  9 Nov 2011 08:49:13 + (GMT)

Final-Recipient: rfc822; benji@zope.com
Original-Recipient: rfc822;benji@zope.com
Action: failed
Status: 5.7.1
Remote-MTA: dns; mx1.emailsrvr.com
Diagnostic-Code: smtp; 550 5.7.1 benji@zope.com: Relay access denied.
___
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] Undelivered Mail Returned to Sender

2011-11-09 Thread Wichert Akkerman
On 11/09/2011 09:57 AM, Chris Withers wrote:
 Any idea what mx1.emailsrvr.com doesn't like?
 Is it Bejni's address, the email in question or that isn't coming from 
 server1.simplistix.co.uk?

The first - it looks like zope.com email isn't configured correctly.

Wichert.

___
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] Undelivered Mail Returned to Sender

2011-11-09 Thread Fred Drake
On Wed, Nov 9, 2011 at 3:57 AM, Chris Withers ch...@simplistix.co.uk wrote:
 Is it Bejni's address, the email in question or that isn't coming from
 server1.simplistix.co.uk?

Benji's email address is benji at benjiyork.com.


  -Fred

--
Fred L. Drake, Jr.    fred at fdrake.net
A storm broke loose in my mind.  --Albert Einstein
___
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] [TIP] zope.testrunner and nose count doctests differently

2011-11-09 Thread Benji York
On Wed, Nov 9, 2011 at 2:53 AM, Chris Withers ch...@simplistix.co.uk wrote:
 Hi Benji,

 On 08/11/2011 11:10, Jonathan Lange wrote:
 Mark has somewhat misdirected the thread here, either that or I've got in a
 muddle, anyway, the issue at hand is that nose ignores
 TestCase.countTestCases(). Any nose people know what that is?

 Not a nose person, but it's usual to report on TestResult.testsRun
 rather than TestSuite.countTestCases. The numbers can be different
 because one test might run multiple times or report multiple results,
 or tests might be generated during the run that weren't available for
 countTestCases to count.

 If this is the case, perhaps Manuel shouldn't do anything with
 countTestCases? (I know it would drop the test count, but that's not
 *that* important, right? ;-) - and at least all the test runners would
 agree...)

Meh.  Having a good count in complaint test runners is more important to
me than having all test runners agree.  Especially since the lowest
common denominator seems to be counting the entire file as one test.

 PS: When are you going to move source control for Manuel over to GitHub?

I have no plans to move the source.  If I did I'd probably move it to
launchpad.net because most of the other things I work on are there
(including work things).

-- 
Benji York
___
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 )


[Zope-dev] zope-tests - OK: 46

2011-11-09 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2011-11-08 00:00:00 UTC and 2011-11-09 00:00:00 UTC:

See the footnotes for test reports of unsuccessful builds.

An up-to date view of the builders is also available in our 
buildbot documentation: 
http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds

Reports received


   Bluebream / Python2.5.5 64bit linux
   Bluebream / Python2.6.7 64bit linux
   Bluebream / Python2.7.2 64bit linux
   ZTK 1.0 / Python2.4.6 Linux 64bit
   ZTK 1.0 / Python2.5.5 Linux 64bit
   ZTK 1.0 / Python2.6.7 Linux 64bit
   ZTK 1.0dev / Python2.4.6 Linux 64bit
   ZTK 1.0dev / Python2.5.5 Linux 64bit
   ZTK 1.0dev / Python2.6.7 Linux 64bit
   ZTK 1.1 / Python2.5.5 Linux 64bit
   ZTK 1.1 / Python2.6.7 Linux 64bit
   ZTK 1.1 / Python2.7.2 Linux 64bit
   ZTK 1.1dev / Python2.5.5 Linux 64bit
   ZTK 1.1dev / Python2.6.7 Linux 64bit
   ZTK 1.1dev / Python2.7.2 Linux 64bit
   Zope 3.4 KGS / Python2.4.6 64bit linux
   Zope 3.4 KGS / Python2.5.5 64bit linux
   Zope 3.4 Known Good Set / py2.4-32bit-linux
   Zope 3.4 Known Good Set / py2.4-64bit-linux
   Zope 3.4 Known Good Set / py2.5-32bit-linux
   Zope 3.4 Known Good Set / py2.5-64bit-linux
   Zope-2.10 Python-2.4.6 : Linux
   Zope-2.11 Python-2.4.6 : Linux
   Zope-2.12 Python-2.6.6 : Linux
   Zope-2.12-alltests Python-2.6.6 : Linux
   Zope-2.13 Python-2.6.6 : Linux
   Zope-2.13-alltests Python-2.6.6 : Linux
   Zope-trunk Python-2.6.6 : Linux
   Zope-trunk-alltests Python-2.6.6 : Linux
   winbot / ZODB_dev py_254_win32
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
   winbot / ztk_10 py_254_win32
   winbot / ztk_10 py_265_win32
   winbot / ztk_10 py_265_win64
   winbot / ztk_11 py_254_win32
   winbot / ztk_11 py_265_win32
   winbot / ztk_11 py_265_win64
   winbot / ztk_11 py_270_win32
   winbot / ztk_11 py_270_win64
   winbot / ztk_dev py_265_win32
   winbot / ztk_dev py_265_win64
   winbot / ztk_dev py_270_win32
   winbot / ztk_dev py_270_win64

Non-OK results
--

___
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 )