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

2013-06-04 Thread Adam GROSZER

On 06/03/2013 04:59 PM, Tres Seaver wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/03/2013 09:04 AM, Adam GROSZER wrote:

On 06/03/2013 02:37 PM, Tres Seaver wrote:

-BEGIN PGP SIGNED MESSAGE- Hash: SHA1

On 06/02/2013 09:00 PM, Zope tests summarizer wrote:

This is the summary for test reports received on the zope-tests
list between 2013-06-01 00:00:00 UTC and 2013-06-02 00:00:00 UTC:


I'm not sure where we are with these failures.  I can't reproduce
the exact failures on fresh checkouts, but I believe we are in a
weird state due to a combination of factors:

- - distribute / setuptools merger - - PyPI now HTTPS-only - - PyPI
CDN caching?

I think we should be aiming to switch our bootstraps over ASAP to
pick up setuptools 0.7:  it doesn't appear to be simple at the
moment to get that installed, as there is no 'ez_setup.py' in the
beta location:

https://bitbucket.org/pypa/setuptools/downloads



I think it's the first. It seems to be a distribute vs setuptools
fight. I recently installed distribute in site-packages, but that does
not seem to help.


Would it help to update to setuptools-0.7 in the 'site-packages'
(removing distribute completely)?  I have the feeling that the faster we
put setuptools-0.6 and distribute behind us, the better off we will be.

I've played with it some this morning:  the major issue for our buildouts
is to get an 'ez_setup.py' selected which doesn't look for setuptools-0.7
on PyPI -- I don't quite know why, but it is only available here:

   https://bitbucket.org/pypa/setuptools/downloads

The attached file woks for me using e.g.:

  $ /path/to/python bootstrap.py --setup-source=file:///tmp/ez_setup.py



Seems like installing setuptools-0.7.1.tar.gz in site-packages solved 
it. No need to add --setup-source to bootstrap.


See here:

http://winbot.zope.org/builders/zope.annotation_py_265_32/builds/885

As next if setuptools-0.7 is the ultimate solution we should push the 
guys to use and respect tests on windows. That might catch problems earlier.


--
Best regards,
 Adam GROSZER
--
Quote of the day:
A woman is like a teabag -- you can't tell how strong she is until you 
put her in hot water.  -  Nancy Reagan

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

2013-06-04 Thread Adam GROSZER



On 06/04/2013 10:08 AM, Adam GROSZER wrote:

On 06/03/2013 04:59 PM, Tres Seaver wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/03/2013 09:04 AM, Adam GROSZER wrote:

On 06/03/2013 02:37 PM, Tres Seaver wrote:

-BEGIN PGP SIGNED MESSAGE- Hash: SHA1

On 06/02/2013 09:00 PM, Zope tests summarizer wrote:

This is the summary for test reports received on the zope-tests
list between 2013-06-01 00:00:00 UTC and 2013-06-02 00:00:00 UTC:


I'm not sure where we are with these failures.  I can't reproduce
the exact failures on fresh checkouts, but I believe we are in a
weird state due to a combination of factors:

- - distribute / setuptools merger - - PyPI now HTTPS-only - - PyPI
CDN caching?

I think we should be aiming to switch our bootstraps over ASAP to
pick up setuptools 0.7:  it doesn't appear to be simple at the
moment to get that installed, as there is no 'ez_setup.py' in the
beta location:

https://bitbucket.org/pypa/setuptools/downloads



I think it's the first. It seems to be a distribute vs setuptools
fight. I recently installed distribute in site-packages, but that does
not seem to help.


Would it help to update to setuptools-0.7 in the 'site-packages'
(removing distribute completely)?  I have the feeling that the faster we
put setuptools-0.6 and distribute behind us, the better off we will be.

I've played with it some this morning:  the major issue for our buildouts
is to get an 'ez_setup.py' selected which doesn't look for setuptools-0.7
on PyPI -- I don't quite know why, but it is only available here:

   https://bitbucket.org/pypa/setuptools/downloads

The attached file woks for me using e.g.:

  $ /path/to/python bootstrap.py --setup-source=file:///tmp/ez_setup.py



Seems like installing setuptools-0.7.1.tar.gz in site-packages solved
it. No need to add --setup-source to bootstrap.

See here:

http://winbot.zope.org/builders/zope.annotation_py_265_32/builds/885

As next if setuptools-0.7 is the ultimate solution we should push the
guys to use and respect tests on windows. That might catch problems
earlier.



Meeeh now the other half seems to fail...

We should decide what's the current stable mix of tools, then a script 
or someone needs to go through all packages.


Or, I'll use again a central bootstrap.py for all packages. Which is 
kind of misleading in tests.


--
Best regards,
 Adam GROSZER
--
Quote of the day:
The probability that we may fail in the struggle ought not to deter us 
from the support of a cause we believe to be just.

- Abraham Lincoln
___
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: 86, OK: 5

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

On 06/02/2013 09:00 PM, Zope tests summarizer wrote:
 This is the summary for test reports received on the zope-tests list
 between 2013-06-01 00:00:00 UTC and 2013-06-02 00:00:00 UTC:

