Re: buildbot failure in ASF Buildbot on log4php-trunk

2012-03-22 Thread Christian Grobmeier
On Thu, Mar 22, 2012 at 10:55 AM, Ivan Habunek wrote: > I don't think any changes in the code would cause the error we're seeing. > > I think I know what may be up... > > If you look at the last good build, and the first failed one: > http://ci.apache.org/builders/log4php-trunk/builds/232/steps/co

Re: buildbot failure in ASF Buildbot on log4php-trunk

2012-03-22 Thread Ivan Habunek
I don't think any changes in the code would cause the error we're seeing. I think I know what may be up... If you look at the last good build, and the first failed one: http://ci.apache.org/builders/log4php-trunk/builds/232/steps/compile/logs/stdio http://ci.apache.org/builders/log4php-trunk/buil

Re: buildbot failure in ASF Buildbot on log4php-trunk

2012-03-22 Thread Christian Grobmeier
Ok anybody has got an idea on that? Not sure... did it always take the phpunit out from Gavins home? Somehow I doubt... Commits recently which might kill this build? Cheers Christian unit-testing: [mkdir] Created dir: /home/buildslave1/slave1/log4php-trunk/build/target/surefire-reports

Re: buildbot success in ASF Buildbot on log4php-trunk

2011-11-25 Thread Christian Grobmeier
I have asked on infra@ if I am allowed to install this. Stay tuned! On Mon, Nov 21, 2011 at 3:46 PM, Ivan Habunek wrote: > OK it worked, but now we have skipped tests. Probably mongodb. :-) > > Christian, If you have the time/energy, instructions for mongodb are here: > http://wiki.apache.org/log

