[pkg-php-pear] Bug#1078843: symfony: FTBFS: PHP Fatal error: require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Santiago Vila sanvila at debian.org
Sat Aug 17 00:43:49 BST 2024


Package: src:symfony
Version: 4.4.19+dfsg-2+deb11u5
Severity: serious
Control: close -1 6.4.7+dfsg-1
Tags: ftbfs bullseye bookworm

Dear maintainer:

During a rebuild of all packages in bullseye, your package failed to build:

(Note: The build failure also happens in bookworm)

--------------------------------------------------------------------------------
[...]
  debian/rules binary
dh binary --with phpcomposer
    dh_update_autotools_config
    dh_autoreconf
    debian/rules override_dh_auto_build
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir --parents debian/packages_to_build debian/autoloaders
# Check if licenses of all images are properly covered in d/copyright
./debian/licensing/bin/check_image_licenses --check
base64: invalid input
I: Checking licensing of images...
I: All images proceeded.
# Walk through the parts of upstream's code that should be packaged into
# separate Debian binary packages and write down a package-to-build info
# file containing shell variables for each package.
# Those files will be traverse later on in different targets of this
# makefile (debian/rules). They solely exists to not repeat the extraction
# of those variables in each of those target over and over again.
# Then, build a class loader for the package, using the template in
# debian/eb_pkg_name.autoload.php.tpl if it exists (to load dependencies).
set -e;\
  for src_path in $(find src/Symfony/ -mindepth 2 -maxdepth 4 -type d); do \
   if [ -e $src_path/composer.json ]; then \
    pkg_path=${src_path#src/Symfony/}; \
    deb_pkg_name=php-$(cat $src_path/composer.json | jq -r '.name | tostring' | sed -r 's|/|-|'); \
    if [ $(grep -c -E -e "^Package: $deb_pkg_name\$" debian/control) -ne 1 ]; then \
     echo "W: No Debian package '$deb_pkg_name' defined in debian/control," 1>&2; \
     echo "   therefor not considering Symfony $pkg_path," 1>&2; \
     continue; \
    fi; \
    echo "# This file contains some variables sourced" > debian/packages_to_build/$deb_pkg_name; \
    echo "# by various targets in debian/rules" >> debian/packages_to_build/$deb_pkg_name; \
    echo "deb_pkg_name='$deb_pkg_name'" >> debian/packages_to_build/$deb_pkg_name; \
    echo "src_path='$src_path'" >> debian/packages_to_build/$deb_pkg_name; \
    echo "pkg_path='$pkg_path'" >> debian/packages_to_build/$deb_pkg_name; \
    echo "symfony ${deb_pkg_name#php-symfony-} Symfony/$pkg_path/autoload.php" > debian/autoloaders/$deb_pkg_name; \
    if [ -e debian/$deb_pkg_name.autoload.php ]; then \
     cp debian/$deb_pkg_name.autoload.php \
	$src_path/autoload.php ; \
            elif [ $deb_pkg_name = php-symfony-mailer ] ; then \
     phpab --output $src_path/autoload.php \
	--blacklist '*\\tests\\*' \
	--blacklist '*\\bridge\\*' \
	--whitelist 'symfony\\*' \
	--template debian/$deb_pkg_name.autoload.php.tpl \
	$src_path; \
    elif [ -e debian/$deb_pkg_name.autoload.php.tpl ]; then \
     phpab --output $src_path/autoload.php \
	--blacklist '*\\tests\\*' \
	--exclude 'src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/Fixtures/proxy-implem.php' \
	--whitelist 'symfony\\*' \
	--tolerant \
	--template debian/$deb_pkg_name.autoload.php.tpl \
	$src_path; \
    else \
     phpab --output $src_path/autoload.php \
	--blacklist '*\\tests\\*' \
	--whitelist 'symfony\\*' \
	--template debian/default.autoload.php.tpl \
	$src_path; \
    fi; \
   fi; \
  done
phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Mime

Autoload file src/Symfony/Component/Mime/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Console

Autoload file src/Symfony/Component/Console/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Security/Csrf

Autoload file src/Symfony/Component/Security/Csrf/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Security/Http

Autoload file src/Symfony/Component/Security/Http/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Security/Core

Autoload file src/Symfony/Component/Security/Core/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Security/Guard

Autoload file src/Symfony/Component/Security/Guard/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Intl

Autoload file src/Symfony/Component/Intl/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/EventDispatcher

Autoload file src/Symfony/Component/EventDispatcher/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/DomCrawler

Autoload file src/Symfony/Component/DomCrawler/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/OptionsResolver

Autoload file src/Symfony/Component/OptionsResolver/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Debug

Autoload file src/Symfony/Component/Debug/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Messenger

Autoload file src/Symfony/Component/Messenger/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/HttpClient

Autoload file src/Symfony/Component/HttpClient/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Finder

Autoload file src/Symfony/Component/Finder/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Serializer

Autoload file src/Symfony/Component/Serializer/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Config

Autoload file src/Symfony/Component/Config/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Lock

Autoload file src/Symfony/Component/Lock/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Workflow

Autoload file src/Symfony/Component/Workflow/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/VarExporter

Autoload file src/Symfony/Component/VarExporter/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/HttpFoundation

Autoload file src/Symfony/Component/HttpFoundation/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Yaml

Autoload file src/Symfony/Component/Yaml/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/ErrorHandler

Autoload file src/Symfony/Component/ErrorHandler/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/BrowserKit

Autoload file src/Symfony/Component/BrowserKit/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Cache

Autoload file src/Symfony/Component/Cache/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/VarDumper

Autoload file src/Symfony/Component/VarDumper/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Mailer

Autoload file src/Symfony/Component/Mailer/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Mailer/Bridge/Mailchimp

Autoload file src/Symfony/Component/Mailer/Bridge/Mailchimp/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Mailer/Bridge/Amazon

Autoload file src/Symfony/Component/Mailer/Bridge/Amazon/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Mailer/Bridge/Sendgrid

Autoload file src/Symfony/Component/Mailer/Bridge/Sendgrid/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Mailer/Bridge/Postmark

Autoload file src/Symfony/Component/Mailer/Bridge/Postmark/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Mailer/Bridge/Mailgun

Autoload file src/Symfony/Component/Mailer/Bridge/Mailgun/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Mailer/Bridge/Google

Autoload file src/Symfony/Component/Mailer/Bridge/Google/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/ExpressionLanguage

Autoload file src/Symfony/Component/ExpressionLanguage/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Templating

Autoload file src/Symfony/Component/Templating/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/HttpKernel

Autoload file src/Symfony/Component/HttpKernel/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/CssSelector

Autoload file src/Symfony/Component/CssSelector/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Stopwatch

Autoload file src/Symfony/Component/Stopwatch/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Inflector

Autoload file src/Symfony/Component/Inflector/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Ldap

Autoload file src/Symfony/Component/Ldap/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/PropertyInfo

Autoload file src/Symfony/Component/PropertyInfo/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/PropertyAccess

Autoload file src/Symfony/Component/PropertyAccess/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Process

Autoload file src/Symfony/Component/Process/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Routing

Autoload file src/Symfony/Component/Routing/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Translation

Autoload file src/Symfony/Component/Translation/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/WebLink

Autoload file src/Symfony/Component/WebLink/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Form

Autoload file src/Symfony/Component/Form/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Dotenv

Autoload file src/Symfony/Component/Dotenv/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/DependencyInjection

Autoload file src/Symfony/Component/DependencyInjection/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Asset

Autoload file src/Symfony/Component/Asset/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Filesystem

Autoload file src/Symfony/Component/Filesystem/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Validator

Autoload file src/Symfony/Component/Validator/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bridge/ProxyManager

Autoload file src/Symfony/Bridge/ProxyManager/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bridge/Doctrine

Autoload file src/Symfony/Bridge/Doctrine/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bridge/Monolog

Autoload file src/Symfony/Bridge/Monolog/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bridge/PhpUnit

Autoload file src/Symfony/Bridge/PhpUnit/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bridge/Twig

Autoload file src/Symfony/Bridge/Twig/autoload.php generated.

W: No Debian package 'php-symfony-event-dispatcher-contracts' defined in debian/control,
    therefor not considering Symfony Contracts/EventDispatcher,
W: No Debian package 'php-symfony-http-client-contracts' defined in debian/control,
    therefor not considering Symfony Contracts/HttpClient,
W: No Debian package 'php-symfony-service-contracts' defined in debian/control,
    therefor not considering Symfony Contracts/Service,
W: No Debian package 'php-symfony-cache-contracts' defined in debian/control,
    therefor not considering Symfony Contracts/Cache,
W: No Debian package 'php-symfony-translation-contracts' defined in debian/control,
    therefor not considering Symfony Contracts/Translation,
phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bundle/SecurityBundle

Autoload file src/Symfony/Bundle/SecurityBundle/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bundle/FrameworkBundle

Autoload file src/Symfony/Bundle/FrameworkBundle/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bundle/DebugBundle

Autoload file src/Symfony/Bundle/DebugBundle/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bundle/WebProfilerBundle

Autoload file src/Symfony/Bundle/WebProfilerBundle/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bundle/TwigBundle

Autoload file src/Symfony/Bundle/TwigBundle/autoload.php generated.

phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Bundle/WebServerBundle

Autoload file src/Symfony/Bundle/WebServerBundle/autoload.php generated.

W: No Debian package 'php-test-composer.json' defined in debian/control,
    therefor not considering Symfony Bundle/WebServerBundle/Tests/DependencyInjection,
# The following component declares a classmap in its composer.json,
# pointing to Resources/stubs. The classname being outside 'symfony\\*', the
# --whitelist trick cannot be used to ignore classes defined in the testsuite.
phpab	--output src/Symfony/Component/Intl/autoload.php \
	--blacklist '*\\tests\\*' \
	--template debian/default.autoload.php.tpl \
	src/Symfony/Component/Intl
phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory src/Symfony/Component/Intl

Autoload file src/Symfony/Component/Intl/autoload.php generated.

make[1]: Leaving directory '/<<PKGBUILDDIR>>'
    debian/rules override_dh_auto_test
make[1]: Entering directory '/<<PKGBUILDDIR>>'
mkdir --parents vendor build
cp -r src/Symfony build
rm -r build/Symfony/Contracts
cp debian/autoload.php build/Symfony
phpab	--output vendor/autoload.php \
	--whitelist '*\\tests\\*' \
	--tolerant \
	--template debian/autoload.php.tests.tpl \
	--blacklist 'symfony\\component\\dependencyinjection\\tests\\fixtures\\container\\projectservicecontainer' \
	--exclude 'build/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/Fixtures/proxy-implem.php' \
	build/Symfony
phpab %development% - Copyright (C) 2009 - 2024 by Arne Blankerts and Contributors

Scanning directory build/Symfony

Autoload file vendor/autoload.php generated.

ln -s /usr/share/php/Cache build
ln -s /usr/share/php/Doctrine build
ln -s /usr/share/php/Egulias build
ln -s /usr/share/php/GuzzleHttp build
ln -s /usr/share/php/Http build
ln -s /usr/share/php/Masterminds build
ln -s /usr/share/php/Monolog build
ln -s /usr/share/php/Nyholm build
ln -s /usr/share/php/phpDocumentor build
ln -s /usr/share/php/PHPUnit build
ln -s /usr/share/php/Predis build
ln -s /usr/share/php/ProxyManager build
ln -s /usr/share/php/Psr build
ln -s /usr/share/php/Symfony/Contracts build/Symfony
ln -s /usr/share/php/Symfony/Component/Security/Acl build/Symfony/Component/Security
ln -s /usr/share/php/Symfony/Polyfill build/Symfony
ln -s /usr/share/php/Twig build
ln -s build/Symfony .
# Actual tests suite
components=$(find build/Symfony -mindepth 3 -type f -name phpunit.xml.dist -printf '%h\n') && \
  echo "$components" | parallel --gnu --keep-order '/bin/echo -e "\\nRunning {} tests"; SYMFONY_DEPRECATIONS_HELPER=weak phpunit --include build -v --colors=always --exclude-group network,tty,benchmark,intl-data,functional,composer {} || (/bin/echo -e "\\e[41mKO\\e[0m {}" && $(exit 1));';

Running build/Symfony/Component/Mime tests
KO build/Symfony/Component/Mime
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Console tests
KO build/Symfony/Component/Console
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Security/Csrf tests
KO build/Symfony/Component/Security/Csrf
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Security/Http tests
KO build/Symfony/Component/Security/Http
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Security/Core tests
KO build/Symfony/Component/Security/Core
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Security tests
KO build/Symfony/Component/Security
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Security/Guard tests
KO build/Symfony/Component/Security/Guard
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Intl tests
KO build/Symfony/Component/Intl
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/EventDispatcher tests
KO build/Symfony/Component/EventDispatcher
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/DomCrawler tests
KO build/Symfony/Component/DomCrawler
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/OptionsResolver tests
KO build/Symfony/Component/OptionsResolver
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Debug tests
KO build/Symfony/Component/Debug
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Messenger tests
KO build/Symfony/Component/Messenger
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/HttpClient tests
KO build/Symfony/Component/HttpClient
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Finder tests
KO build/Symfony/Component/Finder
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Serializer tests
KO build/Symfony/Component/Serializer
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Config tests
KO build/Symfony/Component/Config
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Lock tests
KO build/Symfony/Component/Lock
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Workflow tests
KO build/Symfony/Component/Workflow
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/VarExporter tests
KO build/Symfony/Component/VarExporter
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/HttpFoundation tests
KO build/Symfony/Component/HttpFoundation
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Yaml tests
KO build/Symfony/Component/Yaml
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/ErrorHandler tests
KO build/Symfony/Component/ErrorHandler
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/BrowserKit tests
KO build/Symfony/Component/BrowserKit
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Cache tests
KO build/Symfony/Component/Cache
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/VarDumper tests
KO build/Symfony/Component/VarDumper
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Mailer/Bridge/Mailchimp tests
KO build/Symfony/Component/Mailer/Bridge/Mailchimp
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Mailer/Bridge/Amazon tests
KO build/Symfony/Component/Mailer/Bridge/Amazon
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Mailer/Bridge/Sendgrid tests
KO build/Symfony/Component/Mailer/Bridge/Sendgrid
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Mailer/Bridge/Postmark tests
KO build/Symfony/Component/Mailer/Bridge/Postmark
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Mailer/Bridge/Mailgun tests
KO build/Symfony/Component/Mailer/Bridge/Mailgun
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Mailer/Bridge/Google tests
KO build/Symfony/Component/Mailer/Bridge/Google
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Mailer tests
KO build/Symfony/Component/Mailer
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/ExpressionLanguage tests
KO build/Symfony/Component/ExpressionLanguage
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Templating tests
KO build/Symfony/Component/Templating
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/HttpKernel tests
KO build/Symfony/Component/HttpKernel
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/CssSelector tests
KO build/Symfony/Component/CssSelector
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Stopwatch tests
KO build/Symfony/Component/Stopwatch
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Inflector tests
KO build/Symfony/Component/Inflector
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Ldap tests
KO build/Symfony/Component/Ldap
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/PropertyInfo tests
KO build/Symfony/Component/PropertyInfo
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/PropertyAccess tests
KO build/Symfony/Component/PropertyAccess
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Process tests
KO build/Symfony/Component/Process
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Routing tests
KO build/Symfony/Component/Routing
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Translation tests
KO build/Symfony/Component/Translation
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/WebLink tests
KO build/Symfony/Component/WebLink
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Form tests
KO build/Symfony/Component/Form
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Dotenv tests
KO build/Symfony/Component/Dotenv
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/DependencyInjection tests
KO build/Symfony/Component/DependencyInjection
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Asset tests
KO build/Symfony/Component/Asset
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Filesystem tests
KO build/Symfony/Component/Filesystem
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Component/Validator tests
KO build/Symfony/Component/Validator
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bridge/ProxyManager tests
KO build/Symfony/Bridge/ProxyManager
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bridge/Doctrine tests
KO build/Symfony/Bridge/Doctrine
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bridge/Monolog tests
KO build/Symfony/Bridge/Monolog
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bridge/PhpUnit tests
KO build/Symfony/Bridge/PhpUnit
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bridge/Twig tests
KO build/Symfony/Bridge/Twig
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bundle/SecurityBundle tests
KO build/Symfony/Bundle/SecurityBundle
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bundle/FrameworkBundle tests
KO build/Symfony/Bundle/FrameworkBundle
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bundle/DebugBundle tests
KO build/Symfony/Bundle/DebugBundle
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bundle/WebProfilerBundle tests
KO build/Symfony/Bundle/WebProfilerBundle
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bundle/TwigBundle tests
KO build/Symfony/Bundle/TwigBundle
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6

Running build/Symfony/Bundle/WebServerBundle tests
KO build/Symfony/Bundle/WebServerBundle
PHP Warning:  require_once(/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php): failed to open stream: No such file or directory in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
PHP Fatal error:  require_once(): Failed opening required '/usr/share/php/Symfony/Component/HttpKernel/../HttpClient/autoload.php' (include_path='build:.:/usr/share/php') in /usr/share/php/Symfony/Component/HttpKernel/autoload.php on line 6
make[1]: *** [debian/rules:99: override_dh_auto_test] Error 63
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
make: *** [debian/rules:4: binary] Error 2
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

The above is just how the build ends and not necessarily the most relevant part.
If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/bullseye/

About the archive rebuild: The build was made on virtual machines
of type m6a.large and r6a.large from AWS, using sbuild and a
reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and affects, so that this is still visible in the BTS web
page for this package.

Thanks.



More information about the pkg-php-pear mailing list