Re: [Zope-dev] zope-tests - FAILED: 3, OK: 41

2012-05-18 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05/18/2012 08:21 AM, Tres Seaver wrote:
> On 05/18/2012 06:28 AM, Patrick Gerken wrote:
>> The first error (zope.app.appsetup) is due to deprecation warnings.
>> I am not sure here. Is it normal that tests configure logs to output
>>  deprecations to stdout?
> 
>> Is this the standard?
> 
> That is an oddball test -- it makes doctest assertions about the
> standar output of the server subprocess.  I"ve tried to remediate the
> deprecation warnings which break the (over fragile. IMNSHO)
> assertions.
> 
> Side note:  the deprecation warnings are due to use of 
> zope.interface.implements (and / or .implementsOnly, .classProvides). 
> Those APIs cannot work on Python3, due to its different class 
> initialization semantics, and so zope.interface 4.0.0 deprecates them
> in favor of the class decorators.  zope.component.adapts is likewise
> broken under Python3, but there is not yet a release which actually
> deprecates it.

Another note:  fixing the deprecations via class decorators means
dropping Python 2.5 compatibility.  I have therefore been creating
maintennance branches for all those packages and switching over ZTK 1.0 /
1.1 dev checkouts to use those branches.


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.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+2P7sACgkQ+gerLs4ltQ6X7ACgs2h8AG9jzykvzKX2P2+SzGhi
zWIAoMwGQqsFpFHDHnfXjqQJw0Tmsg5W
=z/eU
-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: 3, OK: 41

2012-05-18 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 05/18/2012 06:28 AM, Patrick Gerken wrote:
> The first error (zope.app.appsetup) is due to deprecation warnings. I
> am not sure here. Is it normal that tests configure logs to output 
> deprecations to stdout?
> 
> Is this the standard?

That is an oddball test -- it makes doctest assertions about the standar
output of the server subprocess.  I"ve tried to remediate the deprecation
warnings which break the (over fragile. IMNSHO) assertions.

Side note:  the deprecation warnings are due to use of
zope.interface.implements (and / or .implementsOnly, .classProvides).
Those APIs cannot work on Python3, due to its different class
initialization semantics, and so zope.interface 4.0.0 deprecates them in
favor of the class decorators.  zope.component.adapts is likewise broken
under Python3, but there is not yet a release which actually deprecates it.

> The zope.configuration errors are due to path issues with windows and 
> linux. '/' just isn't a path separator for everyone. It looks like 
> Tres is working on that.

I whacked a couple more moles[1] last night on that one.


[1] http://en.wikipedia.org/wiki/Whac-A-Mole for those of you who postdate
mechanical arcade games. :)


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.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk+2PtIACgkQ+gerLs4ltQ4dmgCguSexksElYMmqWluVjm5hSv4P
82QAoMP12LMrl77DuhcKn6iU4Wbg2shA
=qGyF
-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: 3, OK: 41

2012-05-18 Thread Patrick Gerken
The first error (zope.app.appsetup) is due to deprecation warnings.
I am not sure here. Is it normal that tests configure logs to output
deprecations to stdout?

Is this the standard?

The zope.configuration errors are due to path issues with windows and
linux. '/' just isn't a path separator for everyone. It looks like
Tres is working on that.

On Fri, May 18, 2012 at 3:00 AM, Zope tests summarizer  wrote:
> This is the summary for test reports received on the
> zope-tests list between 2012-05-16 00:00:00 UTC and 2012-05-17 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_265_win32
>       winbot / ZODB_dev py_265_win64
>       winbot / ZODB_dev py_270_win32
>       winbot / ZODB_dev py_270_win64
> [1]    winbot / zope.app.appsetup_py_265_32
> [2]    winbot / zope.configuration_py_265_32
> [3]    winbot / zope.configuration_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.appsetup_py_265_32
>       https://mail.zope.org/pipermail/zope-tests/2012-May/063172.html
>
>
> [2]    FAILED  winbot / zope.configuration_py_265_32
>       https://mail.zope.org/pipermail/zope-tests/2012-May/063174.html
>
>
> [3]    FAILED  winbot / zope.configuration_py_265_32
>       https://mail.zope.org/pipermail/zope-tests/2012-May/063165.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 )
___
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: 3, OK: 41

2012-05-17 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2012-05-16 00:00:00 UTC and 2012-05-17 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_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[1]winbot / zope.app.appsetup_py_265_32
[2]winbot / zope.configuration_py_265_32
[3]winbot / zope.configuration_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.appsetup_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2012-May/063172.html


[2]FAILED  winbot / zope.configuration_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2012-May/063174.html


[3]FAILED  winbot / zope.configuration_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2012-May/063165.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 )