Mock Version: 2.3 Mock Version: 2.3 Mock Version: 2.3 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-cs-fixer.spec'], chrootPath='/var/lib/mock/f32-build-21274079-1664738/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-cs-fixer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1593388800 Wrote: /builddir/build/SRPMS/php-cs-fixer-2.16.4-1.fc32.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-cs-fixer.spec'], chrootPath='/var/lib/mock/f32-build-21274079-1664738/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-cs-fixer.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1593388800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.JvAex6 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13 + /usr/bin/gzip -dc /builddir/build/SOURCES/php-cs-fixer-2.16.4-1023c34.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13 + /usr/bin/gzip -dc /builddir/build/SOURCES/php-cs-fixer-diff-1.3.0-78bb099.tgz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (php-cs-fixer-autoload.patch):' Patch #0 (php-cs-fixer-autoload.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .rpm --fuzz=0 patching file php-cs-fixer Hunk #1 succeeded at 52 (offset 9 lines). patching file src/Console/Command/HelpCommand.php Hunk #1 succeeded at 397 (offset 20 lines). patching file tests/AutoReview/ProjectCodeTest.php Hunk #1 succeeded at 593 (offset 120 lines). + mv diff-78bb099e9c16361126c86ce82ec4405ebab8e756/src src/diff + find src -name '*rpm' -delete -print src/Console/Command/HelpCommand.php.rpm + TESTS=' tests/Test/AbstractFixerTestCase.php tests/Test/AbstractIntegrationCaseFactory.php tests/Test/AbstractIntegrationTestCase.php tests/Test/Assert/AssertTokensTrait.php tests/Test/IntegrationCase.php tests/Test/IntegrationCaseFactory.php tests/Test/IntegrationCaseFactoryInterface.php tests/Test/InternalIntegrationCaseFactory.php tests/Test/IsIdenticalConstraint.php tests/TestCase.php ' + for i in $TESTS ++ dirname tests/Test/AbstractFixerTestCase.php + mkdir -p src/tests/Test + cp -p tests/Test/AbstractFixerTestCase.php src/tests/Test/AbstractFixerTestCase.php + for i in $TESTS ++ dirname tests/Test/AbstractIntegrationCaseFactory.php + mkdir -p src/tests/Test + cp -p tests/Test/AbstractIntegrationCaseFactory.php src/tests/Test/AbstractIntegrationCaseFactory.php + for i in $TESTS ++ dirname tests/Test/AbstractIntegrationTestCase.php + mkdir -p src/tests/Test + cp -p tests/Test/AbstractIntegrationTestCase.php src/tests/Test/AbstractIntegrationTestCase.php + for i in $TESTS ++ dirname tests/Test/Assert/AssertTokensTrait.php + mkdir -p src/tests/Test/Assert + cp -p tests/Test/Assert/AssertTokensTrait.php src/tests/Test/Assert/AssertTokensTrait.php + for i in $TESTS ++ dirname tests/Test/IntegrationCase.php + mkdir -p src/tests/Test + cp -p tests/Test/IntegrationCase.php src/tests/Test/IntegrationCase.php + for i in $TESTS ++ dirname tests/Test/IntegrationCaseFactory.php + mkdir -p src/tests/Test + cp -p tests/Test/IntegrationCaseFactory.php src/tests/Test/IntegrationCaseFactory.php + for i in $TESTS ++ dirname tests/Test/IntegrationCaseFactoryInterface.php + mkdir -p src/tests/Test + cp -p tests/Test/IntegrationCaseFactoryInterface.php src/tests/Test/IntegrationCaseFactoryInterface.php + for i in $TESTS ++ dirname tests/Test/InternalIntegrationCaseFactory.php + mkdir -p src/tests/Test + cp -p tests/Test/InternalIntegrationCaseFactory.php src/tests/Test/InternalIntegrationCaseFactory.php + for i in $TESTS ++ dirname tests/Test/IsIdenticalConstraint.php + mkdir -p src/tests/Test + cp -p tests/Test/IsIdenticalConstraint.php src/tests/Test/IsIdenticalConstraint.php + for i in $TESTS ++ dirname tests/TestCase.php + mkdir -p src/tests + cp -p tests/TestCase.php src/tests/TestCase.php + sed -e s:../../../ci:ci: -i src/Console/Command/HelpCommand.php + cp -pr ci-integration.sh src/Console/Command/ + phpab --template fedora --tolerant --output src/autoload.php src/tests src/diff phpab 1.25.9 - Copyright (C) 2009 - 2020 by Arne Blankerts and Contributors Scanning directory src/tests Scanning directory src/diff Autoload file src/autoload.php generated. + cat + tee -a src/autoload.php \Fedora\Autoloader\Autoload::addPsr4('PhpCsFixer\\', __DIR__); \Fedora\Autoloader\Dependencies::required([ '/usr/share/php/Composer/Semver/autoload.php', '/usr/share/php/Composer/XdebugHandler/autoload.php', '/usr/share/php/Doctrine/Common/Annotations/autoload.php', '/usr/share/php/Symfony3/Component/Console/autoload.php', '/usr/share/php/Symfony3/Component/EventDispatcher/autoload.php', '/usr/share/php/Symfony3/Component/Filesystem/autoload.php', '/usr/share/php/Symfony3/Component/Finder/autoload.php', '/usr/share/php/Symfony3/Component/OptionsResolver/autoload.php', '/usr/share/php/Symfony3/Component/Process/autoload.php', '/usr/share/php/Symfony3/Component/Stopwatch/autoload.php', '/usr/share/php/Symfony/Polyfill/autoload.php', ]); \Fedora\Autoloader\Dependencies::optional([ '/usr/share/php/PhpCsFixer/PhpunitConstraintIsIdenticalString/autoload.php', '/usr/share/php/PhpCsFixer/PhpunitConstraintXmlMatchesXsd/autoload.php', ]); + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.9Xgfj8 + umask 022 + cd /builddir/build/BUILD + cd PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.fss755 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch ++ dirname /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch + cd PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13 + : Library + mkdir -p /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch/usr/share/php + cp -pr src /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch/usr/share/php/PhpCsFixer + : Command + install -Dpm755 php-cs-fixer /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch/usr/bin/php-cs-fixer + /usr/lib/rpm/find-debuginfo.sh -j2 --strict-build-id -m -i --build-id-seed 2.16.4-1.fc32 --unique-debug-suffix -2.16.4-1.fc32.noarch --unique-debug-src-base php-cs-fixer-2.16.4-1.fc32.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.w0nA04 + umask 022 + cd /builddir/build/BUILD + cd PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13 + mkdir vendor + tee vendor/autoload.php + cat /,/<\/listeners>/d' phpunit.xml.dist + sed -e /ExpectDeprecationTrait/d -i tests/Fixer/CastNotation/LowercaseCastFixerTest.php tests/Fixer/CastNotation/ShortScalarCastFixerTest.php + rm tests/Fixer/PhpUnit/PhpUnitNamespacedFixerTest.php + rm tests/AutoReview/ProjectCodeTest.php + sed -e s:/usr/share/php:/builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch/usr/share/php: -i php-cs-fixer + ret=0 + for cmdarg in "php /usr/bin/phpunit7" php72 php73 php74 + which php /usr/bin/phpunit7 /usr/bin/php /usr/bin/phpunit7 + set php /usr/bin/phpunit7 + php -d memory_limit=2G /usr/bin/phpunit7 --filter '^((?!(testFixerContainsAllPhpunitStaticMethodsInItsList|testFix74Deprecated|testFixersPriorityPairsHaveIntegrationTest)).)*$' PHPUnit 7.5.20 by Sebastian Bergmann and contributors. Runtime: PHP 7.4.7 Configuration: /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/phpunit.xml ........................................................... 59 / 16166 ( 0%) ........................................................... 118 / 16166 ( 0%) ........................................................... 177 / 16166 ( 1%) ........................................................... 236 / 16166 ( 1%) ........................................................... 295 / 16166 ( 1%) ........................................................... 354 / 16166 ( 2%) ........................................................... 413 / 16166 ( 2%) ........................................................... 472 / 16166 ( 2%) ........................................................... 531 / 16166 ( 3%) ........................................................... 590 / 16166 ( 3%) ...........I............................................... 649 / 16166 ( 4%) ........................................................... 708 / 16166 ( 4%) ........................................................... 767 / 16166 ( 4%) ......................I.I.....I...........................I 826 / 16166 ( 5%) ...............I........................................... 885 / 16166 ( 5%) ........................................................... 944 / 16166 ( 5%) .........I............................I.................... 1003 / 16166 ( 6%) ........................................................... 1062 / 16166 ( 6%) ........................................................... 1121 / 16166 ( 6%) ........................................................... 1180 / 16166 ( 7%) ........................................................... 1239 / 16166 ( 7%) ........................................................... 1298 / 16166 ( 8%) ........................................................... 1357 / 16166 ( 8%) ........................................................... 1416 / 16166 ( 8%) ........................................................... 1475 / 16166 ( 9%) ........................................................... 1534 / 16166 ( 9%) ........................................................... 1593 / 16166 ( 9%) ........................................................... 1652 / 16166 ( 10%) ........................................................... 1711 / 16166 ( 10%) ........................................................... 1770 / 16166 ( 10%) ........................................................... 1829 / 16166 ( 11%) ........................................................... 1888 / 16166 ( 11%) ........................................................... 1947 / 16166 ( 12%) ........................................................... 2006 / 16166 ( 12%) ........................................................... 2065 / 16166 ( 12%) ........................................................... 2124 / 16166 ( 13%) ........................................................... 2183 / 16166 ( 13%) ........................................................... 2242 / 16166 ( 13%) .................S......................................... 2301 / 16166 ( 14%) ........................................................... 2360 / 16166 ( 14%) ........................................................... 2419 / 16166 ( 14%) ........................................................... 2478 / 16166 ( 15%) .............................................RRR........... 2537 / 16166 ( 15%) ........................................................... 2596 / 16166 ( 16%) ........................................................... 2655 / 16166 ( 16%) ........................................................... 2714 / 16166 ( 16%) ........................................................... 2773 / 16166 ( 17%) ........................................................... 2832 / 16166 ( 17%) ........................................................... 2891 / 16166 ( 17%) ........................................................... 2950 / 16166 ( 18%) ........................................................... 3009 / 16166 ( 18%) ........................................................... 3068 / 16166 ( 18%) ........................................................... 3127 / 16166 ( 19%) ........................................................... 3186 / 16166 ( 19%) ........................................................... 3245 / 16166 ( 20%) ........................................................... 3304 / 16166 ( 20%) ........................................................... 3363 / 16166 ( 20%) ........................................................... 3422 / 16166 ( 21%) ........................................................... 3481 / 16166 ( 21%) ........................................................... 3540 / 16166 ( 21%) ........................................................... 3599 / 16166 ( 22%) ........................................................... 3658 / 16166 ( 22%) ........................................................... 3717 / 16166 ( 22%) ........................................................... 3776 / 16166 ( 23%) ........................................................... 3835 / 16166 ( 23%) ........................................................... 3894 / 16166 ( 24%) ........................................................... 3953 / 16166 ( 24%) ........................................................... 4012 / 16166 ( 24%) ........................................................... 4071 / 16166 ( 25%) ........................................................... 4130 / 16166 ( 25%) ........................................................... 4189 / 16166 ( 25%) ........................................................... 4248 / 16166 ( 26%) ........................................................... 4307 / 16166 ( 26%) ...................S....................................... 4366 / 16166 ( 27%) ........................................................... 4425 / 16166 ( 27%) ........................................................... 4484 / 16166 ( 27%) ........................................................... 4543 / 16166 ( 28%) ........................................................... 4602 / 16166 ( 28%) ........................................................... 4661 / 16166 ( 28%) ........................................................... 4720 / 16166 ( 29%) ...................................................SS...... 4779 / 16166 ( 29%) ...........................................SSSSSSSSSSSSSSSS 4838 / 16166 ( 29%) SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS....................... 4897 / 16166 ( 30%) ........................................................... 4956 / 16166 ( 30%) ........................SSSSSSSSSSSSSSSSSSSSSSSSS.......... 5015 / 16166 ( 31%) ........................................................... 5074 / 16166 ( 31%) ........................................................... 5133 / 16166 ( 31%) ........................................................... 5192 / 16166 ( 32%) ........................................................... 5251 / 16166 ( 32%) ........................................................... 5310 / 16166 ( 32%) ........................................................... 5369 / 16166 ( 33%) ........................................................... 5428 / 16166 ( 33%) ........................................................... 5487 / 16166 ( 33%) ......................................................S.... 5546 / 16166 ( 34%) ........................................................... 5605 / 16166 ( 34%) ........................................................... 5664 / 16166 ( 35%) ........................................................... 5723 / 16166 ( 35%) ........................................................... 5782 / 16166 ( 35%) ........................................................... 5841 / 16166 ( 36%) ........................................................... 5900 / 16166 ( 36%) ........................................................... 5959 / 16166 ( 36%) ........................................................... 6018 / 16166 ( 37%) ........................................................... 6077 / 16166 ( 37%) ........................................................... 6136 / 16166 ( 37%) ........................................................... 6195 / 16166 ( 38%) ........................................................... 6254 / 16166 ( 38%) ........................................................... 6313 / 16166 ( 39%) ........................................................... 6372 / 16166 ( 39%) ........................................................... 6431 / 16166 ( 39%) ........................................................... 6490 / 16166 ( 40%) ........................................................... 6549 / 16166 ( 40%) ........................................................... 6608 / 16166 ( 40%) ........................................................... 6667 / 16166 ( 41%) ........................................................... 6726 / 16166 ( 41%) ........................................................... 6785 / 16166 ( 41%) ........................................................... 6844 / 16166 ( 42%) ........................................................... 6903 / 16166 ( 42%) ........................................................... 6962 / 16166 ( 43%) ........................................................... 7021 / 16166 ( 43%) ........................................................... 7080 / 16166 ( 43%) ........................................................... 7139 / 16166 ( 44%) ........................................................... 7198 / 16166 ( 44%) ........................................................... 7257 / 16166 ( 44%) ........................................................... 7316 / 16166 ( 45%) ........................................................... 7375 / 16166 ( 45%) ........................................................... 7434 / 16166 ( 45%) ........................................................... 7493 / 16166 ( 46%) ........................................................... 7552 / 16166 ( 46%) ........................................................... 7611 / 16166 ( 47%) ........................................................... 7670 / 16166 ( 47%) ........................................................... 7729 / 16166 ( 47%) ........................................................... 7788 / 16166 ( 48%) ........................................................... 7847 / 16166 ( 48%) ........................................................... 7906 / 16166 ( 48%) ........................................................... 7965 / 16166 ( 49%) ........................................................... 8024 / 16166 ( 49%) ........................................................... 8083 / 16166 ( 50%) ........................................................... 8142 / 16166 ( 50%) ........................................................... 8201 / 16166 ( 50%) ........................................................... 8260 / 16166 ( 51%) ........................................................... 8319 / 16166 ( 51%) ........................................................... 8378 / 16166 ( 51%) ........................................................... 8437 / 16166 ( 52%) ........................................................... 8496 / 16166 ( 52%) ........................................................... 8555 / 16166 ( 52%) ...........S............................................... 8614 / 16166 ( 53%) ........................................................... 8673 / 16166 ( 53%) ........................................................... 8732 / 16166 ( 54%) ........................................................... 8791 / 16166 ( 54%) ........................................................... 8850 / 16166 ( 54%) ....................................R...................... 8909 / 16166 ( 55%) ........................................................... 8968 / 16166 ( 55%) ........................................................... 9027 / 16166 ( 55%) ........................................................... 9086 / 16166 ( 56%) ........................................................... 9145 / 16166 ( 56%) ........................................................... 9204 / 16166 ( 56%) ........................................................... 9263 / 16166 ( 57%) ........................................................... 9322 / 16166 ( 57%) ........................................................... 9381 / 16166 ( 58%) ........................................................... 9440 / 16166 ( 58%) ........................................................... 9499 / 16166 ( 58%) ........................................................... 9558 / 16166 ( 59%) ........................................................... 9617 / 16166 ( 59%) ........................................................... 9676 / 16166 ( 59%) ........................................................... 9735 / 16166 ( 60%) ........................................................... 9794 / 16166 ( 60%) ........................................................... 9853 / 16166 ( 60%) ........................................................... 9912 / 16166 ( 61%) ........................................................... 9971 / 16166 ( 61%) ........................................................... 10030 / 16166 ( 62%) ........................................RRRR............... 10089 / 16166 ( 62%) ........................................................... 10148 / 16166 ( 62%) ........................................................... 10207 / 16166 ( 63%) ........................................................... 10266 / 16166 ( 63%) ........................................................... 10325 / 16166 ( 63%) ........................................................... 10384 / 16166 ( 64%) ........................................................... 10443 / 16166 ( 64%) ........................................................... 10502 / 16166 ( 64%) ........................................................... 10561 / 16166 ( 65%) ...............................S.........................SS 10620 / 16166 ( 65%) SSSS.SSSSS................................................. 10679 / 16166 ( 66%) ........................................................... 10738 / 16166 ( 66%) ........................................................... 10797 / 16166 ( 66%) ........................................................... 10856 / 16166 ( 67%) ........................................................... 10915 / 16166 ( 67%) ........................................................... 10974 / 16166 ( 67%) ........................................................... 11033 / 16166 ( 68%) ........................................................... 11092 / 16166 ( 68%) ........................................................... 11151 / 16166 ( 68%) ........................................................... 11210 / 16166 ( 69%) ........................................................... 11269 / 16166 ( 69%) ........................................................... 11328 / 16166 ( 70%) ........................................................... 11387 / 16166 ( 70%) ........................................................... 11446 / 16166 ( 70%) ........................................................... 11505 / 16166 ( 71%) ........................................................... 11564 / 16166 ( 71%) ........................................................... 11623 / 16166 ( 71%) ........................................................... 11682 / 16166 ( 72%) ........................................................... 11741 / 16166 ( 72%) ........................................................... 11800 / 16166 ( 72%) ........................................................... 11859 / 16166 ( 73%) ........................................................... 11918 / 16166 ( 73%) ........................................................... 11977 / 16166 ( 74%) ........................................................... 12036 / 16166 ( 74%) ........................................................... 12095 / 16166 ( 74%) ........................................................... 12154 / 16166 ( 75%) ........................................................... 12213 / 16166 ( 75%) ............................................S.............. 12272 / 16166 ( 75%) ...................................S....................... 12331 / 16166 ( 76%) ........................................................... 12390 / 16166 ( 76%) ........................................................... 12449 / 16166 ( 77%) ........................................................... 12508 / 16166 ( 77%) ........................................................... 12567 / 16166 ( 77%) ........................................................... 12626 / 16166 ( 78%) ........................................................... 12685 / 16166 ( 78%) ........................................................... 12744 / 16166 ( 78%) ........................................................... 12803 / 16166 ( 79%) ............................S.............................. 12862 / 16166 ( 79%) ........................................................... 12921 / 16166 ( 79%) ........................................................... 12980 / 16166 ( 80%) ........................................................... 13039 / 16166 ( 80%) ........................................................... 13098 / 16166 ( 81%) ........................................................... 13157 / 16166 ( 81%) .......................R................................... 13216 / 16166 ( 81%) ........................................................... 13275 / 16166 ( 82%) ......................................I...................I 13334 / 16166 ( 82%) ........................................................... 13393 / 16166 ( 82%) ........................................................... 13452 / 16166 ( 83%) ........................................................... 13511 / 16166 ( 83%) ..............................SS........................... 13570 / 16166 ( 83%) ........................................................... 13629 / 16166 ( 84%) ........................................................... 13688 / 16166 ( 84%) ........................................................... 13747 / 16166 ( 85%) ........................................................... 13806 / 16166 ( 85%) ........................................................... 13865 / 16166 ( 85%) ........................................................... 13924 / 16166 ( 86%) ........................................................... 13983 / 16166 ( 86%) ........................................................... 14042 / 16166 ( 86%) ........................................................... 14101 / 16166 ( 87%) ........................................................... 14160 / 16166 ( 87%) ........................................................... 14219 / 16166 ( 87%) ........................................................... 14278 / 16166 ( 88%) ........................................................... 14337 / 16166 ( 88%) ........................................................... 14396 / 16166 ( 89%) ........................................................... 14455 / 16166 ( 89%) ........................................................... 14514 / 16166 ( 89%) ........................................................... 14573 / 16166 ( 90%) ........................................................... 14632 / 16166 ( 90%) ........................................................... 14691 / 16166 ( 90%) ........................................................... 14750 / 16166 ( 91%) ........................................................... 14809 / 16166 ( 91%) ........................................................... 14868 / 16166 ( 91%) ........................................................... 14927 / 16166 ( 92%) ................................I...II.IIIIIII........I...I 14986 / 16166 ( 92%) ..........................SSSSS...........................R 15045 / 16166 ( 93%) ........................................................... 15104 / 16166 ( 93%) ........................................................... 15163 / 16166 ( 93%) ........................................................... 15222 / 16166 ( 94%) ........................................................... 15281 / 16166 ( 94%) ........................................................... 15340 / 16166 ( 94%) ........................................................... 15399 / 16166 ( 95%) ........................................................... 15458 / 16166 ( 95%) ........................................................... 15517 / 16166 ( 95%) ........................................................... 15576 / 16166 ( 96%) ........................................................... 15635 / 16166 ( 96%) ........................................................... 15694 / 16166 ( 97%) ........................................................... 15753 / 16166 ( 97%) ........................................................... 15812 / 16166 ( 97%) ........................................................... 15871 / 16166 ( 98%) ........................................................... 15930 / 16166 ( 98%) ........................................................... 15989 / 16166 ( 98%) ........................................................... 16048 / 16166 ( 99%) ........................................................... 16107 / 16166 ( 99%) ........................................................... 16166 / 16166 (100%) Time: 31.84 seconds, Memory: 206.00 MB There were 10 risky tests: 1) PhpCsFixer\Tests\Console\ConfigurationResolverTest::testDeprecatedFixerConfigured with data set #0 (true) This test did not perform any assertions /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Console/ConfigurationResolverTest.php:1223 2) PhpCsFixer\Tests\Console\ConfigurationResolverTest::testDeprecatedFixerConfigured with data set #1 (array(true)) This test did not perform any assertions /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Console/ConfigurationResolverTest.php:1223 3) PhpCsFixer\Tests\Console\ConfigurationResolverTest::testDeprecatedFixerConfigured with data set #2 (false) This test did not perform any assertions /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Console/ConfigurationResolverTest.php:1223 4) PhpCsFixer\Tests\Fixer\FunctionNotation\MethodArgumentSpaceFixerTest::testLegacyFixSpace This test did not perform any assertions /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/FunctionNotation/MethodArgumentSpaceFixerTest.php:1067 5) PhpCsFixer\Tests\Fixer\Operator\BinaryOperatorSpacesFixerTest::testWrongConfigOldDeprecated This test did not perform any assertions /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/Operator/BinaryOperatorSpacesFixerTest.php:821 6) PhpCsFixer\Tests\Fixer\Operator\BinaryOperatorSpacesFixerTest::testWrongConfigOldDeprecated2 This test did not perform any assertions /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/Operator/BinaryOperatorSpacesFixerTest.php:833 7) PhpCsFixer\Tests\Fixer\Operator\BinaryOperatorSpacesFixerTest::testWrongConfigOldDeprecated3 This test did not perform any assertions /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/Operator/BinaryOperatorSpacesFixerTest.php:845 8) PhpCsFixer\Tests\Fixer\Operator\BinaryOperatorSpacesFixerTest::testWrongConfigOldDeprecated4 This test did not perform any assertions /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/Operator/BinaryOperatorSpacesFixerTest.php:857 9) PhpCsFixer\Tests\FixerConfiguration\FixerConfigurationResolverTest::testResolveWithDeprecatedAlias This test did not perform any assertions /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/FixerConfiguration/FixerConfigurationResolverTest.php:209 10) PhpCsFixer\Tests\Test\IntegrationCaseTest::testLegacyShouldCheckPriority This test did not perform any assertions /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Test/IntegrationCaseTest.php:30 -- There were 22 incomplete tests: 1) PhpCsFixer\Tests\AutoReview\FixerFactoryTest::testPriorityIntegrationTestFilesAreListedPriorityCases with data set #8 ('braces,indentation_type,no_br...t.test') Case "braces,indentation_type,no_break_comment.test" has unexpected name, please help fixing it. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/AutoReview/FixerFactoryTest.php:428 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 2) PhpCsFixer\Tests\AutoReview\FixerTest::testFixerDefinitions with data set "final_internal_class" (PhpCsFixer\Fixer\ClassNotation\FinalInternalClassFixer Object (...)) Rule "final_internal_class" is not following new option casing yet, please help. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/AutoReview/FixerTest.php:163 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 3) PhpCsFixer\Tests\AutoReview\FixerTest::testFixerDefinitions with data set "ordered_class_elements" (PhpCsFixer\Fixer\ClassNotation\OrderedClassElementsFixer Object (...)) Rule "ordered_class_elements" is not following new option casing yet, please help. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/AutoReview/FixerTest.php:163 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 4) PhpCsFixer\Tests\AutoReview\FixerTest::testFixerDefinitions with data set "comment_to_phpdoc" (PhpCsFixer\Fixer\Comment\CommentToPhpdocFixer Object (...)) [comment_to_phpdoc] Configurable fixer only provides a default configuration sample and none for its configuration options, please help and add it. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/AutoReview/FixerTest.php:147 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 5) PhpCsFixer\Tests\AutoReview\FixerTest::testFixerDefinitions with data set "phpdoc_to_param_type" (PhpCsFixer\Fixer\FunctionNotation\PhpdocToParamTypeFixer Object (...)) [phpdoc_to_param_type] Configurable fixer only provides a default configuration sample and none for its configuration options, please help and add it. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/AutoReview/FixerTest.php:147 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 6) PhpCsFixer\Tests\AutoReview\FixerTest::testFixerDefinitions with data set "is_null" (PhpCsFixer\Fixer\LanguageConstruct\IsNullFixer Object (...)) [is_null] Configurable fixer only provides a default configuration sample and none for its configuration options, please help and add it. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/AutoReview/FixerTest.php:147 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 7) PhpCsFixer\Tests\AutoReview\FixerTest::testFixerDefinitions with data set "constant_case" (PhpCsFixer\Fixer\Casing\ConstantCaseFixer Object (...)) [constant_case] Configurable fixer only provides a default configuration sample and none for its configuration options, please help and add it. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/AutoReview/FixerTest.php:147 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 8) PhpCsFixer\Tests\AutoReview\FixerTest::testFixerDefinitions with data set "php_unit_dedicate_assert_internal_type" (PhpCsFixer\Fixer\PhpUnit\PhpUnitDedicateAssertInternalTypeFixer Object (...)) [php_unit_dedicate_assert_internal_type] Configurable fixer only provides a default configuration sample and none for its configuration options, please help and add it. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/AutoReview/FixerTest.php:147 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 9) PhpCsFixer\Tests\IntegrationTest::testIntegration with data set "/builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixtures/Integration/priority/backtick_to_shell_exec,escape_implicit_backslashes.test" (PhpCsFixer\Tests\Test\IntegrationCase Object (...)) Integration test `priority/backtick_to_shell_exec,escape_implicit_backslashes.test` was defined as explicit priority test, but no priority conflict was detected. Either integration test needs to be extended or moved from `priority` to `misc`. But don't do it blindly - it deserves investigation! /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/IntegrationTest.php:79 /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch/usr/share/php/PhpCsFixer/tests/Test/AbstractIntegrationTestCase.php:295 /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch/usr/share/php/PhpCsFixer/tests/Test/AbstractIntegrationTestCase.php:134 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 10) PhpCsFixer\Tests\IntegrationTest::testIntegration with data set "/builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixtures/Integration/priority/braces,indentation_type,no_break_comment.test" (PhpCsFixer\Tests\Test\IntegrationCase Object (...)) Integration test `priority/braces,indentation_type,no_break_comment.test` was defined as explicit priority test, but no priority conflict was detected. Either integration test needs to be extended or moved from `priority` to `misc`. But don't do it blindly - it deserves investigation! /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/IntegrationTest.php:79 /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch/usr/share/php/PhpCsFixer/tests/Test/AbstractIntegrationTestCase.php:295 /builddir/build/BUILDROOT/php-cs-fixer-2.16.4-1.fc32.noarch/usr/share/php/PhpCsFixer/tests/Test/AbstractIntegrationTestCase.php:134 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 11) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #0 ('@PSR1') Set "@PSR1" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 12) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #4 ('@PhpCsFixer') Set "@PhpCsFixer" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 13) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #5 ('@PhpCsFixer:risky') Set "@PhpCsFixer:risky" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 14) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #7 ('@PHP56Migration') Set "@PHP56Migration" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 15) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #8 ('@PHP56Migration:risky') Set "@PHP56Migration:risky" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 16) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #9 ('@PHP70Migration') Set "@PHP70Migration" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 17) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #10 ('@PHP70Migration:risky') Set "@PHP70Migration:risky" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 18) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #11 ('@PHP71Migration') Set "@PHP71Migration" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 19) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #12 ('@PHP71Migration:risky') Set "@PHP71Migration:risky" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 20) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #13 ('@PHP73Migration') Set "@PHP73Migration" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 21) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #22 ('@PHPUnit55Migration:risky') Set "@PHPUnit55Migration:risky" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 22) PhpCsFixer\Tests\RuleSetTest::testHasIntegrationTest with data set #26 ('@PHPUnit75Migration:risky') Set "@PHPUnit75Migration:risky" has no integration test. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/RuleSetTest.php:665 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 -- There were 105 skipped tests: 1) PhpCsFixer\Tests\Cache\FileHandlerTest::testWriteCacheToNonWriteableFile File "/builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixtures/cache-file-handler/cache-file" must be not writeable for this tests. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Cache/FileHandlerTest.php:150 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 2) PhpCsFixer\Tests\Fixer\Basic\NonPrintableCharacterFixerTest::testFixWithEscapeSequencesInStringsLowerThanPhp70 PHP < 7.0 is required. /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 3) PhpCsFixer\Tests\Fixer\Casing\NativeFunctionTypeDeclarationCasingFixerTest::testFixPre70 with data set #0 ('') The short_open_tag option is required to be enabled. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/PhpTag/NoClosingTagFixerTest.php:44 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 86) PhpCsFixer\Tests\Fixer\PhpTag\NoClosingTagFixerTest::testWithShortOpenTag with data set #1 ('') The short_open_tag option is required to be enabled. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/PhpTag/NoClosingTagFixerTest.php:44 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 87) PhpCsFixer\Tests\Fixer\PhpTag\NoClosingTagFixerTest::testWithShortOpenTag with data set #2 ('\n

