[Reproducible-builds] Bug#810771: composer: FTBFS: ComposerSchemaTest::testRequiredProperties Failed asserting that two arrays are equal.
Chris Lamb
lamby at debian.org
Tue Jan 12 04:16:09 UTC 2016
Source: composer
Version: 1.0.0~alpha11-1
Severity: serious
Justification: fails to build from source
User: reproducible-builds at lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-Cc: reproducible-builds at 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
`. `'` lamby at debian.org / chris-lamb.co.uk
`-
-------------- next part --------------
A non-text attachment was scrubbed...
Name: composer.1.0.0~alpha11-1.unstable.amd64.log.txt.gz
Type: application/octet-stream
Size: 1173 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/reproducible-builds/attachments/20160112/67c937df/attachment.obj>
More information about the Reproducible-builds
mailing list