I'm not sure where we are with these failures.  I can't reproduce the
exact failures on fresh checkouts, but I believe we are in a weird state
due to a combination of factors:

- - distribute / setuptools merger
- - PyPI now HTTPS-only
- - PyPI CDN caching?

I think we should be aiming to switch our bootstraps over ASAP to pick up
setuptools 0.7:  it doesn't appear to be simple at the moment to get that
installed, as there is no 'ez_setup.py' in the beta location:

  https://bitbucket.org/pypa/setuptools/downloads



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

iEYEARECAAYFAlGsjhoACgkQ+gerLs4ltQ4+SACglPxJ5J5b7eJV5yUfADFVjeAR
bJsAoNJYhnaciMoGMqkP14KRGsFiO7ux
=qGub
-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: 86, OK: 5

2013-06-03 Thread Wichert Akkerman

On Jun 3, 2013, at 14:37 , Tres Seaver tsea...@palladion.com wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1
 
 On 06/02/2013 09:00 PM, Zope tests summarizer wrote:
 This is the summary for test reports received on the zope-tests list
 between 2013-06-01 00:00:00 UTC and 2013-06-02 00:00:00 UTC:
 
 I'm not sure where we are with these failures.  I can't reproduce the
 exact failures on fresh checkouts, but I believe we are in a weird state
 due to a combination of factors:
 
 - - distribute / setuptools merger
 - - PyPI now HTTPS-only
 - - PyPI CDN caching?
 
 I think we should be aiming to switch our bootstraps over ASAP to pick up
 setuptools 0.7:  it doesn't appear to be simple at the moment to get that
 installed, as there is no 'ez_setup.py' in the beta location:

It also doesn't help that buildout 2 switched to requiring distribute just 
before distributed was merged into setuptools again.

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] zope-tests - FAILED: 86, OK: 5

2013-06-03 Thread Adam GROSZER

On 06/03/2013 02:37 PM, Tres Seaver wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 06/02/2013 09:00 PM, Zope tests summarizer wrote:

This is the summary for test reports received on the zope-tests list
between 2013-06-01 00:00:00 UTC and 2013-06-02 00:00:00 UTC:


I'm not sure where we are with these failures.  I can't reproduce the
exact failures on fresh checkouts, but I believe we are in a weird state
due to a combination of factors:

- - distribute / setuptools merger
- - PyPI now HTTPS-only
- - PyPI CDN caching?

I think we should be aiming to switch our bootstraps over ASAP to pick up
setuptools 0.7:  it doesn't appear to be simple at the moment to get that
installed, as there is no 'ez_setup.py' in the beta location:

   https://bitbucket.org/pypa/setuptools/downloads



I think it's the first. It seems to be a distribute vs setuptools fight.
I recently installed distribute in site-packages, but that does not seem 
to help.


--
Best regards,
 Adam GROSZER
--
Quote of the day:
A man without God is not like a cake without raisins; he is like a cake 
without the flour and milk; he lacks the essential ingredients...

- Bishop Fulton J. Sheen
___
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: 86, OK: 5

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

On 06/03/2013 09:04 AM, Adam GROSZER wrote:
 On 06/03/2013 02:37 PM, Tres Seaver wrote:
 -BEGIN PGP SIGNED MESSAGE- Hash: SHA1
 
 On 06/02/2013 09:00 PM, Zope tests summarizer wrote:
 This is the summary for test reports received on the zope-tests
 list between 2013-06-01 00:00:00 UTC and 2013-06-02 00:00:00 UTC:
 
 I'm not sure where we are with these failures.  I can't reproduce
 the exact failures on fresh checkouts, but I believe we are in a
 weird state due to a combination of factors:
 
 - - distribute / setuptools merger - - PyPI now HTTPS-only - - PyPI
 CDN caching?
 
 I think we should be aiming to switch our bootstraps over ASAP to
 pick up setuptools 0.7:  it doesn't appear to be simple at the
 moment to get that installed, as there is no 'ez_setup.py' in the
 beta location:
 
 https://bitbucket.org/pypa/setuptools/downloads
 
 
 I think it's the first. It seems to be a distribute vs setuptools
 fight. I recently installed distribute in site-packages, but that does
 not seem to help.

Would it help to update to setuptools-0.7 in the 'site-packages'
(removing distribute completely)?  I have the feeling that the faster we
put setuptools-0.6 and distribute behind us, the better off we will be.

I've played with it some this morning:  the major issue for our buildouts
is to get an 'ez_setup.py' selected which doesn't look for setuptools-0.7
on PyPI -- I don't quite know why, but it is only available here:

  https://bitbucket.org/pypa/setuptools/downloads

The attached file woks for me using e.g.:

 $ /path/to/python bootstrap.py --setup-source=file:///tmp/ez_setup.py




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

iEYEARECAAYFAlGsr2oACgkQ+gerLs4ltQ4fcwCcCKice5D4MObbCuUEkeq88AT3
F+UAoI5Jlfwa44MsmfpPOO4Z1i9kVfO0
=Iiof
-END PGP SIGNATURE-


ez_setup.py
Description: application/httpd-cgi
___
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 )