Source: symfony
Version: 2.8.7+dfsg-1.3
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/symfony.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/symfony-2.8.7+dfsg'
ln -s ./src/Symfony ./Symfony
mkdir --parents vendor
ln -s ../debian/autoload.build.php ./vendor/autoload.php
# Actual tests suite
components=$(find src/Symfony -mindepth 3 -type f -name phpunit.xml.dist 
-printf '%h\n') && \
 echo "$components" | parallel --gnu --keep-order '/bin/echo -e "\\nRunning {} 
tests"; phpunit --colors=always --exclude-group 
online,network,tty,benchmark,intl-data,dns-sensitive {} || (/bin/echo -e 
"\\e[41mKO\\e[0m {}" && $(exit 1));';

Running src/Symfony/Component/Yaml tests
KO src/Symfony/Component/Yaml
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Yaml/Tests/DumperTest.php 
on line 17

Running src/Symfony/Component/VarDumper tests
KO src/Symfony/Component/VarDumper
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/VarDumper/Test/VarDumperTestCase.php
 on line 22

Running src/Symfony/Component/Validator tests
KO src/Symfony/Component/Validator
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Validator/Tests/ConstraintTest.php
 on line 22

Running src/Symfony/Component/Translation tests
KO src/Symfony/Component/Translation
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTest.php
 on line 17

Running src/Symfony/Component/Templating tests
KO src/Symfony/Component/Templating
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Templating/Tests/DelegatingEngineTest.php
 on line 18

Running src/Symfony/Component/Stopwatch tests
KO src/Symfony/Component/Stopwatch
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php
 on line 23

Running src/Symfony/Component/Serializer tests
KO src/Symfony/Component/Serializer
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Serializer/Tests/Annotation/GroupsTest.php
 on line 19

Running src/Symfony/Component/Security tests
KO src/Symfony/Component/Security
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php
 on line 20

Running src/Symfony/Component/Security/Http tests
KO src/Symfony/Component/Security/Http
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Security/Http/Tests/AccessMapTest.php
 on line 16

Running src/Symfony/Component/Security/Guard tests
KO src/Symfony/Component/Security/Guard
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Security/Guard/Tests/Firewall/GuardAuthenticationListenerTest.php
 on line 23

Running src/Symfony/Component/Security/Csrf tests
KO src/Symfony/Component/Security/Csrf
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php
 on line 20

Running src/Symfony/Component/Security/Core tests
KO src/Symfony/Component/Security/Core
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationProviderManagerTest.php
 on line 20

Running src/Symfony/Component/Routing tests
KO src/Symfony/Component/Routing
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Routing/Tests/Annotation/RouteTest.php
 on line 16

Running src/Symfony/Component/PropertyInfo tests
KO src/Symfony/Component/PropertyInfo
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/PropertyInfo/Tests/Extractors/PhpDocExtractorTest.php
 on line 20

Running src/Symfony/Component/PropertyAccess tests
KO src/Symfony/Component/PropertyAccess
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayAccessTest.php
 on line 17

Running src/Symfony/Component/Process tests
KO src/Symfony/Component/Process
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php
 on line 19

Running src/Symfony/Component/OptionsResolver tests
KO src/Symfony/Component/OptionsResolver
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/OptionsResolver/Tests/LegacyOptionsResolverTest.php
 on line 20

Running src/Symfony/Component/Locale tests
KO src/Symfony/Component/Locale
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Locale/Tests/LocaleTest.php 
on line 24

Running src/Symfony/Component/Ldap tests
KO src/Symfony/Component/Ldap
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Ldap/Tests/LdapClientTest.php
 on line 20

Running src/Symfony/Component/Intl tests
KO src/Symfony/Component/Intl
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Intl/Tests/Collator/AbstractCollatorTest.php
 on line 21

Running src/Symfony/Component/HttpKernel tests
KO src/Symfony/Component/HttpKernel
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php
 on line 19

Running src/Symfony/Component/HttpFoundation tests
KO src/Symfony/Component/HttpFoundation
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php
 on line 16

