Re: [Zope-dev] zope-tests - FAILED: 5, OK: 12

2013-09-16 Thread Marius Gedminas
On Mon, Sep 16, 2013 at 01:00:01AM +0200, Zope tests summarizer wrote:
 [1]winbot / zope.app.authentication_py_265_32
 [2]winbot / zope.app.http_py_265_32
 [3]winbot / zope.app.publication_py_265_32
 [4]winbot / zope.app.wsgi_py_265_32

WebTest version conflict

 [5]winbot / zope.testbrowser_py_265_32

Interesting new error:

Failure in test test_file_upload (zope.testbrowser.tests.test_browser)
Failed doctest test for zope.testbrowser.tests.test_browser.test_file_upload
  File 
c:\buildslave\zope.testbrowser\build\src\zope\testbrowser\tests\test_browser.py,
 line 324, in test_file_upload

--
File 
c:\buildslave\zope.testbrowser\build\src\zope\testbrowser\tests\test_browser.py,
 line 358, in zope.testbrowser.tests.test_browser.test_file_upload
Failed example:
browser.getControl('OK').click() # doctest: +REPORT_NDIFF +ELLIPSIS
Differences (ndiff with -expected +actual):
  POST / HTTP/1.1
- ...
- Content-disposition: form-data; name=foo; filename=x.csv
- Content-type: text/csv
+ Connection: close
+ Host: localhost
+ Referer: http://localhost/
+ User_Agent: Python-urllib/2.4
+ X_Zope_Handle_Errors: True
  BLANKLINE
+ --
+ Content-disposition: form-data; name=foo; filename=x.csv
+ Content-type: application/octet-stream
+
- blah blah blah
+ blah blah blah
?   +
- ...
+ --
+ BLANKLINE

  Ran 39 tests with 1 failures, 0 errors and 0 skipped in 1.328 seconds.

At first I suspected Windows line endings, but look closer:

- Content-type: text/csv
+ Content-type: application/octet-stream

Any ideas?

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: 5, OK: 12

2013-09-16 Thread Marius Gedminas
On Mon, Sep 16, 2013 at 01:50:32PM +0300, Marius Gedminas wrote:
 On Mon, Sep 16, 2013 at 01:00:01AM +0200, Zope tests summarizer wrote:
  [5]winbot / zope.testbrowser_py_265_32
 
 Interesting new error:
...
 At first I suspected Windows line endings, but look closer:
 
 - Content-type: text/csv
 + Content-type: application/octet-stream

rdesktop winbot.zope.org
Git Bash
$ /c/python26_32/python
 import mimetypes
 mimetypes.guess_type('x.csv')
(None, None)

So that's fun.

The test in question does

 browser.getControl(name='foo').add_file(
... b'blah blah blah', 'text/csv', 'x.csv')

and then we get to the implementation of .add_file(), which has this
nice little XXX comment

 # XXX: webtest relies on mimetypes.guess_type to get mime type of
 # upload file and doesn't let to set it explicitly, so we are ignoring
 # content_type parameter here. If it is still unacceptable, consider
 # using mock.object to force mimetypes to return right type.
 self._form[self.name] = webtest.forms.Upload(filename or '', contents)

and then ignores the content_type argument.

First of all, monkey-patch?  Instead of fixing the problem upstream?
Seriously?

Therefore https://github.com/Pylons/webtest/issues/86

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: 5, OK: 12

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


   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.authentication_py_265_32
[2]winbot / zope.app.http_py_265_32
[3]winbot / zope.app.publication_py_265_32
[4]winbot / zope.app.wsgi_py_265_32
[5]winbot / zope.testbrowser_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.authentication_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-September/078776.html


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


[3]FAILED  winbot / zope.app.publication_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-September/078775.html


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


[5]FAILED  winbot / zope.testbrowser_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-September/078779.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] zope-tests - FAILED: 5, OK: 12

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


   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.authentication_py_265_32
[2]winbot / zope.app.http_py_265_32
[3]winbot / zope.app.publication_py_265_32
[4]winbot / zope.app.wsgi_py_265_32
[5]winbot / zope.testbrowser_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.authentication_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-September/078759.html


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


[3]FAILED  winbot / zope.app.publication_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-September/078758.html


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


[5]FAILED  winbot / zope.testbrowser_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-September/078762.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] zope-tests - FAILED: 5, OK: 12

2013-04-20 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-04-19 00:00:00 UTC and 2013-04-20 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]Still Failing - zopetoolkit_trunk - Build # 239
[2]Still Failing - zopetoolkit_trunk - Build # 243
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[3]winbot / z3c.contents_py_265_32
[4]winbot / z3c.form_py_265_32
[5]winbot / zc.ngi_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  Still Failing - zopetoolkit_trunk - Build # 239
   https://mail.zope.org/pipermail/zope-tests/2013-April/074027.html


[2]FAILED  Still Failing - zopetoolkit_trunk - Build # 243
   https://mail.zope.org/pipermail/zope-tests/2013-April/074030.html


[3]FAILED  winbot / z3c.contents_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-April/074028.html


[4]FAILED  winbot / z3c.form_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-April/074026.html


