Skip Menu |

This queue is for tickets about the Photonic CPAN distribution.

Report information
The Basics
Id: 132242
Status: resolved
Priority: 0/
Queue: Photonic

People
Owner: WLMB [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.012
Fixed in: (no value)



Subject: Unknown image format of file data/white.png
t/geometry.t fails on most of my smoker systems: ... Unknown image format of file data/white.png at /home/cpansand/.cpan/build/2020032616/Photonic-0.013-RGzilq/blib/lib/Photonic/Geometry/FromImage2D.pm line 135, <DATA> line 207. Photonic::Geometry::FromImage2D::_build_B(Photonic::Geometry::FromImage2D=HASH(0x55848112d6d0)) called at reader Photonic::Geometry::FromImage2D::B (defined at /home/cpansand/.cpan/build/2020032616/Photonic-0.013-RGzilq/blib/lib/Photonic/Geometry/FromImage2D.pm line 118) line 8 Photonic::Geometry::FromImage2D::B(Photonic::Geometry::FromImage2D=HASH(0x55848112d6d0)) called at /home/cpansand/.cpan/build/2020032616/Photonic-0.013-RGzilq/blib/lib/Photonic/Roles/Geometry.pm line 154 Photonic::Roles::Geometry::_build_npoints(Photonic::Geometry::FromImage2D=HASH(0x55848112d6d0)) called at reader Photonic::Geometry::FromImage2D::npoints (defined at /home/cpansand/.cpan/build/2020032616/Photonic-0.013-RGzilq/blib/lib/Photonic/Roles/Geometry.pm line 69) line 8 Photonic::Geometry::FromImage2D::npoints(Photonic::Geometry::FromImage2D=HASH(0x55848112d6d0)) called at t/geometry.t line 106 # Looks like you planned 39 tests but ran 32. # Looks like your test exited with 255 just after 32. t/geometry.t .................. Dubious, test returned 255 (wstat 65280, 0xff00) Failed 7/39 subtests ... It only passes on my Ubuntu 16.04 smoker, but later Ubuntu versions or other Linux distributions (Debian, CentOS) have fails.
Thanks for the report. Trying to fix the related bug #131800 I introduced this one. Hopefully it should have been fixed en version 0.014 which I just uploaded. On Thu Mar 26 14:38:25 2020, SREZIC wrote: Show quoted text
> t/geometry.t fails on most of my smoker systems: > > ... > Unknown image format of file data/white.png at > /home/cpansand/.cpan/build/2020032616/Photonic-0.013- > RGzilq/blib/lib/Photonic/Geometry/FromImage2D.pm line 135, <DATA> line > 207. > Photonic::Geometry::FromImage2D::_build_B(Photonic::Geometry::FromImage2D=HASH(0x55848112d6d0)) > called at reader Photonic::Geometry::FromImage2D::B (defined at > /home/cpansand/.cpan/build/2020032616/Photonic-0.013- > RGzilq/blib/lib/Photonic/Geometry/FromImage2D.pm line 118) line 8 > Photonic::Geometry::FromImage2D::B(Photonic::Geometry::FromImage2D=HASH(0x55848112d6d0)) > called at /home/cpansand/.cpan/build/2020032616/Photonic-0.013- > RGzilq/blib/lib/Photonic/Roles/Geometry.pm line 154 > Photonic::Roles::Geometry::_build_npoints(Photonic::Geometry::FromImage2D=HASH(0x55848112d6d0)) > called at reader Photonic::Geometry::FromImage2D::npoints (defined at > /home/cpansand/.cpan/build/2020032616/Photonic-0.013- > RGzilq/blib/lib/Photonic/Roles/Geometry.pm line 69) line 8 > Photonic::Geometry::FromImage2D::npoints(Photonic::Geometry::FromImage2D=HASH(0x55848112d6d0)) > called at t/geometry.t line 106 > # Looks like you planned 39 tests but ran 32. > # Looks like your test exited with 255 just after 32. > t/geometry.t .................. > Dubious, test returned 255 (wstat 65280, 0xff00) > Failed 7/39 subtests > ... > > It only passes on my Ubuntu 16.04 smoker, but later Ubuntu versions or > other Linux distributions (Debian, CentOS) have fails.
I believe #131800 and this have been fixed. It has passed the tests in several systems, but I'll wait for a few more to complete. On Thu Mar 26 15:10:19 2020, WLMB wrote: Show quoted text
> Thanks for the report. Trying to fix the related bug #131800 I > introduced this one. Hopefully it should have been fixed en version > 0.014 which I just uploaded. > ...
I guess the issue has been solved in 0.014.
On 2020-04-11 21:01:16, WLMB wrote: Show quoted text
> I guess the issue has been solved in 0.014.
Yes, it seems so.