Your message dated Fri, 28 Feb 2020 19:10:00 +0000
with message-id <e1j7l1m-0004np...@fasolo.debian.org>
and subject line Bug#952327: fixed in php-mikey179-vfsstream 1.6.8-2
has caused the Debian Bug report #952327,
regarding php-mikey179-vfsstream: FTBFS: tests failed
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.)


-- 
952327: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=952327
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php-mikey179-vfsstream
Version: 1.6.8-1
Severity: serious
Justification: FTBFS on amd64
Tags: bullseye sid ftbfs
Usertags: ftbfs-20200222 ftbfs-bullseye

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory '/<<PKGBUILDDIR>>'
> phpunit --include-path src/main/php
> PHPUnit 8.5.2 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 7.4.3
> Configuration: /<<PKGBUILDDIR>>/phpunit.xml.dist
> 
>   Warning - The configuration file did not pass validation!
>   The following problems have been detected:
> 
>   Line 16:
>   - Element 'phpunit', attribute 'mapTestClassNameToCoveredClassName': The 
> attribute 'mapTestClassNameToCoveredClassName' is not allowed.
> 
>   Line 18:
>   - Element 'testsuite': The attribute 'name' is required but missing.
> 
>   Line 33:
>   - Element 'log', attribute 'charset': The attribute 'charset' is not 
> allowed.
>   - Element 'log', attribute 'yui': The attribute 'yui' is not allowed.
>   - Element 'log', attribute 'highlight': The attribute 'highlight' is not 
> allowed.
> 
>   Line 35:
>   - Element 'log', attribute 'logIncompleteSkipped': The attribute 
> 'logIncompleteSkipped' is not allowed.
> 
>   Test results may not be as expected.
> 
> Error:         No code coverage driver is available
> 
> ..............W.........FE........E............................  63 / 404 ( 
> 15%)
> ...................................W........W..W..............E 126 / 404 ( 
> 31%)
> ...................W..........................W........WW...... 189 / 404 ( 
> 46%)
> ..................F................EFEF.E.............EE..EEE.E 252 / 404 ( 
> 62%)
> .E.....EEEE............EEEES.......SS...S...................... 315 / 404 ( 
> 77%)
> .......EE.........F.....EEE..........R..R....F.FF....F....W.... 378 / 404 ( 
> 93%)
> ....WW.EEEESW...WW........                                      404 / 404 
> (100%)
> 
> Time: 4.18 seconds, Memory: 12.00 MB
> 
> There were 30 errors:
> 
> 1) 
> org\bovigo\vfs\PermissionsTestCase::touchOnNonWriteableDirectoryDoesNotCreateFile
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:380
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:512
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/PermissionsTestCase.php:115
> 
> 2) org\bovigo\vfs\UnlinkTestCase::unlinkNonExistingFileTriggersError
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:742
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/UnlinkTestCase.php:53
> 
> 3) 
> org\bovigo\vfs\vfsStreamExLockTestCase::filePutContentsLockShouldReportError
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamExLockTestCase.php:38
> 
> 4) 
> org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::mkDirShouldNotOverwriteExistingDirectories
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:844
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php:211
> 
> 5) 
> org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::mkDirShouldNotOverwriteExistingFiles
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:844
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php:236
> 
> 6) 
> org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::canNotIterateOverNonReadableDirectory
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php:274
> 
> 7) 
> org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::unlinkCanNotRemoveNonEmptyDirectory
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:747
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php:451
> 
> 8) 
> org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::unlinkCanNotRemoveEmptyDirectory
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:747
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php:469
> 
> 9) org\bovigo\vfs\vfsStreamWrapperFileTestCase::file_get_contents
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:26
> 
> 10) 
> org\bovigo\vfs\vfsStreamWrapperFileTestCase::file_get_contentsNonReadableFile
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:40
> 
> 11) org\bovigo\vfs\vfsStreamWrapperFileTestCase::file_put_contentsExistingFile
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:54
> 
> 12) 
> org\bovigo\vfs\vfsStreamWrapperFileTestCase::file_put_contentsExistingNonWritableFile
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:83
> 
> 13) 
> org\bovigo\vfs\vfsStreamWrapperFileTestCase::file_put_contentsNonExistingFileNonWritableDirectory
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:109
> 
> 14) 
> org\bovigo\vfs\vfsStreamWrapperFileTestCase::canNotOverwriteExistingFileWithModeX
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:207
> 
> 15) 
> org\bovigo\vfs\vfsStreamWrapperFileTestCase::canNotOpenNonExistingFileReadonly
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:218
> 
> 16) 
> org\bovigo\vfs\vfsStreamWrapperFileTestCase::canNotOpenNonExistingFileReadAndWrite
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:228
> 
> 17) org\bovigo\vfs\vfsStreamWrapperFileTestCase::canNotOpenWithIllegalMode
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:238
> 
> 18) 
> org\bovigo\vfs\vfsStreamWrapperFileTestCase::cannotOpenExistingNonwritableFileWithModeA
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:417
> 
> 19) 
> org\bovigo\vfs\vfsStreamWrapperFileTestCase::cannotOpenExistingNonwritableFileWithModeW
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:426
> 
> 20) 
> org\bovigo\vfs\vfsStreamWrapperFileTestCase::cannotOpenNonReadableFileWithModeR
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:435
> 
> 21) org\bovigo\vfs\vfsStreamWrapperFileTestCase::cannotRenameToNonWritableDir
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:803
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:444
> 
> 22) 
> org\bovigo\vfs\vfsStreamWrapperQuotaTestCase::writeMoreThanQotaWritesOnlyUpToQuota
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperQuotaTestCase.php:58
> 
> 23) org\bovigo\vfs\vfsStreamWrapperQuotaTestCase::considersAllFilesForQuota
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperQuotaTestCase.php:79
> 
> 24) org\bovigo\vfs\vfsStreamWrapperTestCase::unlinkRemovesFilesOnly
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:742
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php:98
> 
> 25) 
> org\bovigo\vfs\vfsStreamWrapperTestCase::unlinkReturnsFalseWhenFileDoesNotExist
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:742
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php:110
> 
> 26) 
> org\bovigo\vfs\vfsStreamWrapperTestCase::unlinkReturnsFalseWhenFileDoesNotExistAndFileWithSameNameExistsInRoot
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:742
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php:120
> 
> 27) org\bovigo\vfs\vfsStreamWrapperWithoutRootTestCase::canNotOpenDirectory
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperWithoutRootTestCase.php:31
> 
> 28) org\bovigo\vfs\vfsStreamWrapperWithoutRootTestCase::canNotUnlink
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:742
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperWithoutRootTestCase.php:41
> 
> 29) org\bovigo\vfs\vfsStreamWrapperWithoutRootTestCase::canNotOpen
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperWithoutRootTestCase.php:51
> 
> 30) org\bovigo\vfs\vfsStreamWrapperWithoutRootTestCase::canNotRename
> Error: Call to undefined method PHPUnit\Util\ErrorHandler::handleError()
> 
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:793
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperWithoutRootTestCase.php:61
> 
> --
> 
> There were 14 warnings:
> 
> 1) org\bovigo\vfs\FilenameTestCase::doesNotWorkWithInvalidName
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 2) org\bovigo\vfs\vfsStreamBlockTestCase::createWithEmptyName
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 3) org\bovigo\vfs\vfsStreamDirectoryTestCase::invalidCharacterInName
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 4) 
> org\bovigo\vfs\vfsStreamDirectoryTestCase::renameToInvalidNameThrowsvfsStreamException
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 5) 
> org\bovigo\vfs\vfsStreamFileTestCase::withContentThrowsInvalidArgumentExceptionWhenContentIsNoStringAndNoFileContent
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 6) 
> org\bovigo\vfs\vfsStreamTestCase::createThrowsExceptionIfNoBaseDirGivenAndNoRootSet
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 7) 
> org\bovigo\vfs\vfsStreamTestCase::inspectWithoutContentAndWithoutRootThrowsInvalidArgumentException
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 8) 
> org\bovigo\vfs\vfsStreamTestCase::copyFromFileSystemThrowsExceptionIfNoBaseDirGivenAndNoRootSet
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 9) 
> org\bovigo\vfs\vfsStreamWrapperTestCase::touchChangesTimesToCurrentTimestampWhenNoTimesGiven
> The optional $delta parameter of assertEquals() is deprecated and will be 
> removed in PHPUnit 9. Refactor your test to use assertEqualsWithDelta() 
> instead.
> 
> 10) 
> org\bovigo\vfs\vfsStreamWrapperUnregisterTestCase::unregisterThirdPartyVfsScheme
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 11) 
> org\bovigo\vfs\vfsStreamWrapperUnregisterTestCase::unregisterWhenNotInRegisteredState
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 12) 
> org\bovigo\vfs\visitor\vfsStreamAbstractVisitorTestCase::visitThrowsInvalidArgumentExceptionOnUnknownContentType
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 13) 
> org\bovigo\vfs\visitor\vfsStreamPrintVisitorTestCase::constructWithNonResourceThrowsInvalidArgumentException
> 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 
> expectExceptionMessageRegExp() instead.
> 
> 14) 
> org\bovigo\vfs\visitor\vfsStreamPrintVisitorTestCase::constructWithNonStreamResourceThrowsInvalidArgumentException
> 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 
> expectExceptionMessageRegExp() instead.
> 
> --
> 
> There were 9 failures:
> 
> 1) 
> org\bovigo\vfs\PermissionsTestCase::touchOnNonWriteableDirectoryTriggersError
> Failed asserting that exception of type "Error" matches expected exception 
> "PHPUnit\Framework\Error\Error". Message was: "Call to undefined method 
> PHPUnit\Util\ErrorHandler::handleError()" at
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:380
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:512
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/PermissionsTestCase.php:103
> .
> 
> 2) 
> org\bovigo\vfs\vfsStreamWrapperAlreadyRegisteredTestCase::registerOverAnotherStreamWrapper
> Failed asserting that exception of type "Error" matches expected exception 
> "org\bovigo\vfs\vfsStreamException". Message was: "Call to undefined method 
> PHPUnit\Util\ErrorHandler::handleError()" at
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:111
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperAlreadyRegisteredTestCase.php:60
> .
> 
> 3) 
> org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::mkDirShouldNotOverwriteExistingDirectoriesAndTriggerE_USER_WARNING
> Failed asserting that exception of type "Error" matches expected exception 
> "PHPUnit\Framework\Error\Error". Message was: "Call to undefined method 
> PHPUnit\Util\ErrorHandler::handleError()" at
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:844
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php:225
> .
> 
> 4) 
> org\bovigo\vfs\vfsStreamWrapperMkDirTestCase::mkDirShouldNotOverwriteExistingFilesAndTriggerE_USER_WARNING
> Failed asserting that exception of type "Error" matches expected exception 
> "PHPUnit\Framework\Error\Error". Message was: "Call to undefined method 
> PHPUnit\Util\ErrorHandler::handleError()" at
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:844
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperDirTestCase.php:249
> .
> 
> 5) org\bovigo\vfs\vfsStreamWrapperSelectStreamTestCase::selectStream
> Failed asserting that exception of type "Error" matches expected exception 
> "\PHPUnit\Framework\Error\Error". Message was: "Call to undefined method 
> PHPUnit\Util\ErrorHandler::handleError()" at
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperStreamSelectTestCase.php:32
> .
> 
> 6) org\bovigo\vfs\vfsStreamWrapperTestCase::renameFileIntoFile
> Failed asserting that exception of type "Error" matches expected exception 
> "PHPUnit\Framework\Error\Error". Message was: "Call to undefined method 
> PHPUnit\Util\ErrorHandler::handleError()" at
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:807
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php:457
> .
> 
> 7) org\bovigo\vfs\vfsStreamWrapperTestCase::renameOnSourceFileNotFound
> Failed asserting that exception of type "Error" matches expected exception 
> "PHPUnit\Framework\Error\Error". Message was: "Call to undefined method 
> PHPUnit\Util\ErrorHandler::handleError()" at
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:793
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php:484
> .
> 
> 8) 
> org\bovigo\vfs\vfsStreamWrapperTestCase::renameOnDestinationDirectoryFileNotFound
> Failed asserting that exception of type "Error" matches expected exception 
> "PHPUnit\Framework\Error\Error". Message was: "Call to undefined method 
> PHPUnit\Util\ErrorHandler::handleError()" at
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/main/php/org/bovigo/vfs/vfsStreamWrapper.php:799
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php:494
> .
> 
> 9) org\bovigo\vfs\vfsStreamWrapperTestCase::openFileWithoutDirectory
> Failed asserting that exception of type "Error" matches expected exception 
> "PHPUnit\Framework\Error\Error". Message was: "Call to undefined method 
> PHPUnit\Util\ErrorHandler::handleError()" at
> /<<PKGBUILDDIR>>/src/test/bootstrap.php:39
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php:627
> .
> 
> --
> 
> There were 2 risky tests:
> 
> 1) org\bovigo\vfs\vfsStreamWrapperTestCase::chownDoesNotWorkOnVfsStreamUrls
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php:335
> 
> 2) org\bovigo\vfs\vfsStreamWrapperTestCase::chgrpDoesNotWorkOnVfsStreamUrls
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperTestCase.php:390
> 
> --
> 
> There were 5 skipped tests:
> 
> 1) 
> org\bovigo\vfs\vfsStreamWrapperFileTestCase::cannotReadFileFromNonReadableDir
> Issue #38.
> 
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTestCase.php:453
> 
> 2) 
> org\bovigo\vfs\vfsStreamWrapperFileTimesTestCase::addNewFileNameWithLinkFunctionChangesAttributeTimeOfOriginalFile
> Links are currently not supported by vfsStream.
> 
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTimesTestCase.php:211
> 
> 3) 
> org\bovigo\vfs\vfsStreamWrapperFileTimesTestCase::addNewFileNameWithLinkFunctionChangesAttributeAndModificationTimeOfDirectoryContainingLink
> Links are currently not supported by vfsStream.
> 
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTimesTestCase.php:220
> 
> 4) 
> org\bovigo\vfs\vfsStreamWrapperFileTimesTestCase::changeFileAttributesChangesAttributeTimeOfFileItself
> Changing file attributes via stream wrapper for self-defined streams is not 
> supported by PHP.
> 
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamWrapperFileTimesTestCase.php:312
> 
> 5) org\bovigo\vfs\vfsStreamZipTestCase::createZipArchive
> No ext/zip installed, skipping test.
> 
> /<<PKGBUILDDIR>>/src/test/php/org/bovigo/vfs/vfsStreamZipTestCase.php:24
> 
> ERRORS!
> Tests: 404, Assertions: 1315, Errors: 30, Failures: 9, Warnings: 14, Skipped: 
> 5, Risky: 2.
> make[1]: *** [debian/rules:14: override_dh_auto_test] Error 2