[5]FAILED  winbot / zc.ngi_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-April/074029.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: 5, OK: 12

2013-03-20 Thread Marius Gedminas
On Wed, Mar 20, 2013 at 01:00:02AM +, Zope tests summarizer wrote:
 [1]Still Failing - zopetoolkit_trunk - Build # 207

Same four persistent import errors.

Back in February I thought these were caused by an incorrect setup.py in
ZODB.  That's been fixed, yet the errors persist.  And I can't reproduce
them using upstream master checkouts of, e.g., zope.container or
zope.traversal.

 [2]winbot / z3c.form_py_265_32

We're out of the lxml swamp and get exciting new failures!

\r\n instead of \n

 [3]winbot / z3c.formui_py_265_32

Network error while fetching distribute during bootstrap.

Aside: I sometimes hate how the new buildout 2.0 bootstrap.py always
downloads distribute.py.  It could at least use the buildout cache.

 [4]winbot / z3c.layer.ready2go_py_265_32
 [5]winbot / z3c.pagelet_py_265_32

Last builds succeeded for both!

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: 5, OK: 12

2013-03-20 Thread Adam GROSZER

On 03/20/2013 07:27 AM, Marius Gedminas wrote:



[3]winbot / z3c.formui_py_265_32


Network error while fetching distribute during bootstrap.

Aside: I sometimes hate how the new buildout 2.0 bootstrap.py always
downloads distribute.py.  It could at least use the buildout cache.



pypi distribute download count is at *51*, and that's just the 
latest version. btw, I think earlier bootstraps too download 
setuptools/distribute ignoring the buildout cache.


https://github.com/buildout/buildout/issues/107

--
Best regards,
 Adam GROSZER
--
Quote of the day:
I've made such a terrible mess of things... and all I wanted to do was 
rule the universe.

- Unknown
___
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: 5, OK: 12

2013-03-20 Thread Marius Gedminas
On Wed, Mar 20, 2013 at 08:30:27AM +0100, Adam GROSZER wrote:
 On 03/20/2013 07:27 AM, Marius Gedminas wrote:
 
 [3]winbot / z3c.formui_py_265_32
 
 Network error while fetching distribute during bootstrap.
 
 Aside: I sometimes hate how the new buildout 2.0 bootstrap.py always
 downloads distribute.py.  It could at least use the buildout cache.
 
 
 pypi distribute download count is at *51*, and that's just the
 latest version. btw, I think earlier bootstraps too download
 setuptools/distribute ignoring the buildout cache.

I have the recollection that earlier bootstraps always used my
/usr/lib/python2.7/dist-packages/setuptools, while the new bootstrap
always downloads (and then likes to upgrade from bootstrap-downloaded
0.6.35 to 0.6.28 from /usr/lib/python2.7 on the next bin/buildout run,
unless you run it with -n or -o).

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: 5, OK: 12

2013-03-20 Thread Marius Gedminas
On Wed, Mar 20, 2013 at 08:27:58AM +0200, Marius Gedminas wrote:
 On Wed, Mar 20, 2013 at 01:00:02AM +, Zope tests summarizer wrote:
  [1]Still Failing - zopetoolkit_trunk - Build # 207
 
 Same four persistent import errors.
 
 Back in February I thought these were caused by an incorrect setup.py in
 ZODB.  That's been fixed, yet the errors persist.  And I can't reproduce
 them using upstream master checkouts of, e.g., zope.container or
 zope.traversal.

I cannot reproduce these from a zopetoolkit checkout either.

  [2]winbot / z3c.form_py_265_32
 
 We're out of the lxml swamp and get exciting new failures!
 
 \r\n instead of \n

Fixed.

  [3]winbot / z3c.formui_py_265_32
 
 Network error while fetching distribute during bootstrap.
 
 Aside: I sometimes hate how the new buildout 2.0 bootstrap.py always
 downloads distribute.py.  It could at least use the buildout cache.

Checked for similar \r\n issues, found none.

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: 5, OK: 12

2013-03-19 Thread Zope tests summarizer
This is the summary for test reports received on the 
zope-tests list between 2013-03-18 00:00:00 UTC and 2013-03-19 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]Still Failing - zopetoolkit_trunk - Build # 207
   winbot / ZODB_dev py_265_win32
   winbot / ZODB_dev py_265_win64
   winbot / ZODB_dev py_270_win32
   winbot / ZODB_dev py_270_win64
[2]winbot / z3c.form_py_265_32
[3]winbot / z3c.formui_py_265_32
[4]winbot / z3c.layer.ready2go_py_265_32
[5]winbot / z3c.pagelet_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  Still Failing - zopetoolkit_trunk - Build # 207
   https://mail.zope.org/pipermail/zope-tests/2013-March/073425.html


[2]FAILED  winbot / z3c.form_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073421.html


[3]FAILED  winbot / z3c.formui_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073424.html


[4]FAILED  winbot / z3c.layer.ready2go_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073422.html


[5]FAILED  winbot / z3c.pagelet_py_265_32
   https://mail.zope.org/pipermail/zope-tests/2013-March/073423.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 )