zope-tests - FAILED: 1, OK: 12
This is the summary for test reports received on the zope-tests list between 2013-12-17 00:00:00 UTC and 2013-12-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] Still Failing - zopetoolkit_trunk - Build # 487 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 Still Failing - zopetoolkit_trunk - Build # 487 https://mail.zope.org/pipermail/zope-tests/2013-December/080108.html
On Thu, Dec 19, 2013 at 01:00:01AM +0100, Zope tests summarizer wrote:
[1] FAILED Still Failing - zopetoolkit_trunk - Build # 487 https://mail.zope.org/pipermail/zope-tests/2013-December/080108.html
Okay. If somebody will give me the steps to reproduce this, I'll try to fix it. Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/19/2013 03:34 AM, Marius Gedminas wrote:
On Thu, Dec 19, 2013 at 01:00:01AM +0100, Zope tests summarizer wrote:
[1] FAILED Still Failing - zopetoolkit_trunk - Build # 487 https://mail.zope.org/pipermail/zope-tests/2013-December/080108.html
Okay. If somebody will give me the steps to reproduce this, I'll try to fix it.
I just tried:: $ cd /tmp $ git clone git@github.com:zopefoundation/zope.testrunner $ cd zope.testrunner $ tox But that passes all tests. So does:: $ cd /tmp/zope.testrunner $ /opt/Python-2.7.x/bin/python bootstrap.py $ bin/buildout $ bin/test --all The jenkins.starzel.de box is doing the immoral equivalent of: $ svn co svn://svn.zope.org/repos/main/zopetoolkit/trunk ZTK $ cd ZTK $ /opt/Python-2.7.x/bin/virtualenv --no-pip . $ bin/easy_install -U setuptools $ bin/python bootstrap.py -c development-python2.cfg $ bin/buildout $ bin/test-ztk but I don't have time to wait for that one this afternoon. :( 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/ iEYEARECAAYFAlKzMTMACgkQ+gerLs4ltQ7yiQCfXwMoDr4jEspGswezZKNJ6M1t rlkAoNNFJwzr4aiH3/p55eael+PSI6CD =KwEO -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/19/2013 12:47 PM, Tres Seaver wrote:
The jenkins.starzel.de box is doing the immoral equivalent of:
$ svn co svn://svn.zope.org/repos/main/zopetoolkit/trunk ZTK $ cd ZTK $ /opt/Python-2.7.x/bin/virtualenv --no-pip . $ bin/easy_install -U setuptools $ bin/python bootstrap.py -c development-python2.cfg $ bin/buildout $ bin/test-ztk
but I don't have time to wait for that one this afternoon. :(
That doesn't fail for me either. :| 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/ iEYEARECAAYFAlKzQdQACgkQ+gerLs4ltQ4wxQCfSR1ZA0AHH/8xb/Y0f91ZTzE+ vN8AoKysTUeriKzo4BkfhoPvfgi3vM7H =qB2+ -----END PGP SIGNATURE-----
On Thu, Dec 19, 2013 at 01:58:28PM -0500, Tres Seaver wrote:
On 12/19/2013 12:47 PM, Tres Seaver wrote:
The jenkins.starzel.de box is doing the immoral equivalent of:
$ svn co svn://svn.zope.org/repos/main/zopetoolkit/trunk ZTK $ cd ZTK $ /opt/Python-2.7.x/bin/virtualenv --no-pip . $ bin/easy_install -U setuptools $ bin/python bootstrap.py -c development-python2.cfg $ bin/buildout $ bin/test-ztk
but I don't have time to wait for that one this afternoon. :(
That doesn't fail for me either. :|
It fails for me so yay. BTW as a last step I run bin/test-ztk-zope.testrunner -pvc -t testrunner-subunit.txt --ndiff and get ---------------------------------------------------------------------- File "/home/mg/src/zopetoolkit/src/zope.testrunner/src/zope/testrunner/tests/testrunner-subunit.txt", line 347, in testrunner-subunit.txt Failed example: testrunner.run_internal(defaults) Differences (ndiff with -expected +actual): test: sample2.sampletests_i tags: zope:import_error error: sample2.sampletests_i [ - Traceback (most recent call last): testrunner-ex/sample2/sampletests_i.py", line 1 importx unittest ^ SyntaxError: invalid syntax (the rest doesn't matter) Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
On Fri, Dec 20, 2013 at 03:15:10PM +0200, Marius Gedminas wrote:
It fails for me so yay.
BTW as a last step I run
bin/test-ztk-zope.testrunner -pvc -t testrunner-subunit.txt --ndiff
and get
---------------------------------------------------------------------- File "/home/mg/src/zopetoolkit/src/zope.testrunner/src/zope/testrunner/tests/testrunner-subunit.txt", line 347, in testrunner-subunit.txt Failed example: testrunner.run_internal(defaults) Differences (ndiff with -expected +actual): test: sample2.sampletests_i tags: zope:import_error error: sample2.sampletests_i [ - Traceback (most recent call last): testrunner-ex/sample2/sampletests_i.py", line 1 importx unittest ^ SyntaxError: invalid syntax
(the rest doesn't matter)
This should be fixed in r130367. Looks like it was a bug in testtools that was fixed somewhere between 0.9.30 and 0.9.34. Incidentally 'svn commit' of this one-line change took 1 minute and 29 seconds, then said Warning: post-commit hook failed (exit code 255) with no output. Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
participants (3)
-
Marius Gedminas -
Tres Seaver -
Zope tests summarizer