Re: buildbot success in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
OK it worked, but now we have skipped tests. Probably mongodb. :-) Christian, If you have the time/energy, instructions for mongodb are here: http://wiki.apache.org/logging-log4php/SettingUpALinuxEnvironment#MongoDB It requires make to be installed, IIRC. Regards, Ivan On 21 November 2011 15:42

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
On 21 November 2011 15:21, Christian Grobmeier wrote: > Looks way better now: > > For the record, I needed to uninstall PHP_Unit/Selenium first Missed that one while copy/pasting from console. > Do you have a commit left to try out? :-) I'll find something just for this. :-) Ivan

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
Looks way better now: grobmeier@ceres:~$ less grobmeier@ceres:~$ ls /usr/share/php/PHPUnit/Framework/MockObject/ Autoload.php Generator.php InvocationMocker.php Matcher.php Stub/ Builder/ Invocation/ Invokable.php MockBuilder.php Stub.php Gen

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
On 21 November 2011 14:57, Christian Grobmeier wrote: > Can one reinstall a package with pear? After some trial and error. First uninstall all, this is the correct order: pear uninstall phpunit/PHPUnit pear uninstall phpunit/PHP_CodeCoverage pear uninstall phpunit/PHP_Timer pear uninstall phpunit

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Mon, Nov 21, 2011 at 2:21 PM, Ivan Habunek wrote: > /usr/share/php/PHPUnit/Framework/MockObject/ Something strange is going on. Look at this: grobmeier@ceres:~$ ls /usr/share/php/PHPUnit/Framework/MockObject/ Autoload.php Generator Invocation MockBuilder.php Stub Looking into Autoload, a

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
OK, first thing's first. Can you check if the file exists at all? This is the path it tries to load: /usr/share/php/PHPUnit/Framework/MockObject/Generator.php Regards, Ivan On 21 November 2011 13:42, Ivan Habunek wrote: > On 21 November 2011 13:32, Christian Grobmeier wrote: >> grobmeier@ceres:

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
On 21 November 2011 13:32, Christian Grobmeier wrote: > grobmeier@ceres:~$ pear list -c pear.phpunit.de > Installed packages, channel pear.phpunit.de: > > Package            Version State > File_Iterator      1.3.0   stable > PHPUnit            3.6.3  

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Mon, Nov 21, 2011 at 12:40 PM, Ivan Habunek wrote: > pear list -c pear.phpunit.de This is the output: grobmeier@ceres:~$ pear list -c pear.phpunit.de Installed packages, channel pear.phpunit.de: PackageVersion State File_Iterator

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Ivan Habunek
On 21 November 2011 12:02, Florian Semm wrote: > the mock-functionlity is a core-feature of phpunit. an update of phpunit > should be enougth. Hm, we updated phpunit a couple of weeks ago to version 3.6.3, that't the latest release. Christian, can you run the following command on the ci server,

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Florian Semm
Original-Nachricht > Datum: Mon, 21 Nov 2011 11:51:40 +0100 > Von: Christian Grobmeier > An: Log4PHP Dev > Betreff: Re: buildbot failure in ASF Buildbot on log4php-trunk > > this is the problem: > > > > Fatal error: phpunit_mockobject_autol

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
> this is the problem: > > Fatal error: phpunit_mockobject_autoload(): Failed opening required > '/usr/share/php/PHPUnit/Framework/MockObject/Generator.php' > > In my patch I use the phpunit getMock-method. maybe this caused the problem. Ah ok... is there any add on one must install to phpunit?

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Florian Semm
Original-Nachricht > Datum: Mon, 21 Nov 2011 11:38:50 +0100 > Von: Christian Grobmeier > An: Log4PHP Dev > Betreff: Re: buildbot failure in ASF Buildbot on log4php-trunk > On Mon, Nov 21, 2011 at 11:32 AM, Florian Semm > wrote: > > so what your proble

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Mon, Nov 21, 2011 at 11:32 AM, Florian Semm wrote: > so what your problems? :) Have not had time to look into this: http://ci.apache.org/builders/log4php-trunk/builds/155 > maybe we can solve them together ;) You are welcome! Cheers CHristian -- http://www.grobmeier.de https://www.timeand

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Florian Semm
Original-Nachricht > Datum: Mon, 21 Nov 2011 11:04:02 +0100 > Von: Christian Grobmeier > An: Log4PHP Dev > Betreff: Re: buildbot failure in ASF Buildbot on log4php-trunk > On Sat, Nov 19, 2011 at 2:27 PM, Florian Semm wrote: > > Am 19.11.2011

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-21 Thread Christian Grobmeier
On Sat, Nov 19, 2011 at 2:27 PM, Florian Semm wrote: > Am 19.11.2011 11:33, schrieb [email protected]: > what do you think about the ci-server jenkins? Here are the supported CIs from the ASF: http://ci.apache.org/ Jenkins is possible. Not sure if it does resolve our problems :-) -- http:

Re: buildbot failure in ASF Buildbot on log4php-trunk

