Code review comment for ~bryce/ubuntu/+source/php-parser:merge-v4.10.3-1-hirsute

Revision history for this message
Bryce Harrington (bryce) wrote :

Huh, weird. I do not see autopkgtests running in my local lxc environment, just one warning (for a test we're intentionally disabling):

autopkgtest [19:03:43]: testing package php-parser version 4.10.3-1ubuntu1~hirsute1
autopkgtest [19:03:43]: build not needed
autopkgtest [19:03:43]: test command1: preparing testbed
Reading package lists... Done
Building dependency tree
Reading state information... Done
Starting pkgProblemResolver with broken count: 0
Starting 2 pkgProblemResolver with broken count: 0
Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up autopkgtest-satdep (0) ...
(Reading database ... 114486 files and directories currently installed.)
Removing autopkgtest-satdep (0) ...
autopkgtest [19:03:46]: test command1: mkdir --parents vendor && phpab -o vendor/autoload.php -t debian/autoload.tests.php.tpl test/PhpParser && phpunit
autopkgtest [19:03:46]: test command1: [-----------------------
phpab %development% - Copyright (C) 2009 - 2021 by Arne Blankerts and Contributors

Scanning directory test/PhpParser

Autoload file vendor/autoload.php generated.

PHPUnit 8.5.9 by Sebastian Bergmann and contributors.

............................................................. 61 / 1241 ( 4%)
............................................................W 122 / 1241 ( 9%)
............................................................. 183 / 1241 ( 14%)
............................................................. 244 / 1241 ( 19%)
............................................................. 305 / 1241 ( 24%)
............................................................. 366 / 1241 ( 29%)
............................................................. 427 / 1241 ( 34%)
............................................................. 488 / 1241 ( 39%)
............................................................. 549 / 1241 ( 44%)
............................................................. 610 / 1241 ( 49%)
............................................................. 671 / 1241 ( 54%)
............................................................. 732 / 1241 ( 58%)
............................................................. 793 / 1241 ( 63%)
............................................................. 854 / 1241 ( 68%)
............................................................. 915 / 1241 ( 73%)
............................................................. 976 / 1241 ( 78%)
............................................................. 1037 / 1241 ( 83%)
............................................................. 1098 / 1241 ( 88%)
............................................................. 1159 / 1241 ( 93%)
............................................................. 1220 / 1241 ( 98%)
..................... 1241 / 1241 (100%)

Time: 618 ms, Memory: 72.00 MB

There was 1 warning:

1) Warning
No tests found in class "PhpParser\CodeParsingTest".

WARNINGS!
Tests: 1241, Assertions: 2273, Warnings: 1.
autopkgtest [19:03:47]: test command1: -----------------------]
autopkgtest [19:03:47]: test command1: - - - - - - - - - - results - - - - - - - - - -
command1 PASS
autopkgtest [19:03:47]: @@@@@@@@@@@@@@@@@@@@ summary
command1 PASS

Can you re-run your tests and if they still fail, pastebin the log?

« Back to merge proposal