The full build log is available from:
   
http://qa-logs.debian.net/2020/02/22/php-mikey179-vfsstream_1.6.8-1_unstable.log

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!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.

--- End Message ---
--- Begin Message ---
Source: php-mikey179-vfsstream
Source-Version: 1.6.8-2
Done: =?utf-8?q?David_Pr=C3=A9vot?= <taf...@debian.org>

We believe that the bug you reported is fixed in the latest version of
php-mikey179-vfsstream, 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 952...@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-mikey179-vfsstream 
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: Fri, 28 Feb 2020 08:43:57 -1000
Source: php-mikey179-vfsstream
Architecture: source
Version: 1.6.8-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: 952327
Changes:
 php-mikey179-vfsstream (1.6.8-2) unstable; urgency=medium
 .
   * d/control: Drop versioned dependency satisfied in (old)stable
   * Update Standards-Version to 4.5.0
   * Set upstream metadata fields: Bug-Submit.
   * Drop broken wrapper for PHP 7.4 (Closes: #952327)
Checksums-Sha1:
 d6737dbc66e205e566264b7b170d7be5f22a9b67 1812 
php-mikey179-vfsstream_1.6.8-2.dsc
 0dc30c508c9744da0018aad035d25e88b18fd24c 6960 
php-mikey179-vfsstream_1.6.8-2.debian.tar.xz
 31a0daa872492a20baa8de9d70528547bf119027 7331 
php-mikey179-vfsstream_1.6.8-2_amd64.buildinfo
Checksums-Sha256:
 8b1eed34c00e1fef5e25322de47eff9713e2c9ece22fc9313dc0a4d67f8a1e81 1812 
php-mikey179-vfsstream_1.6.8-2.dsc
 81dc5da7e60898bb9e35699f0e1f85ffb2979435ea34bdb5b90ed8a81d29638e 6960 
php-mikey179-vfsstream_1.6.8-2.debian.tar.xz
 1683582df2edf5f24c57edc0d6f74225f186d450e5a4fbee74cbb5e4afe60067 7331 
php-mikey179-vfsstream_1.6.8-2_amd64.buildinfo
Files:
 690ce51ad739acd61b847abb547e8af6 1812 php optional 
php-mikey179-vfsstream_1.6.8-2.dsc
 00654a31b00c1afd07f669bb09ac2d14 6960 php optional 
php-mikey179-vfsstream_1.6.8-2.debian.tar.xz
 42a76c0ee1df17084e8b7abcc3c687d7 7331 php optional 
php-mikey179-vfsstream_1.6.8-2_amd64.buildinfo

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

iQFGBAEBCAAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAl5ZYCYSHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08yckH/0YjT3QI+G0qTrJbJmQW4AyHAnnuYEzJ
1Gz+yZBQOnrSKrf0ZkJ4pSRpQBZ7z8tE8ofJUiqpSJ09UBcoMdipHz5CvmTua+xZ
LJ2AYJl3l+NKHxhAM4VFBNtOYKEJ7We40qa244+zmBG6tkioa2H8KkLlxbPus3QP
cgdwjAQ/3U7Tpi1DHwlbifX7mFdpyaioKGub/o3+x5CzVavx/9sc/o9F70CDSXac
9swsOiwjziondklQEnnYYq7OFi22tuYXTtrOx7ur1iz/oGbvyq+Z/C+ZnVXQWrKd
WoQzYbphnSjhW4AlgZhH8aBw8nR59jEYpk/tzY0PUZVAgy5d50u0TFY=
=jSHH
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to