Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1253490 Details for
Bug 1424060
php-doctrine-orm: FTBFS in rawhide
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
build.log
<fdopen> (text/plain), 30.25 KB, created by
Fedora Release Engineering
on 2017-02-17 15:46:20 UTC
(
hide
)
Description:
build.log
Filename:
MIME Type:
Creator:
Fedora Release Engineering
Created:
2017-02-17 15:46:20 UTC
Size:
30.25 KB
patch
obsolete
>Mock Version: 1.3.3 >Mock Version: 1.3.3 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-doctrine-orm.spec'], gid=425user='mockbuild'env={'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"'}uid=1000timeout=172800printOutput=Falseshell=FalsechrootPath='/var/lib/mock/f26-build-7641534-694473/root'logger=<mockbuild.trace_decorator.getLog object at 0xffff9be333c8>) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/php-doctrine-orm.spec'] with env {'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"'} and shell False >Building target platforms: noarch >Building for target noarch >Wrote: /builddir/build/SRPMS/php-doctrine-orm-2.4.8-2.fc26.src.rpm >Child return code was: 0 >ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-doctrine-orm.spec'], gid=425user='mockbuild'env={'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"'}uid=1000timeout=172800printOutput=Falseshell=FalsechrootPath='/var/lib/mock/f26-build-7641534-694473/root'logger=<mockbuild.trace_decorator.getLog object at 0xffff9be333c8>private_network=True) >Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-doctrine-orm.spec'] with env {'PS1': '<mock-chroot> \\s-\\v\\$ ', 'TERM': 'vt100', 'HOME': '/builddir', 'LANG': 'en_US.UTF-8', 'SHELL': '/bin/bash', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;<mock-chroot>\\007"'} and shell False >Building target platforms: noarch >Building for target noarch >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.WuK3l0 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd /builddir/build/BUILD >+ rm -rf doctrine2-5aedac1e5c5caaeac14798822c70325dc242d467 >+ /usr/bin/gzip -dc /builddir/build/SOURCES/php-doctrine-orm-2.4.8-5aedac1e5c5caaeac14798822c70325dc242d467.tar.gz >+ /usr/bin/tar -xof - >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd doctrine2-5aedac1e5c5caaeac14798822c70325dc242d467 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ : Patch bin script >Patch #0 (php-doctrine-orm-bin.patch): >+ echo 'Patch #0 (php-doctrine-orm-bin.patch):' >+ /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 >patching file bin/doctrine.php >+ /usr/bin/phpunit --atleast-version 5.4 >+ : Fix test suite using PHPUnit 5.4 >+ echo 'Patch #1 (php-doctrine-orm-phpunit54.patch):' >Patch #1 (php-doctrine-orm-phpunit54.patch): >+ /usr/bin/patch --no-backup-if-mismatch -p0 --fuzz=0 >patching file tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2692Test.php >+ : Remove empty file >+ rm -f lib/Doctrine/ORM/README.markdown >+ : Remove unnecessary executable bits >+ chmod a-x lib/Doctrine/ORM/Tools/Pagination/Paginator.php >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.61ua86 >+ umask 022 >+ cd /builddir/build/BUILD >+ cd doctrine2-5aedac1e5c5caaeac14798822c70325dc242d467 >+ : Create autoloader >+ tee lib/Doctrine/ORM/autoload.php >+ cat ><?php >/** > * Autoloader for php-doctrine-orm and its' dependencies > * (created by php-doctrine-orm-2.4.8-2.fc26). > * > * @return \Symfony\Component\ClassLoader\ClassLoader > */ >if (!isset($fedoraClassLoader) || !($fedoraClassLoader instanceof \Symfony\Component\ClassLoader\ClassLoader)) { > if (!class_exists('Symfony\\Component\\ClassLoader\\ClassLoader', false)) { > require_once '/usr/share/php/Symfony/Component/ClassLoader/ClassLoader.php'; > } > $fedoraClassLoader = new \Symfony\Component\ClassLoader\ClassLoader(); > $fedoraClassLoader->register(); >} >$fedoraClassLoader->addPrefix('Doctrine\\ORM\\', dirname(dirname(__DIR__))); >// Dependencies (autoloader => required) >foreach(array( > '/usr/share/php/Doctrine/Common/Collections/autoload.php' => true, > '/usr/share/php/Doctrine/DBAL/autoload.php' => true, > '/usr/share/php/Symfony/Component/Console/autoload.php' => true, > '/usr/share/php/Symfony/Component/Yaml/autoload.php' => true, >) as $dependencyAutoloader => $required) { > if ($required || file_exists($dependencyAutoloader)) { > require_once $dependencyAutoloader; > } >} >return $fedoraClassLoader; >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.O4wSOg >+ exit 0 >+ umask 022 >+ cd /builddir/build/BUILD >+ '[' /builddir/build/BUILDROOT/php-doctrine-orm-2.4.8-2.fc26.noarch '!=' / ']' >+ rm -rf /builddir/build/BUILDROOT/php-doctrine-orm-2.4.8-2.fc26.noarch >++ dirname /builddir/build/BUILDROOT/php-doctrine-orm-2.4.8-2.fc26.noarch >+ mkdir -p /builddir/build/BUILDROOT >+ mkdir /builddir/build/BUILDROOT/php-doctrine-orm-2.4.8-2.fc26.noarch >+ cd doctrine2-5aedac1e5c5caaeac14798822c70325dc242d467 >+ : Lib >+ mkdir -p /builddir/build/BUILDROOT/php-doctrine-orm-2.4.8-2.fc26.noarch/usr/share/php >+ cp -rp lib/Doctrine /builddir/build/BUILDROOT/php-doctrine-orm-2.4.8-2.fc26.noarch/usr/share/php/ >+ : Bin >+ mkdir -p /builddir/build/BUILDROOT/php-doctrine-orm-2.4.8-2.fc26.noarch//usr/bin >+ install -pm 0755 bin/doctrine.php /builddir/build/BUILDROOT/php-doctrine-orm-2.4.8-2.fc26.noarch//usr/bin/doctrine >+ /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/doctrine2-5aedac1e5c5caaeac14798822c70325dc242d467 >+ /usr/lib/rpm/check-buildroot >+ /usr/lib/rpm/brp-compress >+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip >+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 >+ /usr/lib/rpm/brp-python-hardlink >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.y1H6OD >+ umask 022 >+ cd /builddir/build/BUILD >+ cd doctrine2-5aedac1e5c5caaeac14798822c70325dc242d467 >+ : Remove load of TestInit >+ mv tests/Doctrine/Tests/TestInit.php tests/Doctrine/Tests/TestInit.php.dist >+ grep -r --files-with-matches TestInit tests >+ xargs sed /TestInit/d -i >+ : Load annotation register file from buildroot >+ sed 's#__DIR__\s*\.\s*"/\(\.\./\)*lib#"/builddir/build/BUILDROOT/php-doctrine-orm-2.4.8-2.fc26.noarch/usr/share/php#' -i tests/Doctrine/Tests/OrmTestCase.php >+ : Create tests bootstrap >+ cat >+ sed -e 's/function testQueryCache_DependsOnHints/function SKIP_testQueryCache_DependsOnHints/' -e 's/function testQueryCache_NoHitSaveParserResult/function SKIP_testQueryCache_NoHitSaveParserResult/' -i tests/Doctrine/Tests/ORM/Functional/QueryCacheTest.php >+ sed 's/function testNativeQueryResultCaching/function SKIP_testNativeQueryResultCaching/' -i tests/Doctrine/Tests/ORM/Functional/ResultCacheTest.php >+ sed 's/function testQueryCache_DependsOnFilters/function SKIP_testQueryCache_DependsOnFilters/' -i tests/Doctrine/Tests/ORM/Functional/SQLFilterTest.php >+ sed 's/function testReusedSplObjectHashDoesNotConfuseUnitOfWork/function SKIP_testReusedSplObjectHashDoesNotConfuseUnitOfWork/' -i tests/Doctrine/Tests/ORM/Functional/IdentityMapTest.php >+ /usr/bin/phpunit -d memory_limit=512M --bootstrap bootstrap.php >PHP Warning: Declaration of Doctrine\Tests\OrmFunctionalTestCase::onNotSuccessfulTest(Exception $e) should be compatible with PHPUnit_Framework_TestCase::onNotSuccessfulTest($e) in /builddir/build/BUILD/doctrine2-5aedac1e5c5caaeac14798822c70325dc242d467/tests/Doctrine/Tests/OrmFunctionalTestCase.php on line 516 >PHPUnit 5.7.13 by Sebastian Bergmann and contributors. >....W..WWW.W.......WWWSSSSSSWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW 61 / 2074 ( 2%) >WWWWWWWWWWWW................................................. 122 / 2074 ( 5%) >.....................................................S..SSSS. 183 / 2074 ( 8%) >S............................................................ 244 / 2074 ( 11%) >............................................................. 305 / 2074 ( 14%) >.......SS.................................................... 366 / 2074 ( 17%) >............................................................. 427 / 2074 ( 20%) >............................................S....SSSW........ 488 / 2074 ( 23%) >............................................................. 549 / 2074 ( 26%) >......SSS..............................................S.SSSS 610 / 2074 ( 29%) >SSSSSSSS..............S..............................S...S... 671 / 2074 ( 32%) >........S..............................S..................... 732 / 2074 ( 35%) >..........................................................S.. 793 / 2074 ( 38%) >.......W..................................................... 854 / 2074 ( 41%) >..............S..SS.................................S........ 915 / 2074 ( 44%) >..........................................WW................. 976 / 2074 ( 47%) >............................................................. 1037 / 2074 ( 50%) >..........................................................WWW 1098 / 2074 ( 52%) >............................................................. 1159 / 2074 ( 55%) >............................................................. 1220 / 2074 ( 58%) >.......S...............................................S..... 1281 / 2074 ( 61%) >...........F...F............................................. 1342 / 2074 ( 64%) >............................................................. 1403 / 2074 ( 67%) >................W.WW......................................... 1464 / 2074 ( 70%) >............................................................. 1525 / 2074 ( 73%) >............................................................. 1586 / 2074 ( 76%) >..............................................W.............. 1647 / 2074 ( 79%) >............................................................. 1708 / 2074 ( 82%) >............................................................. 1769 / 2074 ( 85%) >............................................................. 1830 / 2074 ( 88%) >............................................................. 1891 / 2074 ( 91%) >..........................W.................................. 1952 / 2074 ( 94%) >..S.......S......S.......S.....................S...........S. 2013 / 2074 ( 97%) >..............................................SSSSSS......... 2074 / 2074 (100%) >Time: 6.79 seconds, Memory: 74.00MB >There were 65 warnings: >1) Doctrine\Tests\ORM\ConfigurationTest::testSetGetMetadataDriverImpl >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >2) Doctrine\Tests\ORM\ConfigurationTest::testSetGetQueryCacheImpl >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >3) Doctrine\Tests\ORM\ConfigurationTest::testSetGetHydrationCacheImpl >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >4) Doctrine\Tests\ORM\ConfigurationTest::testSetGetMetadataCacheImpl >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >5) Doctrine\Tests\ORM\ConfigurationTest::testAddGetNamedNativeQuery >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >6) Doctrine\Tests\ORM\ConfigurationTest::testSetGetNamingStrategy >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >7) Doctrine\Tests\ORM\ConfigurationTest::testSetGetQuoteStrategy >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >8) Doctrine\Tests\ORM\ConfigurationTest::testSetGetEntityListenerResolver >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >9) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #0 ('getConnection', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >10) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #1 ('getMetadataFactory', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >11) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #2 ('getExpressionBuilder', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >12) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #3 ('beginTransaction', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >13) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #4 ('transactional', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >14) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #5 ('commit', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >15) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #6 ('rollback', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >16) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #7 ('getClassMetadata', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >17) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #8 ('createQuery', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >18) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #9 ('createQuery', array('all')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >19) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #10 ('createNamedQuery', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >20) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #11 ('createNativeQuery', array('name', Doctrine\ORM\Query\ResultSetMapping Object (...))) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >21) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #12 ('createNamedNativeQuery', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >22) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #13 ('createQueryBuilder', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >23) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #14 ('flush', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >24) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #15 ('flush', array('all')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >25) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #16 ('find', array('req', 'req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >26) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #17 ('find', array('all', 'all', 'all', 'all')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >27) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #18 ('getReference', array('req', 'req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >28) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #19 ('getPartialReference', array('req', 'req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >29) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #20 ('clear', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >30) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #21 ('clear', array('all')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >31) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #22 ('close', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >32) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #23 ('persist', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >33) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #24 ('remove', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >34) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #25 ('refresh', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >35) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #26 ('detach', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >36) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #27 ('merge', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >37) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #28 ('copy', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >38) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #29 ('copy', array('all', 'all')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >39) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #30 ('lock', array('req', 'req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >40) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #31 ('lock', array('all', 'all', 'all')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >41) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #32 ('getRepository', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >42) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #33 ('contains', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >43) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #34 ('getEventManager', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >44) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #35 ('getConfiguration', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >45) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #36 ('isOpen', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >46) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #37 ('getUnitOfWork', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >47) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #38 ('getHydrator', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >48) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #39 ('newHydrator', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >49) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #40 ('getProxyFactory', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >50) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #41 ('initializeObject', array('req')) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >51) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #42 ('getFilters', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >52) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #43 ('isFiltersStateClean', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >53) Doctrine\Tests\ORM\Decorator\EntityManagerDecoratorTest::testAllMethodCallsAreDelegatedToTheWrappedInstance with data set #44 ('hasFilters', array()) >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >54) Doctrine\Tests\ORM\Functional\QueryCacheTest::testQueryCache_HitDoesNotSaveParserResult >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >55) Doctrine\Tests\ORM\Functional\Ticket\DDC2359Test::testIssue >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >56) Doctrine\Tests\ORM\Hydration\ObjectHydratorTest::testCreatesProxyForLazyLoadingWithForeignKeys >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >57) Doctrine\Tests\ORM\Hydration\ObjectHydratorTest::testCreatesProxyForLazyLoadingWithForeignKeysWithAliasedProductEntity >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >58) Doctrine\Tests\ORM\Mapping\ClassMetadataFactoryTest::testIsTransient >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >59) Doctrine\Tests\ORM\Mapping\ClassMetadataFactoryTest::testIsTransientEntityNamespace >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >60) Doctrine\Tests\ORM\Mapping\ClassMetadataFactoryTest::testAddDefaultDiscriminatorMap >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >61) Doctrine\Tests\ORM\Proxy\ProxyFactoryTest::testReferenceProxyDelegatesLoadingToThePersister >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >62) Doctrine\Tests\ORM\Proxy\ProxyFactoryTest::testFailedProxyLoadingDoesNotMarkTheProxyAsInitialized >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >63) Doctrine\Tests\ORM\Proxy\ProxyFactoryTest::testFailedProxyCloningDoesNotMarkTheProxyAsInitialized >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >64) Doctrine\Tests\ORM\Query\ParserResultTest::testSetGetSqlExecutor >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >65) Doctrine\Tests\ORM\Tools\Console\Command\ConvertDoctrine1SchemaCommandTest::testExecution >PHPUnit_Framework_TestCase::getMock() is deprecated, use PHPUnit_Framework_TestCase::createMock() or PHPUnit_Framework_TestCase::getMockBuilder() instead >-- >There were 2 failures: >1) Doctrine\Tests\ORM\Mapping\Symfony\XmlDriverTest::testFindMappingFileNamespacedFoundFileNotFound >Failed asserting that exception message 'No mapping file found named 'Foo.orm.xml' for class 'MyNamespace\MySubnamespace\Entity\Foo'.' contains 'No mapping file found named '/tmp/abstract_driver_test/Foo.orm.xml' for class 'MyNamespace\MySubnamespace\Entity\Foo'.'. >2) Doctrine\Tests\ORM\Mapping\Symfony\YamlDriverTest::testFindMappingFileNamespacedFoundFileNotFound >Failed asserting that exception message 'No mapping file found named 'Foo.orm.yml' for class 'MyNamespace\MySubnamespace\Entity\Foo'.' contains 'No mapping file found named '/tmp/abstract_driver_test/Foo.orm.yml' for class 'MyNamespace\MySubnamespace\Entity\Foo'.'. >FAILURES! >Tests: 2074, Assertions: 6996, Failures: 2, Warnings: 65, Skipped: 58. >RPM build errors: >error: Bad exit status from /var/tmp/rpm-tmp.y1H6OD (%check) > Bad exit status from /var/tmp/rpm-tmp.y1H6OD (%check) >Child return code was: 1 >EXCEPTION: [Error()] >Traceback (most recent call last): > File "/usr/lib/python3.5/site-packages/mockbuild/trace_decorator.py", line 89, in trace > result = func(*args, **kw) > File "/usr/lib/python3.5/site-packages/mockbuild/util.py", line 578, in do > raise exception.Error("Command failed. See logs for output.\n # %s" % (command,), child.returncode) >mockbuild.exception.Error: Command failed. See logs for output. > # bash --login -c /usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/php-doctrine-orm.spec
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1424060
: 1253490 |
1253491
|
1253492