Your message dated Wed, 03 Feb 2016 21:50:43 +0000
with message-id <e1ar5jz-00030z...@franck.debian.org>
and subject line Bug#810771: fixed in composer 1.0.0~alpha11-2
has caused the Debian Bug report #810771,
regarding composer: FTBFS: ComposerSchemaTest::testRequiredProperties   Failed 
asserting that two arrays are equal.
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.)


-- 
810771: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=810771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: composer
Version: 1.0.0~alpha11-1
Severity: serious
Justification: fails to build from source
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

composer fails to build from source in unstable/amd64:

  [..]

     debian/rules override_dh_auto_build
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160112041435.Yp3KRjMDp4/composer-1.0.0~alpha11'
  phpab \
        --output src/Composer/autoload.php \
        --template debian/autoload.php.tpl \
        src/Composer
  phpab %development% - Copyright (C) 2009 - 2016 by Arne Blankerts
  
  Scanning directory src/Composer
  
  Autoload file src/Composer/autoload.php generated.
  
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160112041435.Yp3KRjMDp4/composer-1.0.0~alpha11'
     debian/rules override_dh_auto_test
  make[1]: Entering directory 
'/home/lamby/temp/cdt.20160112041435.Yp3KRjMDp4/composer-1.0.0~alpha11'
  phpunit --include-path src
  PHPUnit 5.1.3 by Sebastian Bergmann and contributors.
  
  ...............................................................  63 / 847 (  
7%)
  ............................................................... 126 / 847 ( 
14%)
  ............................................................... 189 / 847 ( 
22%)
  ............................................................... 252 / 847 ( 
29%)
  ............................................................... 315 / 847 ( 
37%)
  ............................................................FF. 378 / 847 ( 
44%)
  ...S........................................................... 441 / 847 ( 
52%)
  ............................................................... 504 / 847 ( 
59%)
  ............................................................... 567 / 847 ( 
66%)
  ............................................................... 630 / 847 ( 
74%)
  ............................................................... 693 / 847 ( 
81%)
  ............................................................... 756 / 847 ( 
89%)
  ............................................................... 819 / 847 ( 
96%)
  ............................                                    847 / 847 
(100%)
  
  Time: 7.45 seconds, Memory: 40.00Mb
  
  There were 2 failures:
  
  1) Composer\Test\Json\ComposerSchemaTest::testRequiredProperties
  Failed asserting that two arrays are equal.
  --- Expected
  +++ Actual
  @@ @@
   Array (
       0 => Array (
           'property' => 'name'
           'message' => 'The property name is required'
  +        'constraint' => 'required'
       )
       1 => Array (
           'property' => 'description'
           'message' => 'The property description is required'
  +        'constraint' => 'required'
       )
   )
  
  
/home/lamby/temp/cdt.20160112041435.Yp3KRjMDp4/composer-1.0.0~alpha11/tests/Composer/Test/Json/ComposerSchemaTest.php:28
  
  2) Composer\Test\Json\ComposerSchemaTest::testMinimumStabilityValues
  empty string
  Failed asserting that two arrays are equal.
  --- Expected
  +++ Actual
  @@ @@
   Array (
       0 => Array (
           'property' => 'minimum-stability'
           'message' => 'Does not match the regex patt...table$'
  +        'constraint' => 'pattern'
  +        'pattern' => '^dev|alpha|beta|rc|RC|stable$'
       )
   )
  
  
/home/lamby/temp/cdt.20160112041435.Yp3KRjMDp4/composer-1.0.0~alpha11/tests/Composer/Test/Json/ComposerSchemaTest.php:49
  
  FAILURES!
  Tests: 847, Assertions: 1692, Failures: 2, Skipped: 1.
  debian/rules:17: recipe for target 'override_dh_auto_test' failed
  make[1]: *** [override_dh_auto_test] Error 1
  make[1]: Leaving directory 
'/home/lamby/temp/cdt.20160112041435.Yp3KRjMDp4/composer-1.0.0~alpha11'
  debian/rules:7: recipe for target 'build' failed
  make: *** [build] Error 2

  [..]

The full build log is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-

Attachment: composer.1.0.0~alpha11-1.unstable.amd64.log.txt.gz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: composer
Source-Version: 1.0.0~alpha11-2

We believe that the bug you reported is fixed in the latest version of
composer, 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 810...@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 composer 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, 03 Feb 2016 16:02:51 -0400
Source: composer
Binary: composer
Architecture: source
Version: 1.0.0~alpha11-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>
Description:
 composer   - dependency manager for PHP
Closes: 810771
Changes:
 composer (1.0.0~alpha11-2) unstable; urgency=medium
 .
   * Fix tests for justinrainbow/json-schema 1.6 (Closes: #810771)
   * Update Standards-Version to 3.9.7
Checksums-Sha1:
 04b2abeeea9f5287602e9d8458b6b7020aef7e54 1934 composer_1.0.0~alpha11-2.dsc
 727f35dc32d48a7eabb9b51b95aac46834aa92b4 5936 
composer_1.0.0~alpha11-2.debian.tar.xz
Checksums-Sha256:
 5cf4311b2ef12648ba9b504c589d42d07e1a8d995661fa4682a3f989f9a18437 1934 
composer_1.0.0~alpha11-2.dsc
 e94c919ee137a898f27b9237efc01aac9697d90a04cac57da5a711667fd71d40 5936 
composer_1.0.0~alpha11-2.debian.tar.xz
Files:
 92ec739014a0c7cf67bec3be764cb1d4 1934 php optional composer_1.0.0~alpha11-2.dsc
 659c1fb702e9a0f6fb5992f8420326d7 5936 php optional 
composer_1.0.0~alpha11-2.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJWsl2EAAoJEAWMHPlE9r08qMQH/0VquN3Wy8l0nl6mr3uxGDy3
BB4omTJEOMHbs0GF0NcagFie0p/l1G07vWiyupIaCJJk0LIZsGYZ9EZXMYeMQ4rN
0/THtmZppGtLDKRRjO1SwDTY8rXpx/7adFgupCQmp3Wtt3UFjmDc68cqhjoZfNuM
seevFWoqKXs6fb2he7CEgQuaKJa5B+vog1ruG8trFp5OKM6EGwZhlvgyRkFNQBfe
g7XFrsy64xEzT0ns6hsvevEYOB6DD+g1xi2WzH7fk9UfW6BQWpLkSG8udY2Nls3Z
oo9Yl7wQo6vuBsmkNKC0dc76D/YAxe1eeb8kIxwDAhNvLym07FwtLCLTSdNWWf4=
=/ZFh
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to