Your message dated Thu, 07 Jan 2021 06:19:26 +0000
with message-id <e1kxodq-000bye...@fasolo.debian.org>
and subject line Bug#976815: fixed in php-monolog 2.2.0-1
has caused the Debian Bug report #976815,
regarding php-monolog: FTBFS: ReflectionException: Class 
Egulias\EmailValidator\EmailValidator does not exist
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 ow...@bugs.debian.org
immediately.)


-- 
976815: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php-monolog
Version: 2.1.1-1
Severity: serious
Tags: ftbfs
Justification: fails to build from source

Hi,

php-monolog/experimental recently started to FTBFS due to a change in some
build dependency.

This is a diff of the build-depends getting installed from a previous
successful build, there are 4 newly installed php packages (***), at
least one of them looks related to the error (!!!):

-Setting up automake (1:1.16.2-4) ...
+Setting up automake (1:1.16.3-1) ...
-Setting up bsdextrautils (2.36-3+b1) ...
+Setting up bsdextrautils (2.36.1-2) ...
-Setting up dwz (0.13-5) ...
+Setting up dwz (0.13+20201015-2) ...
-Setting up file (1:5.38-5) ...
+Setting up file (1:5.39-3) ...
-Setting up libelf1:amd64 (0.181-1) ...
+Setting up libelf1:amd64 (0.182-1) ...
-Setting up libglib2.0-0:amd64 (2.66.1-2) ...
+Setting up libglib2.0-0:amd64 (2.66.3-2) ...
-Setting up libjs-jquery (3.5.1+dfsg-4) ...
+Setting up libjs-jquery (3.5.1+dfsg+~3.5.4-3) ...
-Setting up libjs-popper.js (1.16.1+ds-1) ...
+Setting up libjs-popper.js (1.16.1+ds-2) ...
-Setting up libldap-2.4-2:amd64 (2.4.54+dfsg-1) ...
+Setting up libldap-2.4-2:amd64 (2.4.56+dfsg-1) ...
-Setting up libmagic1:amd64 (1:5.38-5) ...
+Setting up libmagic1:amd64 (1:5.39-3) ...
-Setting up libmagic-mgc (1:5.38-5) ...
+Setting up libmagic-mgc (1:5.39-3) ...
-Setting up libnghttp2-14:amd64 (1.41.0-3) ...
+Setting up libnghttp2-14:amd64 (1.42.0-1) ...
-Setting up libxml2:amd64 (2.9.10+dfsg-6.1) ...
+Setting up libxml2:amd64 (2.9.10+dfsg-6.3) ...
+Setting up mailcap (3.67) ...
+Setting up media-types (1.0.1) ...
-Setting up mime-support (3.64) ...
+Setting up mime-support (3.66) ...
+Setting up node-jquery (3.5.1+dfsg+~3.5.4-3) ...
-Setting up node-jquery (3.5.1+dfsg-4) ...
+Setting up php7.4-intl (7.4.11-1) ...                  ***
-Setting up phpunit (8.5.8-1) ...
+Setting up phpunit (8.5.13-1) ...
-Setting up php-codecoverage (7.0.10+dfsg-1) ...
+Setting up php-codecoverage (7.0.14+dfsg-2) ...
-Setting up php-deepcopy (1.10.1-1) ...
+Setting up php-deepcopy (1.10.2-1) ...
-Setting up php-doctrine-instantiator (1.3.1-1) ...
+Setting up php-doctrine-instantiator (1.4.0-1) ...
+Setting up php-doctrine-lexer (1.2.1-1) ...            ***
+Setting up php-email-validator (2.1.24-1) ...          *** !!!
+Setting up php-intl (2:7.4+76) ...                     ***
-Setting up php-phar-io-manifest (1.0.3-2) ...
+Setting up php-phar-io-manifest (2.0.1-2) ...
-Setting up php-phar-io-version (2.0.1-1) ...
+Setting up php-phar-io-version (3.0.3-1) ...
-Setting up php-swiftmailer (5.4.2-1.1) ...
+Setting up php-swiftmailer (6.2.3-1) ...
-Setting up php-token-stream (3.1.1-1) ...
+Setting up php-token-stream (4.0.4-1) ...
-Setting up php-zeta-console-tools (1.7.1-1) ...
+Setting up php-zeta-console-tools (1.7.2-1) ...
-Setting up tzdata (2020c-1) ...
+Setting up tzdata (2020d-1) ...

   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/php-monolog-2.1.1'
