Re: [Zope-dev] Zope Tests: 26 OK, 10 Failed, 5 Unknown

2010-07-06 Thread Adam GROSZER
Hello,

I think I got it, see r114275. Let's wait for the bot to confirm.
The environment was completely REPLACED, thus wiping away PATH.

Tuesday, July 6, 2010, 8:45:51 PM, you wrote:

AG> huh
AG> weird, svn.exe is in c:\svn and it's on path:
AG> excerpt from the log:
AG> OS=Windows_NT
AG> 
PATH=C:\svn;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\python25_sys;c:\python25_sys\scripts;C:\Program
AG> Files (x86)\GnuWin32\bin
AG> PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PY


AG> On Tue, Jul 6, 2010 at 8:37 PM, Hanno Schlichting  wrote:
>> On Tue, Jul 6, 2010 at 1:58 PM, Zope Tests Summarizer
>>  wrote:
>>> Summary of messages to the zope-tests list.
>>> Period Mon Jul  5 12:00:00 2010 UTC to Tue Jul  6 12:00:00 2010 UTC.
>>> There were 41 messages: 6 from Zope Tests, 3 from buildbot at 
>>> enfoldsystems.com, 11 from buildbot at winbot.zope.org, 11 from ccomb at 
>>> free.fr, 1 from ct at gocept.com, 9 from jdriessen at thehealthagency.com.
>>>
>>>
>>> Test failures
>>> -
>>>
>>> Subject: FAILED : winbot / ztk_dev py_265_win64
>>> From: buildbot at winbot.zope.org
>>> Date: Mon Jul  5 22:46:05 EDT 2010
>>> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016126.html
>>
>> One of the test failures is this:
>>
>> Running test-zopeapp-zope.app.applicationcontrol
>> test-zopeapp-zope.app.applicationcontrol failed with:
>> Running zope.app.applicationcontrol.testing.ApplicationControlLayer tests:
>>  Set up zope.app.applicationcontrol.testing.ApplicationControlLayer
>> in 1.843 seconds.
>>  Ran 4 tests with 0 failures and 0 errors in 0.516 seconds.
>> Running zope.testing.testrunner.layer.UnitTests tests:
>>  Tear down zope.app.applicationcontrol.testing.ApplicationControlLayer
>> in 0.000 seconds.
>>  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
>> 'svn' is not recognized as an internal or external command,
>> operable program or batch file.
>>
>>
>> Failure in test test_WrongLocale
>> (zope.app.applicationcontrol.tests.test_zopeversion.Test)
>> Traceback (most recent call last):
>>  File "c:\Python26_32\lib\unittest.py", line 279, in run
>>testMethod()
>>  File 
>> "c:\buildslave\ztk_dev_py_265_win32\build\src\zope.app.applicationcontrol\src\zope\app\applicationcontrol\tests\test_zopeversion.py",
>> line 136, in test_WrongLocale
>>self.assert_(zv.result.startswith('Development/Revision: '))
>>  File "c:\Python26_32\lib\unittest.py", line 325, in failUnless
>>if not expr: raise self.failureException, msg
>> AssertionError
>>
>>
>> Note the "'svn' is not recognized as an internal or external command," in 
>> there.
>>
>> Adam, does the build environment have Subversion installed and
>> accessible as "svn" on the path?
>>
>> Hanno
>>





-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
Opacity is an irresistible challenge

___
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: 26 OK, 10 Failed, 5 Unknown

2010-07-06 Thread Adam Groszer
huh
weird, svn.exe is in c:\svn and it's on path:
excerpt from the log:
OS=Windows_NT
PATH=C:\svn;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\python25_sys;c:\python25_sys\scripts;C:\Program
Files (x86)\GnuWin32\bin
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.PY


