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.
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
Am 19.8.2014 um 00:09 schrieb Stas Malyshev smalyshev@sugarcrm.com:
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.Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
Hi,
yes, phpdbg is not ported yet to phpng. I planned to port it when I have time, that'll be in first week of September.
Until then, feel free to remove phpdbg from travis build. (I'll add it then again)
Bob
Am 19.8.2014 um 00:09 schrieb Stas Malyshev smalyshev@sugarcrm.com:
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.Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/Hi,
yes, phpdbg is not ported yet to phpng. I planned to port it when I have
time, that'll be in first week of September.Until then, feel free to remove phpdbg from travis build. (I'll add it
then again)
Removed phpdbg build from configure, and master builds fine.
Removed its tests as well to have travis finish green.
Kaplan
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/
On Thu, Aug 21, 2014 at 12:29 AM, Stas Malyshev smalyshev@sugarcrm.com
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 travis finished OK.
But some of the tests fail:
The command "./sapi/cli/php run-tests.php -p pwd
/sapi/cli/php -g
"FAIL,XFAIL,BORK,WARN,LEAK,SKIP" --show-diff --set-timeout 120" exited with
Still didn't check it.
Kaplan
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/
Hi Stas,
Can you post the list of failed tests
Thanks. Dmitry.
On Thu, Aug 21, 2014 at 11:49 AM, Stas Malyshev smalyshev@sugarcrm.com
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 memory errors. Somebody probably should look into this.--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
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 see many instances. Also something like this:
001+ Fatal error: Uncaught ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ�,�J
on Zend/tests/bug64821.3.phpt, which does not produce crash but clearly
is a memory error and fails the test.
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/