phpunit --include-path src
PHPUnit 8.5.13 by Sebastian Bergmann and contributors.

..........SS.......SSSSSSSSS.........................S.......   61 / 1058 (  5%)
.....SSSSSSSS..S.............................................  122 / 1058 ( 11%)
...........S.....SSSSSSSSSSSSSSSSSSS.........................  183 / 1058 ( 17%)
...............SSSS......................SS..................  244 / 1058 ( 23%)
.........................SSSSSSSSSSSSSSSSSSSSSSSSS...........  305 / 1058 ( 28%)
.....................S.SSWW..................................  366 / 1058 ( 34%)
.............................................................  427 / 1058 ( 40%)
.............................EEE.............................  488 / 1058 ( 46%)
.SS..........................................................  549 / 1058 ( 51%)
.............................................................  610 / 1058 ( 57%)
.............................................................  671 / 1058 ( 63%)
.............................................................  732 / 1058 ( 69%)
.............................................................  793 / 1058 ( 74%)
.............................................................  854 / 1058 ( 80%)
.............................................................  915 / 1058 ( 86%)
..................................................S..........  976 / 1058 ( 92%)
...........................W................................. 1037 / 1058 ( 98%)
.....................                                         1058 / 1058 (100%)

Time: 1.08 seconds, Memory: 24.00 MB

There were 3 errors:

1) 
Monolog\Handler\SwiftMailerHandlerTest::testMessageCanBeCustomizedGivenLoggedData
ReflectionException: Class Egulias\EmailValidator\EmailValidator does not exist

/usr/share/php/Swift/classes/Swift/DependencyContainer.php:327
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:341
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:117
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:389
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:366
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:134
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:330
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:115
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:389
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:366
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:134
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:330
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:115
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:389
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:366
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:134
/usr/share/php/Swift/classes/Swift/Message.php:48
/build/php-monolog-2.1.1/tests/Monolog/Handler/SwiftMailerHandlerTest.php:51

2) Monolog\Handler\SwiftMailerHandlerTest::testMessageSubjectFormatting
ReflectionException: Class Egulias\EmailValidator\EmailValidator does not exist

/usr/share/php/Swift/classes/Swift/DependencyContainer.php:327
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:341
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:117
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:389
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:366
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:134
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:330
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:115
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:389
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:366
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:134
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:330
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:115
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:389
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:366
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:134
/usr/share/php/Swift/classes/Swift/Message.php:48
/build/php-monolog-2.1.1/tests/Monolog/Handler/SwiftMailerHandlerTest.php:79

3) Monolog\Handler\SwiftMailerHandlerTest::testMessageHaveUniqueId
ReflectionException: Class Egulias\EmailValidator\EmailValidator does not exist

/usr/share/php/Swift/classes/Swift/DependencyContainer.php:327
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:341
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:117
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:389
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:366
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:134
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:330
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:115
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:389
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:366
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:134
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:330
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:115
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:389
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:366
/usr/share/php/Swift/classes/Swift/DependencyContainer.php:134
/usr/share/php/Swift/classes/Swift/Message.php:48
/build/php-monolog-2.1.1/tests/Monolog/Handler/SwiftMailerHandlerTest.php:103

--

There were 3 warnings:

1) Monolog\Handler\RedisHandlerTest::testPredisHandleCapped
createPartialMock called with method(s) rPush, lTrim that do not exist in 
Predis\Client. This will not be allowed in future versions of PHPUnit.

2) Monolog\Handler\RollbarHandlerTest::testExceptionLogLevel
Trying to configure method "log" which cannot be configured because it does not 
exist, has not been specified, is final, or is static

3) Monolog\PsrLogCompatTest::testThrowsOnInvalidLevel
The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, and 
@expectedExceptionMessageRegExp annotations are deprecated. They will be 
removed in PHPUnit 9. Refactor your test to use expectException(), 
expectExceptionCode(), expectExceptionMessage(), or 
expectExceptionMessageMatches() instead.

