Re: [Zope-dev] zope-tests - FAILED: 4, OK: 8

2013-09-09 Thread Marius Gedminas
On Mon, Sep 09, 2013 at 12:26:33PM -0400, Tres Seaver wrote:
> On 09/09/2013 11:53 AM, Marius Gedminas wrote:
> > On Sat, Sep 07, 2013 at 08:27:04PM -0400, Tres Seaver wrote:
> >> On 09/07/2013 07:00 PM, Zope tests summarizer wrote:
> >>> [1]FAILED  winbot / zope.app.authentication_py_265_32 
> >>> https://mail.zope.org/pipermail/zope-tests/2013-September/078621.html
> >>> [2]FAILED  winbot / zope.app.http_py_265_32
> >>> https://mail.zope.org/pipermail/zope-tests/2013-September/078622.html
> >>> [3]FAILED  winbot / zope.app.publication_py_265_32
> >>> https://mail.zope.org/pipermail/zope-tests/2013-September/078620.html
> >>> [4]FAILED  winbot / zope.app.wsgi_py_265_32
> >>> https://mail.zope.org/pipermail/zope-tests/2013-September/078623.html
> >>> 
> All four show the same failure in the bulidout phase:
> >> 
> >>  %< --- 
> >> While: Installing test. Error: There is a version conflict. We
> >> already have: webtest 2.0.7
> >>  %< ---
> > 
> > Could be my fault.  I released zope.testbrowser 4.0.3 to PyPI a few
> > days ago, and it has install_requires = ['WebTest <= 1.3.4'].
> > 
> > OTOH it wasn't me who added that <= constraint, that happened a year
> > ago: 
> > https://github.com/zopefoundation/zope.testbrowser/commit/699a18bb2868d23cd7ab3da80cf394b75f977d91
> >
> >  I just made a release with all the accumulated changes.
> 
> Looks like that was Adam:  maybe we should be trying to push out a
> version of z.tb compatible with current WebTest?

IIRC there's a brand new zope.testbrowser 4.1.0 with Python 3 support,
built on top of WebTest, waiting in the py3 branch for... Actually, I'm
not sure what it is waiting for.  (I thought ZODB with Python 3 support,
but it doesn't look like zope.testbrowser depends on ZODB, at least not
directly.)

Andrey?

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 )


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

2013-09-09 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-09-08 00:00:00 UTC and 2013-09-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


[1]winbot / zope.app.http_py_265_32
[2]winbot / zope.app.wsgi_py_265_32
   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

Non-OK results
--

[1]FAILED  winbot / zope.app.http_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-September/078654.html


[2]FAILED  winbot / zope.app.wsgi_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-September/078655.html


___
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: 4, OK: 8

2013-09-09 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/09/2013 11:53 AM, Marius Gedminas wrote:
> On Sat, Sep 07, 2013 at 08:27:04PM -0400, Tres Seaver wrote:
>> On 09/07/2013 07:00 PM, Zope tests summarizer wrote:
>>> [1]FAILED  winbot / zope.app.authentication_py_265_32 
>>> https://mail.zope.org/pipermail/zope-tests/2013-September/078621.html
>>>
>>>
>>>
>>> 
[2]FAILED  winbot / zope.app.http_py_265_32
>>> https://mail.zope.org/pipermail/zope-tests/2013-September/078622.html
>>>
>>>
>>>
>>> 
[3]FAILED  winbot / zope.app.publication_py_265_32
>>> https://mail.zope.org/pipermail/zope-tests/2013-September/078620.html
>>>
>>>
>>>
>>> 
[4]FAILED  winbot / zope.app.wsgi_py_265_32
>>> https://mail.zope.org/pipermail/zope-tests/2013-September/078623.html
>>
>>
>>> 
All four show the same failure in the bulidout phase:
>> 
>>  %< --- 
>> c:\buildslave\zope.app.wsgi\build>call "C:\Program Files
>> (x86)\Microsoft Visual Studio 9.0\VC\VCVARSALL.bat" x86 Setting
>> environment for using Microsoft Visual Studio 2008 x86 tools. 
>> Develop: 'c:\\buildslave\\zope.app.wsgi\\build\\.' Installing test. 
>> While: Installing test. Error: There is a version conflict. We
>> already have: webtest 2.0.7  %<
>> ---
> 
> Could be my fault.  I released zope.testbrowser 4.0.3 to PyPI a few
> days ago, and it has install_requires = ['WebTest <= 1.3.4'].
> 
> OTOH it wasn't me who added that <= constraint, that happened a year
> ago: 
> https://github.com/zopefoundation/zope.testbrowser/commit/699a18bb2868d23cd7ab3da80cf394b75f977d91
>
>  I just made a release with all the accumulated changes.