On Tue, Jul 6, 2010 at 8:37 PM, Hanno Schlichting  wrote:
> On Tue, Jul 6, 2010 at 1:58 PM, Zope Tests Summarizer
>  wrote:
>> Summary of messages to the zope-tests list.
>> Period Mon Jul  5 12:00:00 2010 UTC to Tue Jul  6 12:00:00 2010 UTC.
>> There were 41 messages: 6 from Zope Tests, 3 from buildbot at 
>> enfoldsystems.com, 11 from buildbot at winbot.zope.org, 11 from ccomb at 
>> free.fr, 1 from ct at gocept.com, 9 from jdriessen at thehealthagency.com.
>>
>>
>> Test failures
>> -
>>
>> Subject: FAILED : winbot / ztk_dev py_265_win64
>> From: buildbot at winbot.zope.org
>> Date: Mon Jul  5 22:46:05 EDT 2010
>> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016126.html
>
> One of the test failures is this:
>
> Running test-zopeapp-zope.app.applicationcontrol
> test-zopeapp-zope.app.applicationcontrol failed with:
> Running zope.app.applicationcontrol.testing.ApplicationControlLayer tests:
>  Set up zope.app.applicationcontrol.testing.ApplicationControlLayer
> in 1.843 seconds.
>  Ran 4 tests with 0 failures and 0 errors in 0.516 seconds.
> Running zope.testing.testrunner.layer.UnitTests tests:
>  Tear down zope.app.applicationcontrol.testing.ApplicationControlLayer
> in 0.000 seconds.
>  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
> 'svn' is not recognized as an internal or external command,
> operable program or batch file.
>
>
> Failure in test test_WrongLocale
> (zope.app.applicationcontrol.tests.test_zopeversion.Test)
> Traceback (most recent call last):
>  File "c:\Python26_32\lib\unittest.py", line 279, in run
>    testMethod()
>  File 
> "c:\buildslave\ztk_dev_py_265_win32\build\src\zope.app.applicationcontrol\src\zope\app\applicationcontrol\tests\test_zopeversion.py",
> line 136, in test_WrongLocale
>    self.assert_(zv.result.startswith('Development/Revision: '))
>  File "c:\Python26_32\lib\unittest.py", line 325, in failUnless
>    if not expr: raise self.failureException, msg
> AssertionError
>
>
> Note the "'svn' is not recognized as an internal or external command," in 
> there.
>
> Adam, does the build environment have Subversion installed and
> accessible as "svn" on the path?
>
> Hanno
>



-- 
Best regards,
Adam
___
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: 26 OK, 10 Failed, 5 Unknown

2010-07-06 Thread Hanno Schlichting
On Tue, Jul 6, 2010 at 4:42 PM, Tres Seaver  wrote:
>> Subject: UNKNOWN : Zope-trunk-alltests Python-2.6.5 : Linux
>> From: Zope Tests
>> Date: Mon Jul  5 21:34:57 EDT 2010
>> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016119.html
>
> These are build failures in the mr.developer step to get DataTime
> checked out.  We should figure out how to fix that, but in the meantime,
> why are we not running with a released version of DateTime?

Stefan and me spent some time on this yesterday and today but couldn't
figure the SVN + SSH setup out. So I changed the sources.cfg to using
simple svn:// URL's.

We are currently running against DateTime trunk, as that has
unreleased changes. We could just as well do a new DateTime release :)

Hanno
___
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: 26 OK, 10 Failed, 5 Unknown

2010-07-06 Thread Hanno Schlichting
On Tue, Jul 6, 2010 at 1:58 PM, Zope Tests Summarizer
 wrote:
> Summary of messages to the zope-tests list.
> Period Mon Jul  5 12:00:00 2010 UTC to Tue Jul  6 12:00:00 2010 UTC.
> There were 41 messages: 6 from Zope Tests, 3 from buildbot at 
> enfoldsystems.com, 11 from buildbot at winbot.zope.org, 11 from ccomb at 
> free.fr, 1 from ct at gocept.com, 9 from jdriessen at thehealthagency.com.
>
>
> Test failures
> -
>
> Subject: FAILED : winbot / ztk_dev py_265_win64
> From: buildbot at winbot.zope.org
> Date: Mon Jul  5 22:46:05 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016126.html

One of the test failures is this:

Running test-zopeapp-zope.app.applicationcontrol
test-zopeapp-zope.app.applicationcontrol failed with:
Running zope.app.applicationcontrol.testing.ApplicationControlLayer tests:
  Set up zope.app.applicationcontrol.testing.ApplicationControlLayer
in 1.843 seconds.
  Ran 4 tests with 0 failures and 0 errors in 0.516 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down zope.app.applicationcontrol.testing.ApplicationControlLayer
in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
'svn' is not recognized as an internal or external command,
operable program or batch file.


Failure in test test_WrongLocale
(zope.app.applicationcontrol.tests.test_zopeversion.Test)
Traceback (most recent call last):
  File "c:\Python26_32\lib\unittest.py", line 279, in run
testMethod()
  File 
"c:\buildslave\ztk_dev_py_265_win32\build\src\zope.app.applicationcontrol\src\zope\app\applicationcontrol\tests\test_zopeversion.py",
line 136, in test_WrongLocale
self.assert_(zv.result.startswith('Development/Revision: '))
  File "c:\Python26_32\lib\unittest.py", line 325, in failUnless
if not expr: raise self.failureException, msg
AssertionError


Note the "'svn' is not recognized as an internal or external command," in there.

Adam, does the build environment have Subversion installed and
accessible as "svn" on the path?

