Re: [PHP-DEV] master is broken on Travis

2014-08-21 Thread Stas Malyshev
Hi! > Can you post the list of failed tests Can be seen here: https://travis-ci.org/php/php-src/jobs/33142160 the list isn't full because it times out now (also shows multiple ** ERROR: process timed out ** messages). If you look there for "Segmentation fault" or "*** glibc detected ***" you'll

Re: [PHP-DEV] master is broken on Travis

2014-08-21 Thread Dmitry Stogov
Hi Stas, Can you post the list of failed tests Thanks. Dmitry. On Thu, Aug 21, 2014 at 11:49 AM, Stas Malyshev wrote: > Hi! > > > > > Committed and it works, the build done at travis finished OK. > > Yes, I saw it, thanks. A number of tests on debug version have errors or > segfaults or glibc

Re: [PHP-DEV] master is broken on Travis

2014-08-21 Thread Stas Malyshev
Hi! > > Committed and it works, the build done at travis finished OK. Yes, I saw it, thanks. A number of tests on debug version have errors or segfaults or glibc memory errors. Somebody probably should look into this. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/

Re: [PHP-DEV] master is broken on Travis

2014-08-20 Thread Lior Kaplan
On Thu, Aug 21, 2014 at 12:29 AM, Stas Malyshev wrote: > Hi! > > > Removed phpdbg build from configure, and master builds fine. > > > > Removed its tests as well to have travis finish green. > > Did you commit it? I see Travis CI build is still broken. > Committed and it works, the build done at

Re: [PHP-DEV] master is broken on Travis

2014-08-20 Thread Stas Malyshev
Hi! > Removed phpdbg build from configure, and master builds fine. > > Removed its tests as well to have travis finish green. Did you commit it? I see Travis CI build is still broken. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ -- PHP Internals - PHP Runtime D

Re: [PHP-DEV] master is broken on Travis

2014-08-20 Thread Lior Kaplan
On Tue, Aug 19, 2014 at 1:46 AM, Bob Weinand wrote: > Am 19.8.2014 um 00:09 schrieb Stas Malyshev : > > Hi! > > > > Since we've had phpng branch merged to master the build on Travis CI is > > broken for master (as in, doesn't even build). Could it be fixed? It's > > not a good thing that we have

Re: [PHP-DEV] master is broken on Travis

2014-08-18 Thread Bob Weinand
Am 19.8.2014 um 00:09 schrieb Stas Malyshev : > Hi! > > Since we've had phpng branch merged to master the build on Travis CI is > broken for master (as in, doesn't even build). Could it be fixed? It's > not a good thing that we have master branch that CI can not even run on. > I suspect it has to

[PHP-DEV] master is broken on Travis

2014-08-18 Thread Stas Malyshev
Hi! Since we've had phpng branch merged to master the build on Travis CI is broken for master (as in, doesn't even build). Could it be fixed? It's not a good thing that we have master branch that CI can not even run on. I suspect it has to do with phpdbg but didn't look into it in depth. -- Stani