See http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/903/
------------------------------------------ Started by an SCM change Building in workspace http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/ Checkout:workspace / http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/ - hudson.remoting.LocalChannel@45a79117 Using strategy: Default Last Built Revision: Revision 4bd12233afc28bc60b40c09d7afbec6461ea9a68 (origin/master) Checkout:workspace / http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/ - hudson.remoting.LocalChannel@45a79117 Fetching changes from the remote Git repository Fetching upstream changes from git://github.com/phpmyadmin/phpmyadmin.git ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway ERROR: (Underlying report) : Error performing command: git fetch -t git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/* Command "git fetch -t git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: fatal: I don't handle protocol ' git'
ERROR: Could not fetch from any repository FATAL: Could not fetch from any repository hudson.plugins.git.GitException: Could not fetch from any repository at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:950) at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:908) at hudson.FilePath.act(FilePath.java:788) at hudson.FilePath.act(FilePath.java:770) at hudson.plugins.git.GitSCM.checkout(GitSCM.java:908) at hudson.model.AbstractProject.checkout(AbstractProject.java:1195) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:576) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:465) at hudson.model.Run.run(Run.java:1409) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:238)
Hi
Dne Tue, 14 Feb 2012 15:41:06 +0100 (CET) michal@cihar.com napsal(a):
See http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/903/
Started by an SCM change Building in workspace http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/ Checkout:workspace / http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/ - hudson.remoting.LocalChannel@45a79117 Using strategy: Default Last Built Revision: Revision 4bd12233afc28bc60b40c09d7afbec6461ea9a68 (origin/master) Checkout:workspace / http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/ - hudson.remoting.LocalChannel@45a79117 Fetching changes from the remote Git repository Fetching upstream changes from git://github.com/phpmyadmin/phpmyadmin.git ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway ERROR: (Underlying report) : Error performing command: git fetch -t git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/* Command "git fetch -t git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: fatal: I don't handle protocol ' git'
This particular error should be fixed now (extra space in configuration), though the test suite still fails (or rather timeouts) on some tests, which used to work. It happens to me in local build as well and I have no clue where the timeouts are coming from. Maybe somebody could enlighten me? I'm running phpunit 3.6.10, what seems to be latest available version.
Le 2012-02-14 09:49, Michal Čihař a écrit :
Hi
Dne Tue, 14 Feb 2012 15:41:06 +0100 (CET) michal@cihar.com napsal(a):
See http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/903/
Started by an SCM change Building in workspace http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/ Checkout:workspace / http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/ - hudson.remoting.LocalChannel@45a79117 Using strategy: Default Last Built Revision: Revision 4bd12233afc28bc60b40c09d7afbec6461ea9a68 (origin/master) Checkout:workspace / http://ci.phpmyadmin.net/job/phpMyAdmin-continuous/ws/ - hudson.remoting.LocalChannel@45a79117 Fetching changes from the remote Git repository Fetching upstream changes from git://github.com/phpmyadmin/phpmyadmin.git ERROR: Problem fetching from origin / origin - could be unavailable. Continuing anyway ERROR: (Underlying report) : Error performing command: git fetch -t git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/* Command "git fetch -t git://github.com/phpmyadmin/phpmyadmin.git +refs/heads/*:refs/remotes/origin/*" returned status code 128: fatal: I don't handle protocol ' git'
This particular error should be fixed now (extra space in configuration), though the test suite still fails (or rather timeouts) on some tests, which used to work. It happens to me in local build as well and I have no clue where the timeouts are coming from. Maybe somebody could enlighten me? I'm running phpunit 3.6.10, what seems to be latest available version.
Is it normal that both phpMyAdmin and phpMyAdmin-continuous are currently building?
Hi
Dne Tue, 14 Feb 2012 10:02:29 -0500 Marc Delisle marc@infomarc.info napsal(a):
Is it normal that both phpMyAdmin and phpMyAdmin-continuous are currently building?
Yes and no - I've restarted them recently after fixing git repository URL, however the build takes so long because several tests timeout. And this is issue I fail to understand what is going on. I can reproduce it on my local machine as well...
Hi
Dne Tue, 14 Feb 2012 15:49:11 +0100 Michal Čihař michal@cihar.com napsal(a):
This particular error should be fixed now (extra space in configuration), though the test suite still fails (or rather timeouts) on some tests, which used to work. It happens to me in local build as well and I have no clue where the timeouts are coming from. Maybe somebody could enlighten me? I'm running phpunit 3.6.10, what seems to be latest available version.
More details on this:
The timeout happens only if coverage reports are enabled (what we do by default) and xdebug extension is available.
Then it is quite easy for me to trigger it using:
phpunit test/classes/PMA_Config_test.php
... 1) PMA_ConfigTest::testLoadDefaults PHP_Invoker_TimeoutException: Execution aborted after 1 second
test/classes/PMA_Config_test.php:254 ...
On 14/02/2012 16:40, Michal Čihař wrote:
Hi
Dne Tue, 14 Feb 2012 15:49:11 +0100 Michal Čihař michal@cihar.com napsal(a):
This particular error should be fixed now (extra space in configuration), though the test suite still fails (or rather timeouts) on some tests, which used to work. It happens to me in local build as well and I have no clue where the timeouts are coming from. Maybe somebody could enlighten me? I'm running phpunit 3.6.10, what seems to be latest available version.
Can you track down since which commit the tests fail?
Hi
Dne Tue, 14 Feb 2012 17:56:21 +0100 Dieter Adriaenssens dieter.adriaenssens@gmail.com napsal(a):
On 14/02/2012 16:40, Michal Čihař wrote:
Hi
Dne Tue, 14 Feb 2012 15:49:11 +0100 Michal Čihař michal@cihar.com napsal(a):
This particular error should be fixed now (extra space in configuration), though the test suite still fails (or rather timeouts) on some tests, which used to work. It happens to me in local build as well and I have no clue where the timeouts are coming from. Maybe somebody could enlighten me? I'm running phpunit 3.6.10, what seems to be latest available version.
Can you track down since which commit the tests fail?
I can track it down to recent pear update, which did upgrade phpunit and dozen of other modules... I don't think it's caused by change in our code, but rather by something what has changed in phpunit or php-coverage.