Build failed in Jenkins: error-reporting-server #160
27 Sep
2016
27 Sep
'16
4:57 a.m.
See <https://ci.phpmyadmin.net/job/error-reporting-server/160/changes>
Changes:
[Michal Čihař] Remove timezone from test data
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f7984447f8480f815262987d75fdcebd9197110d (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f7984447f8480f815262987d75fdcebd9197110d
> git rev-list f5c1ca48ddfc5149fb619c845ea74925c6f70ff2 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson9192936017644220446.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.3.4 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 5.6.24-0+deb8u1
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 0.3988s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.1422s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.1338s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.1922s
[exec]
[exec] All Done. Took 0.8720s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 5.5.5 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 5.6.24-0+deb8u1
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 7.22 seconds, Memory: 19.75MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:69
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 8 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/160/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
17 Oct
17 Oct
9:32 a.m.
New subject: Build failed in Jenkins: error-reporting-server #161
See <https://ci.phpmyadmin.net/job/error-reporting-server/161/changes>
Changes:
[Michal Čihař] Simplify nginx sample setup
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 310faa118af0fd170a7970076712b4b8b3476e0f (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 310faa118af0fd170a7970076712b4b8b3476e0f
> git rev-list f7984447f8480f815262987d75fdcebd9197110d # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4428544016482356407.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing zendframework/zend-diactoros (1.3.6)
- Installing zendframework/zend-diactoros (1.3.7)
Downloading: Connecting... Downloading: 0% Downloading: 10% Downloading: 25% Downloading: 35% Downloading: 45% Downloading: 55% Downloading: 70% Downloading: 80% Downloading: 90% Downloading: 100%
- Removing cakephp/cakephp (3.3.4)
- Installing cakephp/cakephp (3.3.6)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/debug_kit (3.3.3)
- Installing cakephp/debug_kit (3.3.5)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/yaml (v3.1.4)
- Installing symfony/yaml (v3.1.5)
Loading from cache
- Removing phpunit/phpunit-mock-objects (3.2.7)
- Installing phpunit/phpunit-mock-objects (3.4.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing phpdocumentor/reflection-docblock (3.1.0)
- Installing phpdocumentor/reflection-docblock (3.1.1)
Loading from cache
- Removing phpunit/phpunit (5.5.5)
- Installing phpunit/phpunit (5.6.1)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/filesystem (v3.1.4)
- Installing symfony/filesystem (v3.1.5)
Loading from cache
- Removing symfony/config (v3.1.4)
- Installing symfony/config (v3.1.5)
Loading from cache
- Installing symfony/debug (v3.1.5)
Loading from cache
- Removing symfony/console (v3.1.4)
- Installing symfony/console (v3.1.5)
Loading from cache
- Removing symfony/stopwatch (v3.1.4)
- Installing symfony/stopwatch (v3.1.5)
Loading from cache
- Removing symfony/var-dumper (v3.1.4)
- Installing symfony/var-dumper (v3.1.5)
Downloading: Connecting... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 35% Downloading: 45% Downloading: 60% Downloading: 70% Downloading: 80% Downloading: 90% Downloading: 100%
- Removing symfony/event-dispatcher (v2.8.11)
- Installing symfony/event-dispatcher (v2.8.12)
Loading from cache
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Writing lock file
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.3.6 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 5.6.26-0+deb8u1
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 1.0184s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.2713s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.2296s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.3195s
[exec]
[exec] All Done. Took 1.8624s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 5.6.1 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 5.6.26-0+deb8u1
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 11.75 seconds, Memory: 20.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:69
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 15 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/161/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
14 Nov
14 Nov
11:01 a.m.
New subject: Build failed in Jenkins: error-reporting-server #162
See <https://ci.phpmyadmin.net/job/error-reporting-server/162/changes>
Changes:
[Michal Čihař] Update composer metadata
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 170065f7815de42615ed5b1c2b04a82e74fb8670 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 170065f7815de42615ed5b1c2b04a82e74fb8670
> git rev-list 310faa118af0fd170a7970076712b4b8b3476e0f # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson1108820016464326284.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing cakephp/cakephp (3.3.6)
- Installing cakephp/cakephp (3.3.8)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/debug_kit (3.3.5)
- Installing cakephp/debug_kit (3.4.1)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/yaml (v3.1.5)
- Installing symfony/yaml (v3.1.6)
Loading from cache
- Removing sebastian/recursion-context (1.0.2)
- Installing sebastian/recursion-context (1.0.3)
Downloading: Connecting... Downloading: 0% Downloading: 100%
- Removing phpunit/php-code-coverage (4.0.1)
- Installing phpunit/php-code-coverage (4.0.2)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 75% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing myclabs/deep-copy (1.5.4)
- Installing myclabs/deep-copy (1.5.5)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 100%
- Removing phpunit/phpunit (5.6.1)
- Installing phpunit/phpunit (5.6.3)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 80% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/filesystem (v3.1.5)
- Installing symfony/filesystem (v3.1.6)
Loading from cache
- Removing symfony/config (v3.1.5)
- Installing symfony/config (v3.1.6)
Loading from cache
- Removing symfony/debug (v3.1.5)
- Installing symfony/debug (v3.1.6)
Loading from cache
- Removing symfony/polyfill-mbstring (v1.2.0)
- Installing symfony/polyfill-mbstring (v1.3.0)
Loading from cache
- Removing symfony/console (v3.1.5)
- Installing symfony/console (v3.1.6)
Loading from cache
- Removing symfony/stopwatch (v3.1.5)
- Installing symfony/stopwatch (v3.1.6)
Loading from cache
- Removing symfony/var-dumper (v3.1.5)
- Installing symfony/var-dumper (v3.1.6)
Downloading: Connecting... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 35% Downloading: 45% Downloading: 55% Downloading: 65% Downloading: 75% Downloading: 80% Downloading: 90% Downloading: 100%
- Removing symfony/event-dispatcher (v2.8.12)
- Installing symfony/event-dispatcher (v2.8.13)
Loading from cache
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Writing lock file
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.3.8 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.12-1+0~20161015153741.13+jessie~1.gbp5ec345
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 0.3363s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.1509s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.1339s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.1508s
[exec]
[exec] All Done. Took 0.7899s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 5.6.3 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.12-1+0~20161015153741.13+jessie~1.gbp5ec345
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 8.62 seconds, Memory: 14.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:69
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 10 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/162/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
13 Dec
13 Dec
8 a.m.
New subject: Build failed in Jenkins: error-reporting-server #163
See <https://ci.phpmyadmin.net/job/error-reporting-server/163/changes>
Changes:
[devenbansod.bits] Change Create's headers to application/json and add nosniff header
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision be48fd599278db678a92396e0297851374cca33d (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f be48fd599278db678a92396e0297851374cca33d
> git rev-list 170065f7815de42615ed5b1c2b04a82e74fb8670 # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson3738934658446816608.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing cakephp/chronos (1.0.0)
- Installing cakephp/chronos (1.0.2)
Downloading: Connecting... Downloading: 0% Downloading: 10% Downloading: 35% Downloading: 45% Downloading: 50% Downloading: 70% Downloading: 95% Downloading: 100%
- Removing psr/log (1.0.0)
- Installing psr/log (1.0.2)
Loading from cache
- Removing cakephp/cakephp (3.3.8)
- Installing cakephp/cakephp (3.3.10)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/yaml (v3.1.6)
- Installing symfony/yaml (v3.2.0)
Loading from cache
- Removing symfony/debug (v3.1.6)
- Installing symfony/debug (v3.2.0)
Loading from cache
- Removing symfony/console (v3.1.6)
- Installing symfony/console (v3.2.0)
Loading from cache
- Removing symfony/filesystem (v3.1.6)
- Installing symfony/filesystem (v3.2.0)
Loading from cache
- Removing symfony/config (v3.1.6)
- Installing symfony/config (v3.2.0)
Loading from cache
- Removing cakephp/migrations (1.6.3)
- Installing cakephp/migrations (1.6.4)
Downloading: Connecting... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 35% Downloading: 45% Downloading: 50% Downloading: 60% Downloading: 70% Downloading: 75% Downloading: 85% Downloading: 95% Downloading: 100%
- Removing nikic/php-parser (v2.1.1)
- Installing nikic/php-parser (v3.0.2)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/var-dumper (v3.1.6)
- Installing symfony/var-dumper (v3.2.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 100%
- Removing psy/psysh (v0.7.2)
- Installing psy/psysh (v0.8.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/debug_kit (3.4.1)
- Installing cakephp/debug_kit (3.4.2)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing sebastian/version (2.0.0)
- Installing sebastian/version (2.0.1)
Downloading: Connecting... Downloading: 0% Downloading: 100%
- Removing sebastian/recursion-context (1.0.3)
- Installing sebastian/recursion-context (2.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 100%
- Removing sebastian/object-enumerator (1.0.0)
- Installing sebastian/object-enumerator (2.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 65% Downloading: 100%
- Removing sebastian/exporter (1.2.2)
- Installing sebastian/exporter (2.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 100%
- Removing sebastian/environment (1.3.8)
- Installing sebastian/environment (2.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 15% Downloading: 30% Downloading: 45% Downloading: 60% Downloading: 75% Downloading: 90% Downloading: 100%
- Removing sebastian/comparator (1.2.0)
- Installing sebastian/comparator (1.2.2)
Loading from cache
- Removing phpunit/phpunit-mock-objects (3.4.0)
- Installing phpunit/phpunit-mock-objects (3.4.3)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing phpunit/php-file-iterator (1.4.1)
- Installing phpunit/php-file-iterator (1.4.2)
Loading from cache
- Removing phpunit/php-token-stream (1.4.8)
- Installing phpunit/php-token-stream (1.4.9)
Loading from cache
- Removing phpunit/php-code-coverage (4.0.2)
- Installing phpunit/php-code-coverage (4.0.3)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing webmozart/assert (1.1.0)
- Installing webmozart/assert (1.2.0)
Loading from cache
- Removing phpdocumentor/type-resolver (0.2)
- Installing phpdocumentor/type-resolver (0.2.1)
Loading from cache
- Removing phpspec/prophecy (v1.6.1)
- Installing phpspec/prophecy (v1.6.2)
Loading from cache
- Removing phpunit/phpunit (5.6.3)
- Installing phpunit/phpunit (5.7.3)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/stopwatch (v3.1.6)
- Installing symfony/stopwatch (v3.2.0)
Loading from cache
- Removing symfony/event-dispatcher (v2.8.13)
- Installing symfony/event-dispatcher (v2.8.15)
Loading from cache
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Writing lock file
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.3.10 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.12-1+0~20161015153741.13+jessie~1.gbp5ec345
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 0.5334s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.1923s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.1543s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.2341s
[exec]
[exec] All Done. Took 1.1472s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 5.7.3 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.12-1+0~20161015153741.13+jessie~1.gbp5ec345
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 15.6 seconds, Memory: 14.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:69
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 19 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/163/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
22 Feb
22 Feb
3:26 a.m.
New subject: Build failed in Jenkins: error-reporting-server #164
See <https://ci.phpmyadmin.net/job/error-reporting-server/164/changes>
Changes:
[Michal Čihař] Escape user supplied data
[Michal Čihař] Correctly mention we use github
------------------------------------------
[...truncated 157 B...]
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 6d3b9f00ef05866b1477337a916ea4c5570274ff (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 6d3b9f00ef05866b1477337a916ea4c5570274ff
> git rev-list be48fd599278db678a92396e0297851374cca33d # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson5449769459079746928.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing aura/installer-default (1.0.0)
- Removing zendframework/zend-diactoros (1.3.7)
- Installing zendframework/zend-diactoros (1.3.10)
Downloading: Connecting... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 45% Downloading: 55% Downloading: 65% Downloading: 80% Downloading: 90% Downloading: 100%
- Removing cakephp/chronos (1.0.2)
- Installing cakephp/chronos (1.1.0)
Downloading: Connecting... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 30% Downloading: 40% Downloading: 100%
- Removing aura/intl (1.1.1)
- Installing aura/intl (3.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 100%
- Removing cakephp/cakephp (3.3.10)
- Installing cakephp/cakephp (3.4.1)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/yaml (v3.2.0)
- Installing symfony/yaml (v3.2.4)
Loading from cache
- Removing symfony/debug (v3.2.0)
- Installing symfony/debug (v3.2.4)
Loading from cache
- Removing symfony/console (v3.2.0)
- Installing symfony/console (v3.2.4)
Loading from cache
- Removing symfony/filesystem (v3.2.0)
- Installing symfony/filesystem (v3.2.4)
Loading from cache
- Removing symfony/config (v3.2.0)
- Installing symfony/config (v3.2.4)
Loading from cache
- Removing robmorgan/phinx (v0.5.3)
- Installing robmorgan/phinx (v0.6.5)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/migrations (1.6.4)
- Installing cakephp/migrations (1.6.7)
Downloading: Connecting... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 40% Downloading: 45% Downloading: 55% Downloading: 60% Downloading: 70% Downloading: 80% Downloading: 90% Downloading: 100%
- Removing nikic/php-parser (v3.0.2)
- Installing nikic/php-parser (v3.0.4)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/var-dumper (v3.2.0)
- Installing symfony/var-dumper (v3.2.4)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing psy/psysh (v0.8.0)
- Installing psy/psysh (v0.8.1)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Installing symfony/process (v3.2.4)
Loading from cache
- Installing symfony/finder (v3.2.4)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 100%
- Installing seld/phar-utils (1.0.1)
Downloading: Connecting... Downloading: 0% Downloading: 30% Downloading: 60% Downloading: 90% Downloading: 100%
- Installing seld/jsonlint (1.5.0)
Downloading: Connecting... Downloading: 0% Downloading: 40% Downloading: 70% Downloading: 95% Downloading: 100%
- Installing seld/cli-prompt (1.0.2)
Downloading: Connecting... Downloading: 0% Downloading: 15% Downloading: 30% Downloading: 100%
- Installing justinrainbow/json-schema (4.1.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 55% Downloading: 60% Downloading: 85% Downloading: 90% Downloading: 100%
- Installing composer/spdx-licenses (1.1.5)
Downloading: Connecting... Downloading: 0% Downloading: 35% Downloading: 100%
- Installing composer/semver (1.4.2)
Downloading: Connecting... Downloading: 0% Downloading: 35% Downloading: 100%
- Installing composer/ca-bundle (1.0.6)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Installing composer/composer (1.3.2)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/debug_kit (3.4.2)
- Installing cakephp/debug_kit (3.9.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/bake (1.2.8)
- Installing cakephp/bake (1.3.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 20% Downloading: 25% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 100%
- Removing sebastian/object-enumerator (2.0.0)
- Installing sebastian/object-enumerator (2.0.1)
Downloading: Connecting... Downloading: 0% Downloading: 100%
- Removing sebastian/comparator (1.2.2)
- Installing sebastian/comparator (1.2.4)
Loading from cache
- Removing phpunit/phpunit-mock-objects (3.4.3)
- Installing phpunit/phpunit-mock-objects (4.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 95% Downloading: 100%
- Removing phpunit/php-code-coverage (4.0.3)
- Installing phpunit/php-code-coverage (5.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing myclabs/deep-copy (1.5.5)
- Installing myclabs/deep-copy (1.6.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing phpunit/phpunit (5.7.3)
- Installing phpunit/phpunit (6.0.7)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/stopwatch (v3.2.0)
- Installing symfony/stopwatch (v3.2.4)
Loading from cache
- Removing symfony/event-dispatcher (v2.8.15)
- Installing symfony/event-dispatcher (v2.8.17)
Loading from cache
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Writing lock file
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.1 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.15-1+0~20170120094752.20+jessie~1.gbpe03972
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 0.4208s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.2089s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.1923s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.2505s
[exec]
[exec] All Done. Took 1.1135s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.0.7 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.15-1+0~20170120094752.20+jessie~1.gbpe03972
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 13.77 seconds, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:69
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 16 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/164/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
3:32 a.m.
New subject: Build failed in Jenkins: error-reporting-server #165
See <https://ci.phpmyadmin.net/job/error-reporting-server/165/changes>
Changes:
[Michal Čihař] Avoid using split which got removed in PHP 7
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 9e197f0642f7c5f490b910d95fc06f479a42970c (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 9e197f0642f7c5f490b910d95fc06f479a42970c
> git rev-list 6d3b9f00ef05866b1477337a916ea4c5570274ff # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson7373922745948991550.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-7-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.1 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.15-1+0~20170120094752.20+jessie~1.gbpe03972
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 0.4043s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.1423s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.1342s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.2006s
[exec]
[exec] All Done. Took 0.8971s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.0.7 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.15-1+0~20170120094752.20+jessie~1.gbpe03972
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 8.3 seconds, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:69
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 10 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/165/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
12 Mar
12 Mar
12:06 a.m.
New subject: Build failed in Jenkins: error-reporting-server #166
See <https://ci.phpmyadmin.net/job/error-reporting-server/166/changes>
Changes:
[devenbansod.bits] Hide "Description submitted by users" section if none is found
------------------------------------------
Started by GitHub push by devenbansod
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 699e5633a2161904c744a0b7896e1959986a80ba (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 699e5633a2161904c744a0b7896e1959986a80ba
> git rev-list 9e197f0642f7c5f490b910d95fc06f479a42970c # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson4885992765282759927.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing nikic/php-parser (v3.0.4)
- Installing nikic/php-parser (v3.0.5)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/var-dumper (v3.2.4)
- Installing symfony/var-dumper (v3.2.6)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/debug (v3.2.4)
- Installing symfony/debug (v3.2.6)
Loading from cache
- Removing symfony/console (v3.2.4)
- Installing symfony/console (v3.2.6)
Loading from cache
- Removing psy/psysh (v0.8.1)
- Installing psy/psysh (v0.8.2)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/process (v3.2.4)
- Installing symfony/process (v3.2.6)
Loading from cache
- Removing symfony/finder (v3.2.4)
- Installing symfony/finder (v3.2.6)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 100%
- Removing symfony/filesystem (v3.2.4)
- Installing symfony/filesystem (v3.2.6)
Loading from cache
- Removing seld/jsonlint (1.5.0)
- Installing seld/jsonlint (1.6.0)
Downloading: Connecting... Downloading: 0% Downloading: 40% Downloading: 85% Downloading: 100%
- Removing composer/ca-bundle (1.0.6)
- Installing composer/ca-bundle (1.0.7)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing justinrainbow/json-schema (4.1.0)
- Installing justinrainbow/json-schema (5.1.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 35% Downloading: 100%
- Removing composer/composer (1.3.2)
- Installing composer/composer (1.4.1)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/cakephp (3.4.1)
- Installing cakephp/cakephp (3.4.3)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/debug_kit (3.9.0)
- Installing cakephp/debug_kit (3.9.2)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/bake (1.3.0)
- Installing cakephp/bake (1.3.1)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 20% Downloading: 25% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing sebastian/recursion-context (2.0.0)
- Installing sebastian/recursion-context (3.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 35% Downloading: 70% Downloading: 100%
- Removing sebastian/object-enumerator (2.0.1)
- Installing sebastian/object-enumerator (3.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 100%
- Removing sebastian/exporter (2.0.0)
- Installing sebastian/exporter (3.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 55% Downloading: 100%
- Removing sebastian/comparator (1.2.4)
- Installing sebastian/comparator (2.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 25% Downloading: 50% Downloading: 75% Downloading: 100%
- Removing phpunit/phpunit-mock-objects (4.0.0)
- Installing phpunit/phpunit-mock-objects (4.0.1)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 15% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 95% Downloading: 100%
- Removing phpunit/php-timer (1.0.8)
- Installing phpunit/php-timer (1.0.9)
Loading from cache
- Removing sebastian/code-unit-reverse-lookup (1.0.0)
- Installing sebastian/code-unit-reverse-lookup (1.0.1)
Downloading: Connecting... Downloading: 0% Downloading: 55% Downloading: 100%
- Removing phpunit/php-token-stream (1.4.9)
- Installing phpunit/php-token-stream (1.4.11)
Loading from cache
- Removing phpunit/php-code-coverage (5.0.0)
- Installing phpunit/php-code-coverage (5.0.3)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing phpspec/prophecy (v1.6.2)
- Installing phpspec/prophecy (v1.7.0)
Loading from cache
- Removing phpunit/phpunit (6.0.7)
- Installing phpunit/phpunit (6.0.8)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/config (v3.2.4)
- Installing symfony/config (v3.2.6)
Loading from cache
- Removing symfony/stopwatch (v3.2.4)
- Installing symfony/stopwatch (v3.2.6)
Loading from cache
- Removing symfony/yaml (v3.2.4)
- Installing symfony/yaml (v3.2.6)
Loading from cache
- Removing symfony/event-dispatcher (v2.8.17)
- Installing symfony/event-dispatcher (v2.8.18)
Loading from cache
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Writing lock file
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.3 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.16-3
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 6.6682s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.7672s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.9750s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 1.8814s
[exec]
[exec] All Done. Took 10.5937s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.0.8 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.16-3
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 2.58 minutes, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:69
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 2 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/166/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
13 Mar
13 Mar
5:38 a.m.
New subject: Build failed in Jenkins: error-reporting-server #167
See <https://ci.phpmyadmin.net/job/error-reporting-server/167/changes>
Changes:
[devenbansod.bits] Use proper and complete JS script name while comparing to skip
[devenbansod.bits] Fix failing tests
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision ec4169f14ddcc48d3fab5a878d58631d0a80df25 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f ec4169f14ddcc48d3fab5a878d58631d0a80df25
> git rev-list 699e5633a2161904c744a0b7896e1959986a80ba # timeout=10
[workspace] $ /bin/sh -xe /tmp/hudson6226622440026398227.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing cakephp/bake (1.3.1)
- Installing cakephp/bake (1.3.2)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Installing sebastian/object-reflector (1.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 100%
- Removing sebastian/object-enumerator (3.0.0)
- Installing sebastian/object-enumerator (3.0.2)
Downloading: Connecting... Downloading: 0% Downloading: 100%
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Writing lock file
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.3 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.16-3
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 1.3809s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.2850s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.4145s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.4210s
[exec]
[exec] All Done. Took 2.5499s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.0.8 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.16-3
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 42.56 seconds, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:69
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 47 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/167/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
7 May
7 May
3:55 a.m.
New subject: Build failed in Jenkins: error-reporting-server #168
See <https://ci.phpmyadmin.net/job/error-reporting-server/168/changes>
Changes:
[devenbansod.bits] Move to more phpMyAdmin-like coding style
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 46bda92487057f92853a0e995245ddf409d95208 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 46bda92487057f92853a0e995245ddf409d95208
> git rev-list ec4169f14ddcc48d3fab5a878d58631d0a80df25 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins6712670968117761614.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing cakephp/plugin-installer (0.0.15)
- Installing cakephp/plugin-installer (1.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 45% Downloading: 75% Downloading: 100%
- Removing symfony/var-dumper (v3.2.6)
- Installing symfony/var-dumper (v3.2.8)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 100%
- Removing symfony/debug (v3.2.6)
- Installing symfony/debug (v3.2.8)
Loading from cache
- Removing symfony/console (v3.2.6)
- Installing symfony/console (v3.2.8)
Loading from cache
- Removing psy/psysh (v0.8.2)
- Installing psy/psysh (v0.8.3)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing symfony/process (v3.2.6)
- Installing symfony/process (v3.2.8)
Loading from cache
- Removing symfony/finder (v3.2.6)
- Installing symfony/finder (v3.2.8)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 100%
- Removing symfony/filesystem (v3.2.6)
- Installing symfony/filesystem (v3.2.8)
Loading from cache
- Removing seld/cli-prompt (1.0.2)
- Installing seld/cli-prompt (1.0.3)
Downloading: Connecting... Downloading: 0% Downloading: 15% Downloading: 30% Downloading: 100%
- Removing justinrainbow/json-schema (5.1.0)
- Installing justinrainbow/json-schema (5.2.0)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 60% Downloading: 65% Downloading: 85% Downloading: 90% Downloading: 100%
- Removing composer/spdx-licenses (1.1.5)
- Installing composer/spdx-licenses (1.1.6)
Downloading: Connecting... Downloading: 0% Downloading: 100%
- Removing cakephp/chronos (1.1.0)
- Installing cakephp/chronos (1.1.2)
Downloading: Connecting... Downloading: 0% Downloading: 15% Downloading: 25% Downloading: 40% Downloading: 50% Downloading: 60% Downloading: 75% Downloading: 90% Downloading: 100%
- Removing zendframework/zend-diactoros (1.3.10)
- Installing zendframework/zend-diactoros (1.4.0)
Downloading: Connecting... Downloading: 0% Downloading: 10% Downloading: 15% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 45% Downloading: 55% Downloading: 65% Downloading: 75% Downloading: 80% Downloading: 90% Downloading: 100%
- Removing cakephp/cakephp (3.4.3)
- Installing cakephp/cakephp (3.4.6)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/debug_kit (3.9.2)
- Installing cakephp/debug_kit (3.9.5)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing cakephp/bake (1.3.2)
- Installing cakephp/bake (1.3.4)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 100%
- Removing sebastian/object-reflector (1.0.0)
- Installing sebastian/object-reflector (1.1.1)
Downloading: Connecting... Downloading: 0% Downloading: 65% Downloading: 100%
- Removing sebastian/global-state (1.1.1)
- Installing sebastian/global-state (2.0.0)
Downloading: Connecting... Downloading: 0% Downloading: 20% Downloading: 75% Downloading: 100%
- Removing sebastian/exporter (3.0.0)
- Installing sebastian/exporter (3.1.0)
Downloading: Connecting... Downloading: 0% Downloading: 100%
- Removing sebastian/environment (2.0.0)
- Installing sebastian/environment (3.0.2)
Downloading: Connecting... Downloading: 0% Downloading: 65% Downloading: 100%
- Installing theseer/tokenizer (1.1.0)
Downloading: Connecting... Downloading: 0% Downloading: 15% Downloading: 75% Downloading: 90% Downloading: 100%
- Removing phpunit/php-code-coverage (5.0.3)
- Installing phpunit/php-code-coverage (5.2.1)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 85% Downloading: 95% Downloading: 100%
- Installing phar-io/version (1.0.1)
Downloading: Connecting... Downloading: 0% Downloading: 70% Downloading: 100%
- Installing phar-io/manifest (1.0.1)
Downloading: Connecting... Downloading: 0% Downloading: 10% Downloading: 20% Downloading: 30% Downloading: 40% Downloading: 50% Downloading: 60% Downloading: 65% Downloading: 75% Downloading: 85% Downloading: 95% Downloading: 100%
- Removing myclabs/deep-copy (1.6.0)
- Installing myclabs/deep-copy (1.6.1)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
- Removing phpunit/phpunit (6.0.8)
- Installing phpunit/phpunit (6.1.3)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 100%
- Removing symfony/config (v3.2.6)
- Installing symfony/config (v3.2.8)
Loading from cache
- Removing symfony/stopwatch (v3.2.6)
- Installing symfony/stopwatch (v3.2.8)
Loading from cache
- Removing symfony/yaml (v3.2.6)
- Installing symfony/yaml (v3.2.8)
Loading from cache
- Removing symfony/event-dispatcher (v2.8.18)
- Installing symfony/event-dispatcher (v2.8.20)
Loading from cache
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Writing lock file
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.6 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.16-3
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 2.0864s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.2647s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.2845s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.5079s
[exec]
[exec] All Done. Took 3.4835s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.1.3 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.16-3
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 41.81 seconds, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:69
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 47 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/168/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
11:52 a.m.
New subject: Build failed in Jenkins: error-reporting-server #169
See <https://ci.phpmyadmin.net/job/error-reporting-server/169/changes>
Changes:
[devenbansod.bits] Auto fixes by php-cs-fixer
[devenbansod.bits] Add php_cs.cache in gitignore
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision e6f651afbcb4611ea3570931089975dc7f59666c (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f e6f651afbcb4611ea3570931089975dc7f59666c
> git rev-list 46bda92487057f92853a0e995245ddf409d95208 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins4501919942622704495.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.6 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.16-3
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 4.4461s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.8200s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.6161s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 2.8611s
[exec]
[exec] All Done. Took 8.7479s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.1.3 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.16-3
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 2.65 minutes, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:73
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 2 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/169/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
9 May
9 May
3:49 a.m.
New subject: Build failed in Jenkins: error-reporting-server #170
See <https://ci.phpmyadmin.net/job/error-reporting-server/170/changes>
Changes:
[devenbansod.bits] Use cleaner syntax for control structures in View templates
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision f2ce75a6d97de2ee60750d8d8ab88aa290ce45a0 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f f2ce75a6d97de2ee60750d8d8ab88aa290ce45a0
> git rev-list e6f651afbcb4611ea3570931089975dc7f59666c # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins2502359522596863787.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.6 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.16-3
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 1.5169s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.7508s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.2412s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.4458s
[exec]
[exec] All Done. Took 3.0284s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.1.3 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.16-3
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] Notice Error: Undefined variable: incident in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/Template/Reports/view.ctp,> line 46]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 40.53 seconds, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:73
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 46 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/170/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
4:31 a.m.
New subject: Build failed in Jenkins: error-reporting-server #171
See <https://ci.phpmyadmin.net/job/error-reporting-server/171/changes>
Changes:
[Michal Čihař] Use codecov badge for coverage report
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 5899f20a24007b0015b18f9a928724f7245eb560 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 5899f20a24007b0015b18f9a928724f7245eb560
> git rev-list f2ce75a6d97de2ee60750d8d8ab88aa290ce45a0 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins4379224430987324848.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.6 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.16-3
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 1.4120s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.1674s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.2060s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.4851s
[exec]
[exec] All Done. Took 2.2741s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.1.3 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.16-3
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] Notice Error: Undefined variable: incident in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/Template/Reports/view.ctp,> line 46]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 1.57 minutes, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:73
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 1 minute 37 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/171/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
2:06 p.m.
New subject: Build failed in Jenkins: error-reporting-server #172
See <https://ci.phpmyadmin.net/job/error-reporting-server/172/changes>
Changes:
[devenbansod.bits] Fix ambiguous message on running Clean Old Notifications shell
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 3c6ade77bf103db0bd6a6d0289cbc8906c067a9c (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 3c6ade77bf103db0bd6a6d0289cbc8906c067a9c
> git rev-list 5899f20a24007b0015b18f9a928724f7245eb560 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins2257557871143812476.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.6 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.16-3
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 6.1611s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.7592s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 1.1973s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 1.9150s
[exec]
[exec] All Done. Took 10.1630s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.1.3 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.16-3
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] Notice Error: Undefined variable: incident in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/Template/Reports/view.ctp,> line 46]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 1.26 minutes, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:73
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 1 minute 30 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/172/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
2:07 p.m.
New subject: Build failed in Jenkins: error-reporting-server #173
See <https://ci.phpmyadmin.net/job/error-reporting-server/173/changes>
Changes:
[Michal Čihař] This is not really warning...
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 82cbc46831e4a87f7655f54b4dea11052f8bc7bb (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f 82cbc46831e4a87f7655f54b4dea11052f8bc7bb
> git rev-list 3c6ade77bf103db0bd6a6d0289cbc8906c067a9c # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins2811105305514963416.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Nothing to install or update
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.6 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.16-3
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 1.6284s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.1786s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.1396s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.4602s
[exec]
[exec] All Done. Took 2.4107s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.1.3 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.16-3
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] Notice Error: Undefined variable: incident in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/Template/Reports/view.ctp,> line 46]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 43.11 seconds, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:73
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 47 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/173/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
12 May
12 May
8:12 a.m.
New subject: Build failed in Jenkins: error-reporting-server #174
See <https://ci.phpmyadmin.net/job/error-reporting-server/174/changes>
Changes:
[devenbansod.bits] Fix undefined vars in default template
------------------------------------------
Started by GitHub push by nijel
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git -c core.askpass=true fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision aed5b3b929ff67c5d6dcca2a07aea0ed4403eef8 (origin/master)
> git config core.sparsecheckout # timeout=10
> git checkout -f aed5b3b929ff67c5d6dcca2a07aea0ed4403eef8
> git rev-list 82cbc46831e4a87f7655f54b4dea11052f8bc7bb # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins7906603860089868573.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
- Removing cakephp/debug_kit (3.9.5)
- Installing cakephp/debug_kit (3.10.1)
Downloading: Connecting... Downloading: 0% Downloading: 5% Downloading: 10% Downloading: 15% Downloading: 20% Downloading: 25% Downloading: 30% Downloading: 35% Downloading: 40% Downloading: 45% Downloading: 50% Downloading: 55% Downloading: 60% Downloading: 65% Downloading: 70% Downloading: 75% Downloading: 80% Downloading: 85% Downloading: 90% Downloading: 95% Downloading: 100%
Package guzzle/guzzle is abandoned, you should avoid using it. Use guzzlehttp/guzzle instead.
Writing lock file
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec]
[exec] Welcome to CakePHP v3.4.6 Console
[exec] ---------------------------------------------------------------
[exec] App : src
[exec] Path: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/>
[exec] PHP : 7.0.16-3
[exec] ---------------------------------------------------------------
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 1.5493s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.2758s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.2842s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.6186s
[exec]
[exec] All Done. Took 2.7775s
[exec] using migration path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed path <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 6.1.3 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.16-3
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] Warning Error: fwrite() expects parameter 2 to be string, array given in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/vendor/zendframework/zend-diactoros/src/Stream.php,> line 214]
[exec]
[exec] Notice Error: Undefined variable: incident in [<https://ci.phpmyadmin.net/job/error-reporting-server/ws/src/Template/Reports/view.ctp,> line 46]
[exec]
[exec] ...............F..... 21 / 21 (100%)
[exec]
[exec] Time: 43.02 seconds, Memory: 16.00MB
[exec]
[exec] There was 1 failure:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:73
[exec]
[exec] FAILURES!
[exec] Tests: 21, Assertions: 87, Failures: 1.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 49 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/174/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
28 Sep
28 Sep
7:41 a.m.
New subject: Build failed in Jenkins: error-reporting-server #175
See <https://ci.phpmyadmin.net/job/error-reporting-server/175/display/redirect?page=changes>
Changes:
[devenbansod.bits] Add Tests for uncovered methods in ReportsHelper
[Michal Čihař] Merge two phpunit configuration files
[Michal Čihař] Fix indentation of phpunit configuration
[devenbansod.bits] Update Composer
[devenbansod.bits] Allow POST methods for mark_related_to and unmark_related_to
[devenbansod.bits] Fix old commented tests related to mark_related_to and unmark_related_to
[devenbansod.bits] Remove composer.phar from Git
[devenbansod.bits] Allow Searching reports by filename (i.e. location)
[devenbansod.bits] Fix tests related to data_tables in ReportsController
[devenbansod.bits] Strip phpMyAdmin versions of their Ubuntu and Debian suffixes
[devenbansod.bits] Share code for stripping phpMyAdmin versions
[devenbansod.bits] Add tests for version stripping
[devenbansod.bits] Iterate over resultSet using 'fetch' instead of loading all in-mem
[devenbansod.bits] Log extremely long reports and don't save them
[noreply] Fix errors in tests
[devenbansod.bits] Simplify report status
[devenbansod.bits] Improve content in generated issues on Github
[devenbansod.bits] Add informational table on creating an issue
[devenbansod.bits] Send Email Notifications on newly added reports
[devenbansod.bits] Fix Notifications handling
[devenbansod.bits] Add tests for Notifications handling
[devenbansod.bits] Add Tests for email notifications
[devenbansod.bits] Follow Github issue state
[devenbansod.bits] Add Deploy instructions to README.md
[devenbansod.bits] Remove debug statement
[devenbansod.bits] Handle 'ping' webhook event gracefully
[devenbansod.bits] Log and don't save if length of error message for an incident field is
[devenbansod.bits] Partially fix error introduced in 66d9f09
[devenbansod.bits] Add tests for logging of long error_message
[devenbansod.bits] Update Report status while linking/unlinking to/from a Github issue
[devenbansod.bits] Adjust report state based on Github issues state while linking/delinking
[devenbansod.bits] Adjust Report status based on linked Github issue's state
[devenbansod.bits] Add deployment instructions to README.md
[devenbansod.bits] Run Github issue state synchronization through CakePHP shell interface
[devenbansod.bits] Avoid processing resolved issues when checking GitHub status
[devenbansod.bits] Add a read-only public interface for non-team contributors
[devenbansod.bits] Add tests for Shells
[devenbansod.bits] Fix tests
[devenbansod.bits] Add tests for Github Controller
[devenbansod.bits] Add tests for developers table
[devenbansod.bits] Add Tests for Developer Model and Controller
[devenbansod.bits] Add missing tests for ReportsController
[devenbansod.bits] Add tests for NotificationsController Data tables
[devenbansod.bits] Add tests for GithubShell
[devenbansod.bits] Remove milestone from GitHub issue creation
[devenbansod.bits] Fix mis-printing of log message while cleaning old notifications
[Michal Čihař] Improve link form layout
[Michal Čihař] Remove trailing slash from link to GitHub issue
[Michal Čihař] Provide valid fallback when parsing file/line
[Michal Čihař] Ensure we do not use null as line number
[Michal Čihař] Fix checking for fallback
[Michal Čihař] Allow storing longer error messages
[Michal Čihař] Fix mail transport error on CakePHP 3.4
[Michal Čihař] Document that we need curl extension
[Michal Čihař] Apparently this can be already defined
[Michal Čihař] Change example configuration to match production
[Michal Čihař] Ensure the test email is used for tests
[Michal Čihař] Apparently this can be already defined
[Michal Čihař] Revert "Ensure the test email is used for tests"
[Michal Čihař] Fix return value in case of invalid data
[Michal Čihař] Do not provide array as input element content
[Michal Čihař] Remove Coveralls support
[Michal Čihař] Use configuration to indicate execution from cron rather than define
[Michal Čihař] Limit number of stored errors to 20
[Michal Čihař] Do not include context if it is not set
[Michal Čihař] Truncate too long stacktraces as well
[Michal Čihař] Adjust tests for truncation
[devenbansod.bits] Strip pma_version correctly while creating a new report too
[devenbansod.bits] Fix broken tests
[devenbansod.bits] Remove duplicate indices in array
[Michal Čihař] Hide stacktraces in read only interface
------------------------------------------
Started by user Michal Čihař
[EnvInject] - Loading node environment variables.
Building in workspace <https://ci.phpmyadmin.net/job/error-reporting-server/ws/>
> git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
> git config remote.origin.url https://github.com/phpmyadmin/error-reporting-server.git # timeout=10
Fetching upstream changes from https://github.com/phpmyadmin/error-reporting-server.git
> git --version # timeout=10
> git fetch --tags --progress https://github.com/phpmyadmin/error-reporting-server.git +refs/heads/*:refs/remotes/origin/*
> git rev-parse origin/master^{commit} # timeout=10
Checking out Revision 7db2930c6ba9ace2857d9f823fdb237cf074e16a (origin/master)
Commit message: "Hide stacktraces in read only interface"
> git config core.sparsecheckout # timeout=10
> git checkout -f 7db2930c6ba9ace2857d9f823fdb237cf074e16a
> git rev-list aed5b3b929ff67c5d6dcca2a07aea0ed4403eef8 # timeout=10
[workspace] $ /bin/sh -xe /tmp/jenkins6248212635618830907.sh
+ mysql -utravis -e DROP DATABASE IF EXISTS pmaerr
+ mysql -utravis -e CREATE DATABASE pmaerr
+ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 3 installs, 36 updates, 8 removals
- Removing symfony/event-dispatcher (v2.8.20)
- Removing symfony/stopwatch (v3.2.8)
- Removing phar-io/manifest (1.0.1)
- Removing phar-io/version (1.0.1)
- Removing theseer/tokenizer (1.1.0)
- Removing sebastian/object-reflector (1.1.1)
- Removing satooshi/php-coveralls (v1.0.1)
- Removing guzzle/guzzle (v3.9.3)
- Updating zendframework/zend-diactoros (1.4.0 => 1.6.0): Downloading (connecting...)Downloading (0%) Downloading (15%)Downloading (25%)Downloading (45%)Downloading (50%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (90%)Downloading (95%)Downloading (100%)
- Updating cakephp/cakephp (3.4.6 => 3.5.3): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%)
- Updating symfony/polyfill-mbstring (v1.3.0 => v1.5.0): Loading from cache
- Updating symfony/yaml (v3.2.8 => v3.3.9): Loading from cache
- Updating symfony/debug (v3.2.8 => v3.3.9): Loading from cache
- Updating symfony/console (v3.2.8 => v3.3.9): Loading from cache
- Updating symfony/filesystem (v3.2.8 => v3.3.9): Loading from cache
- Updating symfony/config (v3.2.8 => v3.3.9): Loading from cache
- Updating robmorgan/phinx (v0.6.5 => v0.8.1): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%)
- Updating cakephp/migrations (1.6.7 => 1.7.1): Downloading (connecting...)Downloading (0%) Downloading (20%)Downloading (25%)Downloading (30%)Downloading (45%)Downloading (55%)Downloading (70%)Downloading (75%)Downloading (85%)Downloading (90%)Downloading (100%)
- Updating nikic/php-parser (v3.0.5 => v3.1.1): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (100%)
- Updating symfony/var-dumper (v3.2.8 => v3.3.9): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (55%)Downloading (60%)Downloading (75%)Downloading (80%)Downloading (90%)Downloading (95%)Downloading (100%)
- Updating psy/psysh (v0.8.3 => v0.8.11): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%)
- Updating symfony/process (v3.2.8 => v3.3.9): Loading from cache
- Updating symfony/finder (v3.2.8 => v3.3.9): Loading from cache
- Updating seld/jsonlint (1.6.0 => 1.6.1): Downloading (connecting...)Downloading (0%) Downloading (40%)Downloading (85%)Downloading (100%)
- Updating justinrainbow/json-schema (5.2.0 => 5.2.1): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (25%)Downloading (40%)Downloading (45%)Downloading (65%)Downloading (70%)Downloading (90%)Downloading (95%)Downloading (100%)
- Updating composer/ca-bundle (1.0.7 => 1.0.8): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%)
- Updating composer/composer (1.4.1 => 1.5.2): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%)
- Updating cakephp/debug_kit (3.10.1 => 3.11.1): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%)
- Updating cakephp/bake (1.3.4 => 1.4.2): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (100%)
- Updating sebastian/recursion-context (3.0.0 => 2.0.0): Loading from cache
- Updating sebastian/diff (1.4.1 => 1.4.3): Loading from cache
- Updating sebastian/exporter (3.1.0 => 2.0.0): Loading from cache
- Updating sebastian/comparator (2.0.0 => 1.2.4): Loading from cache
- Updating phpdocumentor/reflection-common (1.0 => 1.0.1): Loading from cache
- Updating phpdocumentor/type-resolver (0.2.1 => 0.4.0): Loading from cache
- Updating phpdocumentor/reflection-docblock (3.1.1 => 4.1.1): Loading from cache
- Updating phpspec/prophecy (v1.7.0 => v1.7.2): Loading from cache
- Updating sebastian/environment (3.0.2 => 2.0.0): Loading from cache
- Updating phpunit/php-token-stream (1.4.11 => 2.0.1): Loading from cache
- Updating phpunit/php-code-coverage (5.2.1 => 4.0.8): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (85%)Downloading (95%)Downloading (100%)
- Updating phpunit/phpunit-mock-objects (4.0.1 => 3.4.4): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (95%)Downloading (100%)
- Updating sebastian/global-state (2.0.0 => 1.1.1): Downloading (connecting...)Downloading (0%) Downloading (40%)Downloading (70%)Downloading (100%)
- Updating sebastian/object-enumerator (3.0.2 => 2.0.1): Loading from cache
- Installing php-mock/php-mock (1.0.1): Downloading (connecting...)Downloading (0%) Downloading (25%)Downloading (40%)Downloading (45%)Downloading (60%)Downloading (75%)Downloading (90%)Downloading (100%)
- Installing php-mock/php-mock-integration (1.0.0): Downloading (connecting...)Downloading (0%) Downloading (100%)
- Updating phpunit/phpunit (6.1.3 => 5.7.22): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%)
- Installing php-mock/php-mock-phpunit (1.1.2): Downloading (connecting...)Downloading (0%) Downloading (100%)
php-mock/php-mock suggests installing php-mock/php-mock-mockery (Allows using PHPMockery for Mockery integration)
Writing lock file
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
[workspace] $ ant build
Unable to locate tools.jar. Expected to find it in /usr/lib/jvm/java-8-openjdk-amd64/lib/tools.jar
Buildfile: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>
clean:
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[delete] Deleting directory <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/api>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/code-browser>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/coverage>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/logs>
[mkdir] Created dir: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/build/pdepend>
migrate:
[exec] using migration paths
[exec] - <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed paths
[exec] - <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] using environment default
[exec] using adapter mysql
[exec] using database pmaerr
[exec]
[exec] == 20150607191654 Initial: migrating
[exec] == 20150607191654 Initial: migrated 1.4998s
[exec]
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrating
[exec] == 20150607192040 AddReportIdIndexToIncidents: migrated 0.2633s
[exec]
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrating
[exec] == 20150607192459 AddDevReportIndexToNotifications: migrated 0.3592s
[exec]
[exec] == 20160111023543 AddLocaleToIncidents: migrating
[exec] == 20160111023543 AddLocaleToIncidents: migrated 0.6559s
[exec]
[exec] == 20170515135017 FixLongPmaVersions: migrating
[exec] == 20170515135017 FixLongPmaVersions: migrated 0.0749s
[exec]
[exec] == 20170530155816 FixStaleReportStates: migrating
[exec] == 20170530155816 FixStaleReportStates: migrated 0.0583s
[exec]
[exec] == 20170711060435 AlterIncidents: migrating
[exec] == 20170711060435 AlterIncidents: migrated 0.6742s
[exec]
[exec] All Done. Took 4.0388s
[exec] using migration paths
[exec] - <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations>
[exec] using seed paths
[exec] - <https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Seeds>
[exec] Writing dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`...>
[exec] Dump file `<https://ci.phpmyadmin.net/job/error-reporting-server/ws/config/Migrations/schema-dump-default.lock`> was successfully written
phpunit:
[exec] PHPUnit 5.7.22 by Sebastian Bergmann and contributors.
[exec]
[exec] Runtime: PHP 7.0.19-1
[exec] Configuration: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/phpunit.xml.dist>
[exec] Error: No code coverage driver is available
[exec]
[exec] ................................F..........F.... 48 / 48 (100%)
[exec]
[exec] Time: 1.58 minutes, Memory: 24.00MB
[exec]
[exec] There were 2 failures:
[exec]
[exec] 1) App\Test\TestCase\Controller\IncidentsControllerTest::testJson
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 'report_id' => 1
[exec] - 'created' => '2013-08-29T18:10:01'
[exec] - 'modified' => '2013-08-29T18:10:01'
[exec] + 'created' => '2013-08-29T18:10:01+00:00'
[exec] + 'modified' => '2013-08-29T18:10:01+00:00'
[exec] 'exception_type' => null
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/IncidentsControllerTest.php>:74
[exec]
[exec] 2) App\Test\TestCase\Controller\NotificationsControllerTest::testDataTables
[exec] Failed asserting that two arrays are equal.
[exec] --- Expected
[exec] +++ Actual
[exec] @@ @@
[exec] 5 => 'js'
[exec] - 6 => '2014-01-01T07:05:09'
[exec] + 6 => '2014-01-01T07:05:09+00:00'
[exec] @@ @@
[exec] 5 => 'js'
[exec] - 6 => '2014-01-02T07:05:09'
[exec] + 6 => '2014-01-02T07:05:09+00:00'
[exec] )
[exec] )
[exec] )
[exec]
[exec] <https://ci.phpmyadmin.net/job/error-reporting-server/ws/tests/TestCase/Controller/NotificationsControllerTest.php>:88
[exec]
[exec] FAILURES!
[exec] Tests: 48, Assertions: 292, Failures: 2.
BUILD FAILED
<https://ci.phpmyadmin.net/job/error-reporting-server/ws/build.xml>:25: exec returned: 1
Total time: 1 minute 41 seconds
Build step 'Invoke Ant' marked build as failure
[CHECKSTYLE] Skipping publisher since build result is FAILURE
[JSLINT] Skipping publisher since build result is FAILURE
[PMD] Skipping publisher since build result is FAILURE
[DRY] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
[ANALYSIS-COLLECTOR] Skipping publisher since build result is FAILURE
Publishing Clover coverage report...
Clover xml file does not exist in: <https://ci.phpmyadmin.net/job/error-reporting-server/ws/> called: build/logs/clover.xml and will not be copied to: /var/lib/jenkins/jobs/error-reporting-server/builds/175/cloverphp/clover.xml
Could not find 'null/build/logs/clover.xml'. Did you generate the XML report for Clover?
[xUnit] [INFO] - Starting to record.
[xUnit] [INFO] - Processing PHPUnit-3.x (default)
[xUnit] [INFO] - [PHPUnit-3.x (default)] - 1 test report file(s) were found with the pattern 'build/logs/junit.xml' relative to '<https://ci.phpmyadmin.net/job/error-reporting-server/ws/'> for the testing framework 'PHPUnit-3.x (default)'.
[xUnit] [INFO] - Check 'Failed Tests' threshold.
[xUnit] [INFO] - Check 'Skipped Tests' threshold.
[xUnit] [INFO] - Setting the build status to FAILURE
[xUnit] [INFO] - Stopping recording.
2960
Age (days ago)
3326
Last active (days ago)
15 comments
1 participants
participants (1)
-
Jenkins Daemon