Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

Image::Resize #588

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Image::Resize cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: Image::Resize
===> Found: Image::Resize:ver<0.01> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Image::Resize:ver<0.01> to /home/alex/Blin/data/zef-data/tmp/1551238558.6763.8981/perl6-image-resize.git
===> Extraction [OK]: Image::Resize to /home/alex/Blin/data/zef-data/store/perl6-image-resize.git
===> Testing: Image::Resize:ver<0.01>
t/00-load.t ....... ok
# Skipping author test. Set AUTHOR_TESTING to enable.
t/00-test-meta.t .. ok
# Failed test 'Reduced image x to 0.5'
# at t/01-resize.t line 26
# expected: '250'
#      got: '1000'
# Failed test 'Reduced image y to 0.5'
# at t/01-resize.t line 27
# expected: '183'
#      got: '732'
# Looks like you failed 2 tests of 6
t/01-resize.t ..... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/6 subtests 
# Failed test 'Resize and resample differ'
# at t/02-more.t line 23
# expected: anything except '2994'
#      got: '2994'
# Looks like you failed 1 test of 3
t/02-more.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests 
t/03-convert.t .... ok
t/04-scale.t ...... ok

Test Summary Report
-------------------
t/01-resize.t   (Wstat: 512 Tests: 6 Failed: 2)
  Failed tests:  1-2
  Non-zero exit status: 2
t/02-more.t     (Wstat: 256 Tests: 3 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=6, Tests=15, 19 wallclock secs ( 0.05 usr  0.00 sys + 15.20 cusr  0.81 csys = 16.06 CPU)
Result: FAIL
===> Testing [FAIL]: Image::Resize:ver<0.01>
Failed to get passing tests, but continuing with --force-test
===> Installing: Image::Resize:ver<0.01>
===> Install [OK] for Image::Resize:ver<0.01>

Ping @dagurval

Previous ticket: #431

Altai-man commented 5 years ago

The module is pretty old overall and the issue is oppened: https://github.com/dagurval/perl6-image-resize/issues/18