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

Proc::Screen #509

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Proc::Screen 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: Proc::Screen
===> Found: Proc::Screen:ver<.0.0.1> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Proc::Screen:ver<.0.0.1> to /home/alex/Blin/data/zef-data/tmp/1549581439.8298.4932/perl6-Proc-Screen.git
===> Extraction [OK]: Proc::Screen to /home/alex/Blin/data/zef-data/store/perl6-Proc-Screen.git
===> Testing: Proc::Screen:ver<.0.0.1>
t/args.t .. ok
# Failed test 'Ran screen -d -m'
# at t/base.t line 20
# No such method 'watch' for invocant of type 'IO::Handle+{File::Temp::File::Temp::AutoUnlink}'. Did you mean any of these?
#     batch
#     match
#     path
# 
# Failed test 'screen -d -m completed and PID delivered'
# at t/base.t line 21
# Must .start Proc::Screen before using it.
Must .start Proc::Screen before using it.
  in method await-ready at /home/alex/Blin/data/zef-data/store/perl6-Proc-Screen.git/1e8b75685f03443057c90aa380b157c2338ca739/lib/Proc/Screen.pm6 (Proc::Screen) line 151
  in method command at /home/alex/Blin/data/zef-data/store/perl6-Proc-Screen.git/1e8b75685f03443057c90aa380b157c2338ca739/lib/Proc/Screen.pm6 (Proc::Screen) line 242
  in block <unit> at t/base.t line 22

# Looks like you planned 11 tests, but ran 5
# Looks like you failed 2 tests of 5
t/base.t .. 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 8/11 subtests 
No such method 'watch' for invocant of type 'IO::Handle+{File::Temp::File::Temp::AutoUnlink}'. Did you mean any of these?
    batch
    match
    path

  in method start at /home/alex/Blin/data/zef-data/store/perl6-Proc-Screen.git/1e8b75685f03443057c90aa380b157c2338ca739/lib/Proc/Screen.pm6 (Proc::Screen) line 127
  in sub restart-screens at /home/alex/Blin/data/zef-data/store/perl6-Proc-Screen.git/1e8b75685f03443057c90aa380b157c2338ca739/lib/Test/Screen.pm6 (Test::Screen) line 77
  in sub start-screens at /home/alex/Blin/data/zef-data/store/perl6-Proc-Screen.git/1e8b75685f03443057c90aa380b157c2338ca739/lib/Test/Screen.pm6 (Test::Screen) line 82
  in block <unit> at t/test.t line 18

t/test.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 

Test Summary Report
-------------------
t/base.t (Wstat: 512 Tests: 5 Failed: 2)
  Failed tests:  4-5
  Non-zero exit status: 2
  Parse errors: Bad plan.  You planned 11 tests but ran 5.
t/test.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
Files=3, Tests=6, 14 wallclock secs ( 0.03 usr  0.01 sys + 11.52 cusr  0.51 csys = 12.07 CPU)
Result: FAIL
===> Testing [FAIL]: Proc::Screen:ver<.0.0.1>
Failed to get passing tests, but continuing with --force-test
===> Installing: Proc::Screen:ver<.0.0.1>
===> Install [OK] for Proc::Screen:ver<.0.0.1>

Ping @skids

Previous ticket: #85

Altai-man commented 5 years ago

Issue at https://github.com/skids/perl6-Proc-Screen/issues/2