2011-11-19 Thread Florian Semm
Am 19.11.2011 11:33, schrieb [email protected]: The Buildbot has detected a new failure on builder log4php-trunk while building ASF Buildbot. Full details are available at: http://ci.apache.org/builders/log4php-trunk/builds/155 Buildbot URL: http://ci.apache.org/ Buildslave for this Build:

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-09-18 Thread Christian Grobmeier
Wow, I thought you have killed log4php too :-) We had this error before a good while... I have meanwhile rights to do this, but i am really bad with administration. Gavin - don't know if you read this - can you advise how we solve this? Infra-ticket? Can you take a look? Cheers Christian On Sat,

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-09-18 Thread Ivan Habunek
Hm, I thought I messed something up with the last commit, but it seems I'm not to blame. :) Looks like xdebug failed to load because of version mismatch with zend engine api. Can we update xdebug on buildbot? Regards, Ivan P.S. Here's the bit of log which shows it: [INFO] Executing tasks [m

RE: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Gav...
> -Original Message- > From: Christian Grobmeier [mailto:[email protected]] > Sent: Tuesday, 5 January 2010 5:10 PM > To: Log4PHP Dev > Subject: Re: buildbot failure in ASF Buildbot on log4php-trunk > > Gavin, > according to: > http://ci.apache.org/builde

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Christian Grobmeier
Grobmeier [mailto:[email protected]] >> Sent: Tuesday, 5 January 2010 4:24 PM >> To: Log4PHP Dev >> Subject: Re: buildbot failure in ASF Buildbot on log4php-trunk >> >> Outch I didn't nothing special, just added a new line a >> changes.xml and corr

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Christian Grobmeier
age- >> From: Christian Grobmeier [mailto:[email protected]] >> Sent: Tuesday, 5 January 2010 4:24 PM >> To: Log4PHP Dev >> Subject: Re: buildbot failure in ASF Buildbot on log4php-trunk >> >> Outch I didn't nothing special, just added a new line a >>

RE: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Gav...
Sorry, fixed, an OS upgrade (today) meant that I needed to then link to sqlite3 instead of sqlite. Works again now. Gav... > -Original Message- > From: Christian Grobmeier [mailto:[email protected]] > Sent: Tuesday, 5 January 2010 4:24 PM > To: Log4PHP Dev > Subjec

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Christian Grobmeier
ah to fast with sendin... wanted to add that my local build works On Tue, Jan 5, 2010 at 7:23 AM, Christian Grobmeier wrote: > Outch I didn't nothing special, just added a new line a > changes.xml and corrected a constant name > > Modified: >   incubator/log4php/trunk/src/changes/changes.xml

Re: buildbot failure in ASF Buildbot on log4php-trunk

2010-01-04 Thread Christian Grobmeier
Outch I didn't nothing special, just added a new line a changes.xml and corrected a constant name Modified: incubator/log4php/trunk/src/changes/changes.xml incubator/log4php/trunk/src/main/php/helpers/LoggerOptionConverter.php Now its again PDO problem- isn't it weird?? Last time it was

Re: buildbot success in ASF Buildbot on log4php-trunk

2009-12-30 Thread Christian Grobmeier
Gavin, you are our hero :-) Thanks much! I am surprised that phunit upgrade helped with the pdo error - but good that it works now Cheers! On Wed, Dec 30, 2009 at 12:15 PM, Gav... wrote: > Yay, phpunit 3.4.5 installed, and with the other reinstalls I did today, all > tests now pass :) > > Buildb

RE: buildbot success in ASF Buildbot on log4php-trunk

2009-12-30 Thread Gav...
Yay, phpunit 3.4.5 installed, and with the other reinstalls I did today, all tests now pass :) Buildbot is useful once more. Gav... > -Original Message- > From: [email protected] [mailto:[email protected]] > Sent: Wednesday, 30 December 2009 9:53 PM > To: [email protected].

RE: buildbot failure in ASF Buildbot on log4php-trunk

2009-12-30 Thread Gav...
Apologies for the failed builds. Two things, I got buildbot email notifications working, so that's good at least. And I've solved most of the problems of https://issues.apache.org/jira/browse/INFRA-2294 Only thing left to do that I can see is the upgrade of phpunit. I can't remember how I got 3

RE: buildbot failure in ASF Buildbot on log4php-trunk

2009-11-26 Thread Gavin
> -Original Message- > From: Christian Grobmeier [mailto:[email protected]] > Sent: Wednesday, 25 November 2009 7:31 PM > To: Log4PHP Dev > Subject: Re: buildbot failure in ASF Buildbot on log4php-trunk > > Now, that I have a working account for this machine, I f

Re: buildbot failure in ASF Buildbot on log4php-trunk

2009-11-25 Thread Christian Grobmeier
Now, that I have a working account for this machine, I feel responsible for that. Will try to take care quite soon - sorry! Christian On Wed, Nov 25, 2009 at 9:30 AM, wrote: > The Buildbot has detected a failed build of log4php-trunk on ASF Buildbot. > Full details are available at: >  http://ci

Re: Buildbot

2009-05-05 Thread Knut Urdalen
Gavin wrote: Do you think log4php could utilise buildbot for running some tests ? http://ci.apache.org/buildbot.html Yes, it can, but I would prefer phpUnderControl [1] which gives us much more tools. I would like to see all the graphs with current code coverage, test reports, latest api do