Your message dated Tue, 24 Jan 2023 09:47:09 +0100
with message-id <8c50545e-6329-42cf-8db3-c4e398b32...@sury.org>
and subject line Re: Bug#1028976: php-imagick: autopkgtest needs update for new 
version of php-defaults
has caused the Debian Bug report #1028976,
regarding php-imagick: autopkgtest needs update for new version of php-defaults
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.)


-- 
1028976: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1028976
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: php-imagick
Version: 3.7.0-3
Severity: serious
X-Debbugs-CC: php-defau...@packages.debian.org
Tags: sid bookworm
User: debian...@lists.debian.org
Usertags: needs-update
Control: affects -1 src:php-defaults

Dear maintainer(s),

With a recent upload of php-defaults the autopkgtest of php-imagick fails in testing when that autopkgtest is run with the binary packages of php-defaults from unstable. It passes when run with only packages from testing. In tabular form:

                       pass            fail
php-defaults           from testing    93
php-imagick            from testing    3.7.0-3
all others             from testing    from testing

I copied some of the output at the bottom of this report.

Currently this regression is blocking the migration of php-defaults to testing [1]. Of course, php-defaults shouldn't just break your autopkgtest (or even worse, your package), but it seems to me that the change in php-defaults was intended and your package needs to update to the new situation.

If this is a real problem in your package (and not only in your autopkgtest), the right binary package(s) from php-defaults should really add a versioned Breaks on the unfixed version of (one of your) package(s). Note: the Breaks is nice even if the issue is only in the autopkgtest as it helps the migration software to figure out the right versions to combine in the tests.

More information about this bug and the reason for filing it can be found on
https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation

Paul

[1] https://qa.debian.org/excuses.php?package=php-defaults

https://ci.debian.net/data/autopkgtest/testing/amd64/p/php-imagick/30392957/log.gz

There was 1 failure:

1) /tmp/autopkgtest-lxc.0guk5e6e/downtmp/build.IKf/src/imagick-3.7.0/tests/243_Tutorial_svgExample_basic.phpt
Failed asserting that string matches format description.
--- Expected
+++ Actual
@@ @@
-Ok
+Fatal error: Uncaught ImagickException: no decode delegate for this image format `SVG' @ error/blob.c/BlobToImage/363 in Standard input code:43
+Stack trace:
+#0 Standard input code(43): Imagick->readImageBlob()
+#1 Standard input code(49): svgExample()
+#2 {main}
+  thrown in Standard input code on line 43

/tmp/autopkgtest-lxc.0guk5e6e/downtmp/build.IKf/src/imagick-3.7.0/tests/243_Tutorial_svgExample_basic.phpt:58

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
Version: 3.7.0-3

I retested the autopkgtests both in sid and bookworm schroots and everything 
looks good now,
so it must have been dependencies not tight enough during the transition as you 
suggested elsewhere:

autopkgtest [09:45:20]: test command1: cd imagick-$(xml2 < package.xml | sed 
-ne "s,/package/version/release=\(.*\),\1,p")/tests && phpunit --verbose .
autopkgtest [09:45:20]: test command1: [-----------------------
[...snip...]
OK, but incomplete, skipped, or risky tests!
Tests: 332, Assertions: 332, Skipped: 66, Incomplete: 1.
autopkgtest [09:45:55]: test command1: -----------------------]
autopkgtest [09:45:55]: test command1:  - - - - - - - - - - results - - - - - - 
- - - -
command1             PASS
autopkgtest [09:45:55]: @@@@@@@@@@@@@@@@@@@@ summary
command1             PASS

Ondrej
--
Ondřej Surý (He/Him)
ond...@sury.org


> On 15. 1. 2023, at 17:29, Paul Gevers <elb...@debian.org> wrote:
> 
> Source: php-imagick
> Version: 3.7.0-3
> Severity: serious
> X-Debbugs-CC: php-defau...@packages.debian.org
> Tags: sid bookworm
> User: debian...@lists.debian.org
> Usertags: needs-update
> Control: affects -1 src:php-defaults
> 
> Dear maintainer(s),
> 
> With a recent upload of php-defaults the autopkgtest of php-imagick fails in 
> testing when that autopkgtest is run with the binary packages of php-defaults 
> from unstable. It passes when run with only packages from testing. In tabular 
> form:
> 
>                       pass            fail
> php-defaults           from testing    93
> php-imagick            from testing    3.7.0-3
> all others             from testing    from testing
> 
> I copied some of the output at the bottom of this report.
> 
> Currently this regression is blocking the migration of php-defaults to 
> testing [1]. Of course, php-defaults shouldn't just break your autopkgtest 
> (or even worse, your package), but it seems to me that the change in 
> php-defaults was intended and your package needs to update to the new 
> situation.
> 
> If this is a real problem in your package (and not only in your autopkgtest), 
> the right binary package(s) from php-defaults should really add a versioned 
> Breaks on the unfixed version of (one of your) package(s). Note: the Breaks 
> is nice even if the issue is only in the autopkgtest as it helps the 
> migration software to figure out the right versions to combine in the tests.
> 
> More information about this bug and the reason for filing it can be found on
> https://wiki.debian.org/ContinuousIntegration/RegressionEmailInformation
> 
> Paul
> 
> [1] https://qa.debian.org/excuses.php?package=php-defaults
> 
> https://ci.debian.net/data/autopkgtest/testing/amd64/p/php-imagick/30392957/log.gz
> 
> There was 1 failure:
> 
> 1) 
> /tmp/autopkgtest-lxc.0guk5e6e/downtmp/build.IKf/src/imagick-3.7.0/tests/243_Tutorial_svgExample_basic.phpt
> Failed asserting that string matches format description.
> --- Expected
> +++ Actual
> @@ @@
> -Ok
> +Fatal error: Uncaught ImagickException: no decode delegate for this image 
> format `SVG' @ error/blob.c/BlobToImage/363 in Standard input code:43
> +Stack trace:
> +#0 Standard input code(43): Imagick->readImageBlob()
> +#1 Standard input code(49): svgExample()
> +#2 {main}
> +  thrown in Standard input code on line 43
> 
> /tmp/autopkgtest-lxc.0guk5e6e/downtmp/build.IKf/src/imagick-3.7.0/tests/243_Tutorial_svgExample_basic.phpt:58
> 


--- End Message ---

Reply via email to