ERRORS!
Tests: 1058, Assertions: 1691, Errors: 3, Warnings: 3, Skipped: 78.
make[1]: *** [debian/rules:15: override_dh_auto_test] Error 2


Andreas

Attachment: php-monolog_2.1.1-1.log.gz
Description: application/gzip


--- End Message ---
--- Begin Message ---
Source: php-monolog
Source-Version: 2.2.0-1
Done: David Prévot <taf...@debian.org>

We believe that the bug you reported is fixed in the latest version of
php-monolog, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 976...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Prévot <taf...@debian.org> (supplier of updated php-monolog package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Thu, 07 Jan 2021 02:06:45 -0400
Source: php-monolog
Architecture: source
Version: 2.2.0-1
Distribution: experimental
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <pkg-php-p...@lists.alioth.debian.org>
Changed-By: David Prévot <taf...@debian.org>
Closes: 976815
Changes:
 php-monolog (2.2.0-1) experimental; urgency=medium
 .
   [ Jordi Boggiano ]
   * Update changelog
 .
   [ Robin Gustafsson ]
   * Use SwiftMailer's new autoloader (Closes: #976815)
 .
   [ David Prévot ]
   * Use php-redis for tests
   * Update watch file format version to 4.
   * Set upstream metadata fields: Security-Contact.
   * Rename main branch to debian/latest (DEP-14)
   * Skip tests that can’t be run on Debian
   * Update Standards-Version to 4.5.1
Checksums-Sha1:
 95bb938de9427dcfc64befe1c44d52f4ae18d7ad 1918 php-monolog_2.2.0-1.dsc
 8deb6fe43812eb9fe97cd2f75c72e950491d0add 155478 php-monolog_2.2.0.orig.tar.gz
 b8953d81b888b8c852ba8ac0c8be192363f022c3 7008 php-monolog_2.2.0-1.debian.tar.xz
 445535de34dd1eb8672149a765f844f27662303c 8309 
php-monolog_2.2.0-1_amd64.buildinfo
Checksums-Sha256:
 3e51c5e08538578b6c460afa6cfcbe7c706f6f2b29af1917fe465af5f3d67147 1918 
php-monolog_2.2.0-1.dsc
 678c735792bc0bb6032cf8200ef25c9004cb2d4c88564b1fd342b98f21075365 155478 
php-monolog_2.2.0.orig.tar.gz
 290ca2bf9bd7ad71314d6615c92249be07d6abbe607ccc05127735b2d25f0bf8 7008 
php-monolog_2.2.0-1.debian.tar.xz
 75a644005571f23de4385ee9c2f37531f9e44e95f59459c6b986d1c460863139 8309 
php-monolog_2.2.0-1_amd64.buildinfo
Files:
 81477b988d4bc20072ac6ec2a695148d 1918 php optional php-monolog_2.2.0-1.dsc
 3e24dbe8de2a96d13970ec8944652043 155478 php optional 
php-monolog_2.2.0.orig.tar.gz
 99019fffb617c8decd72ff16f8576fe6 7008 php optional 
php-monolog_2.2.0-1.debian.tar.xz
 c0e24f0f7be7c1549a8d3cce0bcad63a 8309 php optional 
php-monolog_2.2.0-1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAl/2prcSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08JdgIAKoSXw1w50OatVNJIJpICQSD+JoNbekb
nh6MQP2mYsE6ZnVIvl2O+0QJveWdB317tmuUStSseboJw4XGGGHKQzytVPXUXgTI
U4EecCsrtoHHyE26hhmWpmBNlfMl2V1QmW5mzLrdSTngA0+yRcc8qslUzJu0VH/a
ie14Jr5WJcaRl32LeXUc6Dk5wUTQqeDNd32vncrDw7RTGXZCChE6lU4Ie4gJyWZr
pCaAglurba/5/lKneK6Ug77Xn+BhcIMdwqg0sugs9sGkiU6tSuk22Wpvu24ib2Ge
omwtcTOcOW6mFvgEvw/gAUxRWl6khrDekGkRbjgMHDW51v3oyOmf9Vc=
=gSVc
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to