Hanno
___
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: 26 OK, 10 Failed, 5 Unknown

2010-07-06 Thread Adam GROSZER
Hello,

Tuesday, July 6, 2010, 4:42:23 PM, you wrote:


TS> ALso, Alan, can you please change the subject line such that the
TS> summarizer can interpret success / failure?  The spec is here:

TS> 
http://docs.zope.org/zopetoolkit/process/buildbots.html#informing-the-zope-developer-community-about-build-results

And here is a working buildbot config to copy:

http://buildbot.afpy.org/ztk1.0/master.cfg

-- 
Best regards,
 Adam GROSZERmailto:agros...@gmail.com
--
Quote of the day:
You couldn't even prove the White House staff sane beyond a reasonable doubt.  
-  Ed Meese, on the Hinckley verdict

___
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: 26 OK, 10 Failed, 5 Unknown

2010-07-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1


> Subject: FAILED : winbot / ztk_dev py_244_win32
> From: buildbot at winbot.zope.org
> Date: Mon Jul  5 22:12:48 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016123.html
> 
> Subject: FAILED : winbot / ztk_dev py_254_win32
> From: buildbot at winbot.zope.org
> Date: Mon Jul  5 22:24:10 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016124.html
> 
> Subject: FAILED : winbot / ztk_dev py_265_win32
> From: buildbot at winbot.zope.org
> Date: Mon Jul  5 22:34:57 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016125.html
> 
> Subject: FAILED : winbot / ztk_dev py_265_win64
> From: buildbot at winbot.zope.org
> Date: Mon Jul  5 22:46:05 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016126.html
> 
> Subject: FAILED : winbot / ztk_10 py_244_win32
> From: buildbot at winbot.zope.org
> Date: Mon Jul  5 22:53:55 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016127.html
> 
> Subject: FAILED : winbot / ztk_10 py_254_win32
> From: buildbot at winbot.zope.org
> Date: Mon Jul  5 23:01:17 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016128.html
> 
> Subject: FAILED : winbot / ztk_10 py_265_win32
> From: buildbot at winbot.zope.org
> Date: Mon Jul  5 23:08:22 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016129.html
> 
> Subject: FAILED : winbot / ztk_10 py_265_win64
> From: buildbot at winbot.zope.org
> Date: Mon Jul  5 23:15:28 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016130.html
> 
> Subject: FAILED : Zope Buildbot / ztk_win slave-win
> From: jdriessen at thehealthagency.com
> Date: Tue Jul  6 07:29:42 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016151.html

The "can't remove an open file" problem on Windows shows up in all of
these failures.  I know I saw at least one or two others in there
somewhere, but they also only fail on Windows, which means I can't
diagnose directly.


> Unknown
> ---
> 
> Subject: UNKNOWN : Zope-trunk Python-2.6.5 : Linux
> From: Zope Tests
> Date: Mon Jul  5 21:32:57 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016118.html
> 
> Subject: UNKNOWN : Zope-trunk-alltests Python-2.6.5 : Linux
> From: Zope Tests
> Date: Mon Jul  5 21:34:57 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016119.html

These are build failures in the mr.developer step to get DataTime
checked out.  We should figure out how to fix that, but in the meantime,
why are we not running with a released version of DateTime?

> Subject: [zodb-tests] buildbot failure in Enfold Systems on 
> zodb-trunk-python-2.4-maestro
> From: buildbot at enfoldsystems.com
> Date: Tue Jul  6 02:00:12 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016142.html
> 
> Subject: [zodb-tests] buildbot failure in Enfold Systems on 
> zodb-trunk-python-2.5-maestro
> From: buildbot at enfoldsystems.com
> Date: Tue Jul  6 02:00:25 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016143.html
> 
> Subject: [zodb-tests] buildbot failure in Enfold Systems on 
> zodb-trunk-python-2.6-maestro
> From: buildbot at enfoldsystems.com
> Date: Tue Jul  6 02:03:46 EDT 2010
> URL: http://mail.zope.org/pipermail/zope-tests/2010-July/016144.html

Thanks to Enfold for running the ZODB tests, which are failing to build
due to a missing bootstrap.py in the ZODB trunk;  I just checked one in.

ALso, Alan, can you please change the subject line such that the
summarizer can interpret success / failure?  The spec is here:

http://docs.zope.org/zopetoolkit/process/buildbots.html#informing-the-zope-developer-community-about-build-results



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

iEYEARECAAYFAkwzQMoACgkQ+gerLs4ltQ6l3wCeNt7lPsABMrm3lOn3SCHpPKmR
lBwAn1cd9xkuQb4moZJYEKCdfPL01lqq
=SIXr
-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 )