Your message dated Wed, 21 Dec 2022 13:20:47 +0000
with message-id <e1p7z1b-008qmx...@fasolo.debian.org>
and subject line Bug#1026752: fixed in php-twig 3.4.3-2
has caused the Debian Bug report #1026752,
regarding php-twig: FTBFS: make[1]: *** [debian/rules:92: 
override_dh_auto_test] Error 1
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.)


-- 
1026752: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1026752
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php-twig
Version: 3.4.3-1
Severity: serious
Justification: FTBFS
Tags: bookworm sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20221220 ftbfs-bookworm

Hi,

During a rebuild of all packages in sid, your package failed to build
on amd64.


Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> SYMFONY_DEPRECATIONS_HELPER=weak phpunit
> PHPUnit 9.5.27 by Sebastian Bergmann and contributors.
> 
> Testing 
> .............................................................   61 / 1659 (  
> 3%)
> .............................................................  122 / 1659 (  
> 7%)
> .............................................................  183 / 1659 ( 
> 11%)
> .............................................................  244 / 1659 ( 
> 14%)
> .............................................................  305 / 1659 ( 
> 18%)
> .............................................................  366 / 1659 ( 
> 22%)
> S............................................................  427 / 1659 ( 
> 25%)
> .............................................................  488 / 1659 ( 
> 29%)
> .............................................................  549 / 1659 ( 
> 33%)
> ......................................S......................  610 / 1659 ( 
> 36%)
> .............................................................  671 / 1659 ( 
> 40%)
> .............................................................  732 / 1659 ( 
> 44%)
> ..............S..............................................  793 / 1659 ( 
> 47%)
> .............................................................  854 / 1659 ( 
> 51%)
> .............................................................  915 / 1659 ( 
> 55%)
> .............................................................  976 / 1659 ( 
> 58%)
> ............................................................. 1037 / 1659 ( 
> 62%)
> ............................................................. 1098 / 1659 ( 
> 66%)
> ............................................................. 1159 / 1659 ( 
> 69%)
> ............................................................. 1220 / 1659 ( 
> 73%)
> ............................................................. 1281 / 1659 ( 
> 77%)
> ............................................................. 1342 / 1659 ( 
> 80%)
> ............................................................. 1403 / 1659 ( 
> 84%)
> ............................................................. 1464 / 1659 ( 
> 88%)
> ............................................................. 1525 / 1659 ( 
> 91%)
> ............................................................. 1586 / 1659 ( 
> 95%)
> ............................................................. 1647 / 1659 ( 
> 99%)
> ............                                                  1659 / 1659 
> (100%)
> 
> Time: 00:01.345, Memory: 38.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 1659, Assertions: 4395, Skipped: 3.
> 
> Legacy deprecation notices (3)
> # testsuite for extra packages
> set -e; \
>  for package_info_file in $(find debian/packages_to_build/ -mindepth 1 
> -maxdepth 1 -type f); do \
>   . $package_info_file; \
>   if [ -f $src_path/phpunit.xml.dist ]; then \
>    LC_ALL=en_US SYMFONY_DEPRECATIONS_HELPER=weak phpunit \
>    --bootstrap vendor/autoload.php \
>    --configuration $src_path/phpunit.xml.dist \
>    $src_path; \
>   fi; \
>  done
> PHPUnit 9.5.27 by Sebastian Bergmann and contributors.
> 
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> ..S                                                                 3 / 3 
> (100%)
> 
> Time: 00:00.036, Memory: 8.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 3, Assertions: 4, Skipped: 1.
> PHPUnit 9.5.27 by Sebastian Bergmann and contributors.
> 
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> .......S                                                            8 / 8 
> (100%)
> 
> Time: 00:00.039, Memory: 8.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 8, Assertions: 14, Skipped: 1.
> PHPUnit 9.5.27 by Sebastian Bergmann and contributors.
> 
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> ....S                                                               5 / 5 
> (100%)
> 
> Time: 00:00.034, Memory: 10.00 MB
> 
> OK, but incomplete, skipped, or risky tests!
> Tests: 5, Assertions: 8, Skipped: 1.
> PHPUnit 9.5.27 by Sebastian Bergmann and contributors.
> 
> Warning:       Your XML configuration validates against a deprecated schema.
> Suggestion:    Migrate your XML configuration using "--migrate-configuration"!
> 
> ......FCompiled templates that failed on case 1:
> Template: index.twig
> <?php
> 
> use Twig\Environment;
> use Twig\Error\LoaderError;
> use Twig\Error\RuntimeError;
> use Twig\Extension\SandboxExtension;
> use Twig\Markup;
> use Twig\Sandbox\SecurityError;
> use Twig\Sandbox\SecurityNotAllowedTagError;
> use Twig\Sandbox\SecurityNotAllowedFilterError;
> use Twig\Sandbox\SecurityNotAllowedFunctionError;
> use Twig\Source;
> use Twig\Template;
> 
> /* index.twig */
> class 
> __TwigTemplate_0e75c3f5ed8976d1e9f62c958e0c5c0c_906bd791285763b8d42100a2766da842
>  extends Template
> {
>     private $source;
>     private $macros = [];
> 
>     public function __construct(Environment $env)
>     {
>         parent::__construct($env);
> 
>         $this->source = $this->getSourceContext();
> 
>         $this->parent = false;
> 
>         $this->blocks = [
>         ];
>     }
> 
>     protected function doDisplay(array $context, array $blocks = [])
>     {
>         $macros = $this->macros;
>         // line 1
>         echo "
> ";
>         // line 2
>         echo twig_escape_filter($this->env, 
> $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env,
>  "2019-08-07 23:39:12"), "html", null, true);
>         echo "
> ";
>         // line 3
>         echo twig_escape_filter($this->env, 
> $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env,
>  "2019-08-07 23:39:12", "medium", "medium", "", null, "gregorian", "fr"), 
> "html", null, true);
>         echo "
> ";
>         // line 4
>         echo twig_escape_filter($this->env, 
> $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env,
>  "2019-08-07 23:39:12", "none", "short", "", null, "gregorian", "fr"), 
> "html", null, true);
>         echo "
> ";
>         // line 5
>         echo twig_escape_filter($this->env, 
> $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env,
>  "2019-08-07 23:39:12", "short", "none", "", null, "gregorian", "fr"), 
> "html", null, true);
>         echo "
> ";
>         // line 6
>         echo twig_escape_filter($this->env, 
> $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env,
>  "2019-08-07 23:39:12", "full", "full", "", null, "gregorian", "fr"), "html", 
> null, true);
>         echo "
> ";
>         // line 7
>         echo twig_escape_filter($this->env, 
> $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDateTime($this->env,
>  "2019-08-07 23:39:12", "medium", "medium", "hh 'oclock' a, zzzz"), "html", 
> null, true);
>         echo "
> 
> ";
>         // line 9
>         echo twig_escape_filter($this->env, 
> $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDate($this->env, 
> "2019-08-07 23:39:12"), "html", null, true);
>         echo "
> ";
>         // line 10
>         echo twig_escape_filter($this->env, 
> $this->extensions['Twig\Extra\Intl\IntlExtension']->formatDate($this->env, 
> "2019-08-07 23:39:12", "medium", "", null, "gregorian", "fr"), "html", null, 
> true);
>         echo "
> ";
>         // line 11
>         echo twig_escape_filter($this->env, 
> $this->extensions['Twig\Extra\Intl\IntlExtension']->formatTime($this->env, 
> "2019-08-07 23:39:12"), "html", null, true);
>     }
> 
>     public function getTemplateName()
>     {
>         return "index.twig";
>     }
> 
>     public function isTraitable()
>     {
>         return false;
>     }
> 
>     public function getDebugInfo()
>     {
>         return array (  73 => 11,  69 => 10,  65 => 9,  60 => 7,  56 => 6,  
> 52 => 5,  48 => 4,  44 => 3,  40 => 2,  37 => 1,);
>     }
> 
>     public function getSourceContext()
>     {
>         return new Source("", "index.twig", "");
>     }
> }
> ...S.                                                      12 / 12 (100%)
> 
> Time: 00:00.044, Memory: 10.00 MB
> 
> There was 1 failure:
> 
> 1) Twig\Extra\Intl\Tests\IntegrationTest::testIntegration with data set #6 
> ('format_date.test', '"format_date" filter', '', array('\n{{ '2019-08-07 
> 23:39:12'|fo...ime }}'), false, array(array('--DATA--\nreturn 
> [];\n--EXPEC...:12 PM', '\nreturn [];\n', '', '\nAug 7, 2019, 11:39:12 
> PM\n7...:12 PM')), '')
> "format_date" filter (in format_date.test)
> Failed asserting that two strings are equal.
> --- Expected
> +++ Actual
> @@ @@
> -'Aug 7, 2019, 11:39:12 PM\n
> +'Aug 7, 2019, 11:39:12 PM\n
>  7 août 2019, 23:39:12\n
>  23:39\n
>  07/08/2019\n
> @@ @@
>  \n
>  Aug 7, 2019\n
>  7 août 2019\n
> -11:39:12 PM'
> +11:39:12 PM'
> 
> /<<PKGBUILDDIR>>/src/Test/IntegrationTestCase.php:251
> /<<PKGBUILDDIR>>/src/Test/IntegrationTestCase.php:82
> 
> FAILURES!
> Tests: 12, Assertions: 21, Failures: 1, Skipped: 1.
> make[1]: *** [debian/rules:92: override_dh_auto_test] Error 1


The full build log is available from:
http://qa-logs.debian.net/2022/12/20/php-twig_3.4.3-1_unstable.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20221220;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20221220&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: php-twig
Source-Version: 3.4.3-2
Done: David Prévot <taf...@debian.org>

We believe that the bug you reported is fixed in the latest version of
php-twig, 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 1026...@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-twig 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: Wed, 21 Dec 2022 13:53:18 +0100
Source: php-twig
Architecture: source
Version: 3.4.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian PHP PEAR Maintainers <pkg-php-p...@lists.alioth.debian.org>
Changed-By: David Prévot <taf...@debian.org>
Closes: 1026752
Changes:
 php-twig (3.4.3-2) unstable; urgency=medium
 .
   * Adapt expected output for new ICU (Closes: #1026752)
Checksums-Sha1:
 e60605753ac15b9da676956f384d048d2a0c0613 2878 php-twig_3.4.3-2.dsc
 5c67bddb52948e626250fc0de2e7d92c4dc4ead0 18532 php-twig_3.4.3-2.debian.tar.xz
 0bbad8217f1491d97e360a851f09ec3ff4a09427 13355 php-twig_3.4.3-2_amd64.buildinfo
Checksums-Sha256:
 d93d4252f6ae843ffb0e7dca0bbe8ec49f62acadeecaa00208da7d8c3529ac47 2878 
php-twig_3.4.3-2.dsc
 c9c357d7ea488d04ce94935a7926e808e6bff8e4a4a9b09b85830ef2b9a6753f 18532 
php-twig_3.4.3-2.debian.tar.xz
 6e0a59bfd6d11e1ead363a539f21d5318c8b45c8344bc75590f7aa5a1f1acdd0 13355 
php-twig_3.4.3-2_amd64.buildinfo
Files:
 db9f3cf26fbce9be111a9a7e2b51d265 2878 php optional php-twig_3.4.3-2.dsc
 fb0a34cdefa2856d41c59f63622c2f2f 18532 php optional 
php-twig_3.4.3-2.debian.tar.xz
 9873d5c0651e6838324a56512932b37c 13355 php optional 
php-twig_3.4.3-2_amd64.buildinfo

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

iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmOjBJgSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08mckH/A5OK5hO6WVHDpcB3fFOTvtGlVVVFdCO
/LyP5q1EIZAcFT6TbeQF5EJgtWzA1wp60BysR6QqxePOisVLQNleoDuJPWlysjIn
Y81uYxfMemrsDC3T6FwZnRU8mRg32flTSYzDHDwlRhcpMZO+yjDZO6T+ySkWOdIG
EHQM1oDFhbupXx5Ctxuk3z0oDbELT6kiPFQ0M1emZdH0kRb/JxT2/TF7ZH+/39r2
3qTd6qJRp/Mo47DgGZMcNsNzE/zU1VEHIRRcB+8V8AAhfvmXYJH17FNDJmXAwNIR
GqDF+84TmKxlFdHnllaWvfW+prvGEaDEirTUiYYvwAf1WilxYWMDmv0=
=HgBe
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to