Looks like that was Adam:  maybe we should be trying to push out a
version of z.tb compatible with current WebTest?


Tres.
- -- 
===
Tres Seaver  +1 540-429-0999  tsea...@palladion.com
Palladion Software   "Excellence by Design"http://palladion.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iEYEARECAAYFAlIt9rkACgkQ+gerLs4ltQ4G+ACeJA6XZdZzR0EXWWWuiHAGJNTY
TPQAnAgR9Uj3L1IqT5a1+sLrDugHAF8c
=vHtg
-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: 4, OK: 8

2013-09-09 Thread Marius Gedminas
On Sat, Sep 07, 2013 at 08:27:04PM -0400, Tres Seaver wrote:
> On 09/07/2013 07:00 PM, Zope tests summarizer wrote:
> > [1]FAILED  winbot / zope.app.authentication_py_265_32 
> > https://mail.zope.org/pipermail/zope-tests/2013-September/078621.html
> > 
> > 
> > [2]FAILED  winbot / zope.app.http_py_265_32 
> > https://mail.zope.org/pipermail/zope-tests/2013-September/078622.html
> > 
> > 
> > [3]FAILED  winbot / zope.app.publication_py_265_32 
> > https://mail.zope.org/pipermail/zope-tests/2013-September/078620.html
> > 
> > 
> > [4]FAILED  winbot / zope.app.wsgi_py_265_32 
> > https://mail.zope.org/pipermail/zope-tests/2013-September/078623.html
> 
> All four show the same failure in the bulidout phase:
> 
>  %< ---
> c:\buildslave\zope.app.wsgi\build>call "C:\Program Files (x86)\Microsoft
> Visual Studio 9.0\VC\VCVARSALL.bat" x86
> Setting environment for using Microsoft Visual Studio 2008 x86 tools.
> Develop: 'c:\\buildslave\\zope.app.wsgi\\build\\.'
> Installing test.
> While:
>   Installing test.
> Error: There is a version conflict.
> We already have: webtest 2.0.7
>  %< ---

Could be my fault.  I released zope.testbrowser 4.0.3 to PyPI a few days
ago, and it has install_requires = ['WebTest <= 1.3.4'].

OTOH it wasn't me who added that <= constraint, that happened a year ago:
https://github.com/zopefoundation/zope.testbrowser/commit/699a18bb2868d23cd7ab3da80cf394b75f977d91

I just made a release with all the accumulated changes.

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: 8

2013-09-09 Thread Adam GROSZER

On 09/09/2013 04:29 AM, Tres Seaver wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 09/08/2013 07:00 PM, Zope tests summarizer wrote:


[1]FAILED  winbot / zope.app.wsgi_py_265_32
https://mail.zope.org/pipermail/zope-tests/2013-September/078639.html


Same failure as yesterday::

   Installing test.
   While:
 Installing test.
   Error: There is a version conflict.
   We already have: webtest 2.0.7

Odd that the other three cleared up (or didn't they run?)



All 4 ran, all 4 failed.
Maybe it's a timing issue between the bot and the mailer?


--
Best regards,
 Adam GROSZER
--
Quote of the day:
To be sure of hitting the target, shoot first, and call whatever you hit 
the target.

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