This is the summary for test reports received on the zope-tests list between 2014-03-17 00:00:00 UTC and 2014-03-18 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] Failure - zopetoolkit_trunk - Build # 578 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 Non-OK results -------------- [1] FAILED Failure - zopetoolkit_trunk - Build # 578 https://mail.zope.org/pipermail/zope-tests/2014-March/081365.html
On Wed, Mar 19, 2014 at 01:00:02AM +0100, Zope tests summarizer wrote:
[1] FAILED Failure - zopetoolkit_trunk - Build # 578 https://mail.zope.org/pipermail/zope-tests/2014-March/081365.html
I don't get buildout errors: Getting distribution for 'zope.container>=4.0.0a1'. Got zope.container 4.0.0a3. While: Installing test-ztk. Getting distribution for 'zope.container>=4.0.0a1'. Error: Picked: zope.container = 4.0.0a3 4.0.0a3 is >= 4.0.0a1, so what's the problem? allow-picked-versions = false? Missing entry in versions.cfg somewhere? Any ZTK gurus know what's going on here? Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
On Wed, Mar 19, 2014 at 8:01 AM, Marius Gedminas <marius@gedmin.as> wrote:
On Wed, Mar 19, 2014 at 01:00:02AM +0100, Zope tests summarizer wrote:
[1] FAILED Failure - zopetoolkit_trunk - Build # 578 https://mail.zope.org/pipermail/zope-tests/2014-March/081365.html
I don't get buildout errors:
Getting distribution for 'zope.container>=4.0.0a1'. Got zope.container 4.0.0a3. While: Installing test-ztk. Getting distribution for 'zope.container>=4.0.0a1'. Error: Picked: zope.container = 4.0.0a3
4.0.0a3 is >= 4.0.0a1, so what's the problem?
The configuration has asked that buildout should not pick versions by setting allow-picked-versions=false, but hasn't pinned the version of zope.container. Jim -- Jim Fulton http://www.linkedin.com/in/jimfulton
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/19/2014 08:58 AM, Jim Fulton wrote:
On Wed, Mar 19, 2014 at 8:01 AM, Marius Gedminas <marius@gedmin.as> wrote:
On Wed, Mar 19, 2014 at 01:00:02AM +0100, Zope tests summarizer wrote:
[1] FAILED Failure - zopetoolkit_trunk - Build # 578 https://mail.zope.org/pipermail/zope-tests/2014-March/081365.html
I don't get buildout errors:
Getting distribution for 'zope.container>=4.0.0a1'. Got zope.container 4.0.0a3. While: Installing test-ztk. Getting distribution for 'zope.container>=4.0.0a1'. Error: Picked: zope.container = 4.0.0a3
4.0.0a3 is >= 4.0.0a1, so what's the problem?
The configuration has asked that buildout should not pick versions by setting allow-picked-versions=false, but hasn't pinned the version of zope.container.
ztk-versions.cfg *does* pin zope.container (to 4.0.0a2 ATM). I can reproduce that issue only by checking out zope.container (via 'bin/develop co zope.container') and then re-running the buildout. At that point, buildout barfs (which it should not, IMNSHO) because the develop version is later than the pinned version. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlMp3n4ACgkQ+gerLs4ltQ7fVwCfUZge5hTB0UCoG/uXE2n6m8lY 6D4AoJ+uJ3dCUzhddELaJfO3qfYyoNy3 =mf5D -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/19/2014 02:14 PM, Tres Seaver wrote:
On 03/19/2014 08:58 AM, Jim Fulton wrote:
The configuration has asked that buildout should not pick versions by setting allow-picked-versions=false, but hasn't pinned the version of zope.container.
ztk-versions.cfg *does* pin zope.container (to 4.0.0a2 ATM).
I can reproduce that issue only by checking out zope.container (via 'bin/develop co zope.container') and then re-running the buildout. At that point, buildout barfs (which it should not, IMNSHO) because the develop version is later than the pinned version.
And this commit fixes that problem: https://github.com/zopefoundation/zope.container/commit/906691591fb51599175c... - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlMp334ACgkQ+gerLs4ltQ4h4QCfTgMIT8tdHXduOb3+JzIxtdmc mOYAn3LfLSHt4BIAW55g/FPVooYKYeEn =yLS/ -----END PGP SIGNATURE-----
participants (4)
-
Jim Fulton -
Marius Gedminas -
Tres Seaver -
Zope tests summarizer