Your message dated Tue, 14 Jan 2025 13:19:25 +0000
with message-id <e1txgpj-003het...@fasolo.debian.org>
and subject line Bug#1039746: fixed in davical 1.1.12-2.1
has caused the Debian Bug report #1039746,
regarding davical: FTBFS with phpunit 10
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.)


-- 
1039746: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1039746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: davical
Version: 1.1.12-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: pkg-php-p...@lists.alioth.debian.org
Usertags: phpunit

Hi,

We will start the phpunit 10 transition in unstable soon. During a test
rebuild, davical was found to FTBFS.

To reproduce this locally, you need to install the phpunit 10 package (and any
other dependency, which should also be available) from experimental on an
unstable system or build chroot.

Relevant part (hopefully):
> phpunit testing/phpunit
> PHPUnit 10.2.2 by Sebastian Bergmann and contributors.
> 
> Runtime:       PHP 8.2.7
> 
> EEEEEEEE                                                            8 / 8 
> (100%)
> 
> Time: 00:00.006, Memory: 8.00 MB
> 
> There were 8 errors:
> 
> 1) ExpansionTest::testUnmodifiedCal
> TypeError: get_freebusyish(): Argument #1 ($cal) must be of type vCalendar, 
> null given, called in /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php on 
> line 151
> 
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:114
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:151
> 
> 2) ExpansionTest::testTueRenamed
> TypeError: get_freebusyish(): Argument #1 ($cal) must be of type vCalendar, 
> null given, called in /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php on 
> line 160
> 
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:114
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:160
> 
> 3) ExpansionTest::testTueRenamedSwapped
> TypeError: get_freebusyish(): Argument #1 ($cal) must be of type vCalendar, 
> null given, called in /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php on 
> line 169
> 
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:114
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:169
> 
> 4) ExpansionTest::testCalWithCount
> TypeError: get_freebusyish(): Argument #1 ($cal) must be of type vCalendar, 
> null given, called in /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php on 
> line 178
> 
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:114
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:178
> 
> 5) RangeTest::testGetVCalendarRange
> TypeError: in_array(): Argument #2 ($haystack) must be of type array, null 
> given
> 
> /usr/share/awl/inc/AWLUtilities.php:617
> /<<PKGBUILDDIR>>/inc/RRule.php:44
> /<<PKGBUILDDIR>>/inc/RRule.php:218
> /<<PKGBUILDDIR>>/inc/RRule.php:321
> /<<PKGBUILDDIR>>/inc/RRule.php:1526
> /<<PKGBUILDDIR>>/inc/RRule.php:1563
> /<<PKGBUILDDIR>>/testing/phpunit/RangeTest.php:41
> 
> 6) RangeTest::testGetVCalendarRangeTwoDayAllDay
> TypeError: in_array(): Argument #2 ($haystack) must be of type array, null 
> given
> 
> /usr/share/awl/inc/AWLUtilities.php:617
> /<<PKGBUILDDIR>>/inc/RRule.php:44
> /<<PKGBUILDDIR>>/inc/RRule.php:317
> /<<PKGBUILDDIR>>/inc/RRule.php:1526
> /<<PKGBUILDDIR>>/inc/RRule.php:1563
> /<<PKGBUILDDIR>>/testing/phpunit/RangeTest.php:68
> 
> 7) RangeTest::testGetVCalendarRangeFloating
> TypeError: in_array(): Argument #2 ($haystack) must be of type array, null 
> given
> 
> /usr/share/awl/inc/AWLUtilities.php:617
> /<<PKGBUILDDIR>>/inc/RRule.php:44
> /<<PKGBUILDDIR>>/inc/RRule.php:319
> /<<PKGBUILDDIR>>/inc/RRule.php:1526
> /<<PKGBUILDDIR>>/inc/RRule.php:1563
> /<<PKGBUILDDIR>>/testing/phpunit/RangeTest.php:92
> 
> 8) RangeTest::testGetVCalendarRangeAllDayAcrossDST
> TypeError: in_array(): Argument #2 ($haystack) must be of type array, null 
> given
> 
> /usr/share/awl/inc/AWLUtilities.php:617
> /<<PKGBUILDDIR>>/inc/RRule.php:44
> /<<PKGBUILDDIR>>/inc/RRule.php:317
> /<<PKGBUILDDIR>>/inc/RRule.php:1526
> /<<PKGBUILDDIR>>/inc/RRule.php:1563
> /<<PKGBUILDDIR>>/testing/phpunit/RangeTest.php:116
> 
> --
> 
> There were 8 risky tests:
> 
> 1) ExpansionTest::testUnmodifiedCal
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:146
> 
> 2) ExpansionTest::testTueRenamed
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:155
> 
> 3) ExpansionTest::testTueRenamedSwapped
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:164
> 
> 4) ExpansionTest::testCalWithCount
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/testing/phpunit/ExpansionTest.php:173
> 
> 5) RangeTest::testGetVCalendarRange
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/testing/phpunit/RangeTest.php:15
> 
> 6) RangeTest::testGetVCalendarRangeTwoDayAllDay
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/testing/phpunit/RangeTest.php:51
> 
> 7) RangeTest::testGetVCalendarRangeFloating
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/testing/phpunit/RangeTest.php:73
> 
> 8) RangeTest::testGetVCalendarRangeAllDayAcrossDST
> This test did not perform any assertions
> 
> /<<PKGBUILDDIR>>/testing/phpunit/RangeTest.php:97
> 
> ERRORS!
> Tests: 8, Assertions: 0, Errors: 8, Risky: 8.
> make[1]: *** [Makefile:69: test] Error 2


