Your message dated Mon, 27 Nov 2017 23:18:06 +0200
with message-id <20171127211806.GD27051@localhost>
and subject line Already fixed in experimental
has caused the Debian Bug report #882951,
regarding symfony FTBFS with phpunit 6.4.4-2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
882951: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=882951
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
[41mKO[0m 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
--- End Message ---
--- Begin Message ---
Version: 3.4.0~rc2+dfsg-1
Already fixed in experimental:
https://tests.reproducible-builds.org/debian/rb-pkg/experimental/amd64/symfony.html
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
--- End Message ---