Running src/Symfony/Component/Form tests
KO src/Symfony/Component/Form
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php
 on line 20

Running src/Symfony/Component/Finder tests
KO src/Symfony/Component/Finder
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php
 on line 14

Running src/Symfony/Component/Filesystem tests
KO src/Symfony/Component/Filesystem
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php
 on line 20

Running src/Symfony/Component/ExpressionLanguage tests
KO src/Symfony/Component/ExpressionLanguage
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php
 on line 17

Running src/Symfony/Component/EventDispatcher tests
KO src/Symfony/Component/EventDispatcher
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/EventDispatcher/Tests/AbstractEventDispatcherTest.php
 on line 18

Running src/Symfony/Component/DomCrawler tests
KO src/Symfony/Component/DomCrawler
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/DomCrawler/Tests/CrawlerTest.php
 on line 16

Running src/Symfony/Component/DependencyInjection tests
KO src/Symfony/Component/DependencyInjection
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php
 on line 20

Running src/Symfony/Component/Debug tests
KO src/Symfony/Component/Debug
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Debug/Tests/DebugClassLoaderTest.php
 on line 18

Running src/Symfony/Component/CssSelector tests
KO src/Symfony/Component/CssSelector
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php
 on line 16

Running src/Symfony/Component/Console tests
KO src/Symfony/Component/Console
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Console/Tests/ApplicationTest.php
 on line 33

Running src/Symfony/Component/Config tests
KO src/Symfony/Component/Config
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php
 on line 16

Running src/Symfony/Component/ClassLoader tests
KO src/Symfony/Component/ClassLoader
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/ClassLoader/Tests/ApcClassLoaderTest.php
 on line 17

Running src/Symfony/Component/BrowserKit tests
KO src/Symfony/Component/BrowserKit
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/BrowserKit/Tests/ClientTest.php
 on line 74

Running src/Symfony/Component/Asset tests
KO src/Symfony/Component/Asset
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Component/Asset/Tests/Context/NullContextTest.php
 on line 16

Running src/Symfony/Bundle/WebProfilerBundle tests
KO src/Symfony/Bundle/WebProfilerBundle
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Bundle/WebProfilerBundle/Tests/Command/ExportCommandTest.php
 on line 22

Running src/Symfony/Bundle/TwigBundle tests
KO src/Symfony/Bundle/TwigBundle
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Bundle/TwigBundle/Tests/TestCase.php 
on line 14

Running src/Symfony/Bundle/SecurityBundle tests
KO src/Symfony/Bundle/SecurityBundle
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php
 on line 20

Running src/Symfony/Bundle/FrameworkBundle tests
KO src/Symfony/Bundle/FrameworkBundle
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Bundle/FrameworkBundle/Tests/TestCase.php
 on line 14

Running src/Symfony/Bundle/DebugBundle tests
KO src/Symfony/Bundle/DebugBundle
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/Compiler/DumpDataCollectorPassTest.php
 on line 20

Running src/Symfony/Bridge/Twig tests
KO src/Symfony/Bridge/Twig
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Bridge/Twig/Tests/AppVariableTest.php 
on line 9

Running src/Symfony/Bridge/ProxyManager tests
KO src/Symfony/Bridge/ProxyManager
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/ContainerBuilderTest.php
 on line 25

Running src/Symfony/Bridge/PhpUnit tests
KO src/Symfony/Bridge/PhpUnit
PHP Fatal error:  Class 'PHPUnit_Framework_BaseTestListener' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php
 on line 21

Running src/Symfony/Bridge/Monolog tests
KO src/Symfony/Bridge/Monolog
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Bridge/Monolog/Tests/Handler/ConsoleHandlerTest.php
 on line 29

Running src/Symfony/Bridge/Doctrine tests
KO src/Symfony/Bridge/Doctrine
PHP Fatal error:  Class 'PHPUnit_Framework_TestCase' not found in 
/build/1st/symfony-2.8.7+dfsg/src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php
 on line 17
debian/rules:72: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 46

Reply via email to