The full build logs and additional context is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/0/davical/

A phpunit reverse-dependencies rebuild status is available at
http://people.ubuntu.com/~athos-ribeiro/rebuilds/phpunit10/index.html

-- 
Athos Ribeiro

--- End Message ---
--- Begin Message ---
Source: davical
Source-Version: 1.1.12-2.1
Done: David Prévot <taf...@debian.org>

We believe that the bug you reported is fixed in the latest version of
davical, 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 1039...@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 davical 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: SHA512

Format: 1.8
Date: Tue, 14 Jan 2025 13:45:14 +0100
Source: davical
Architecture: source
Version: 1.1.12-2.1
Distribution: unstable
Urgency: medium
Maintainer: Davical Development Team <davical-de...@lists.sourceforge.net>
Changed-By: David Prévot <taf...@debian.org>
Closes: 1039746
Changes:
 davical (1.1.12-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload
   * Add support for PHPUnit 10 (Closes: #1039746)
Checksums-Sha1:
 f3a50e6ac53e7aaaff70afd15ecf2fc1406c6379 1840 davical_1.1.12-2.1.dsc
 53cc41aec57eb5ab27a49b454fb1183f676484bf 16100 davical_1.1.12-2.1.debian.tar.xz
 cc4d4115dfdfe3c08189277d20a197de69e4335c 7846 
davical_1.1.12-2.1_amd64.buildinfo
Checksums-Sha256:
 dc2f72460b6ffa1b54332630ef49600714bc0ed622650c9ad5b7aa3039d4b569 1840 
davical_1.1.12-2.1.dsc
 6381140d387efe544682b4e94a57851d8d55fc4deb068b976db59e3f097ce875 16100 
davical_1.1.12-2.1.debian.tar.xz
 502624ef3e96404c82f61d745fafa6eb4762a0d89810f17b02a3db6891b27208 7846 
davical_1.1.12-2.1_amd64.buildinfo
Files:
 3ca3cb692117cbe78aac73dd2d303934 1840 web optional davical_1.1.12-2.1.dsc
 c44699fab06abdbd0d6cece8af5307a9 16100 web optional 
davical_1.1.12-2.1.debian.tar.xz
 09802ef988b8e98c45a15bc48b7e26e4 7846 web optional 
davical_1.1.12-2.1_amd64.buildinfo

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

iQFGBAEBCgAwFiEEeHVNB7wJXHRI941mBYwc+UT2vTwFAmeGXc4SHHRhZmZpdEBk
ZWJpYW4ub3JnAAoJEAWMHPlE9r08wUIH/2axfoUStQlux1Qcj+csJapvGbpINJOl
QYDasLDE1vJah02hmNS6o+GYSLo76Nr63v8SxXwNexD7G9Ibub7JRWkZ/pPsz1r8
JvEZJngVYqfWhOfFrr3mWozQBOGXBlWI4CHA/w7c/2ARKu0QVVNVNIFF5GQ1ZDSH
xtKzcdDLNsdWTBeh8ONNIrS8IkFBmaHmmh/Vo/s9Az4jeBJcYE7Xlm6rgh2tN1gw
GsscbvBIzcDjyeWKAlNc0GNpMhv4qQ98p26XtiTIbg17hn+iIJ5h+iOO4VyRj/2M
P/70b5YsDnLrjsx+ES3R6tf96qc6D2BfGOYO68TFHe/EagpuXRE/3JM=
=hQPU
-----END PGP SIGNATURE-----

Attachment: pgpJ9eO4jWblQ.pgp
Description: PGP signature


--- End Message ---

Reply via email to