') The short_open_tag option is required to be enabled. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/PhpTag/NoClosingTagFixerTest.php:44 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 88) PhpCsFixer\Tests\Fixer\PhpTag\NoClosingTagFixerTest::testWithShortOpenTag with data set #3 ('') The short_open_tag option is required to be enabled. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/PhpTag/NoClosingTagFixerTest.php:44 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 89) PhpCsFixer\Tests\Fixer\PhpTag\NoClosingTagFixerTest::testWithShortOpenTag with data set #4 (' ') The short_open_tag option is required to be enabled. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/PhpTag/NoClosingTagFixerTest.php:44 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 90) PhpCsFixer\Tests\Fixer\PhpTag\NoClosingTagFixerTest::testWithShortOpenTag with data set #5 ('') The short_open_tag option is required to be enabled. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/PhpTag/NoClosingTagFixerTest.php:44 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 91) PhpCsFixer\Tests\Fixer\PhpTag\NoShortEchoTagFixerTest::testFix with data set #0 (' PLAIN TEXT', ' PLAIN TEXT') The short_open_tag option is required to be enabled. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/PhpTag/NoShortEchoTagFixerTest.php:35 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 93) PhpCsFixer\Tests\Fixer\PhpTag\NoShortEchoTagFixerTest::testFix with data set #2 ('PLAIN TEXT', 'PLAIN TEXT') The short_open_tag option is required to be enabled. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/PhpTag/NoShortEchoTagFixerTest.php:35 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 94) PhpCsFixer\Tests\Fixer\PhpTag\NoShortEchoTagFixerTest::testFix with data set #3 (' ', ' ') The short_open_tag option is required to be enabled. /builddir/build/BUILD/PHP-CS-Fixer-1023c3458137ab052f6ff1e09621a721bfdeca13/tests/Fixer/PhpTag/NoShortEchoTagFixerTest.php:35 /usr/share/php/PHPUnitGoodPractices/Traits/ExpectationViaCodeOverAnnotationTrait7.php:39 95) PhpCsFixer\Tests\Fixer\PhpTag\NoShortEchoTagFixerTest::testFix with data set #4 ('