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

Facter #385

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Facter 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: Facter
===SORRY!=== Error while compiling /home/alex/Blin/installed/Facter_0.04/sources/81251CCC5954084DBF6D1FCC4E4E1B7275005125 (Facter::kernel)
Undeclared name:
    Facter used at line 1

===> Found: Facter:ver<0.04>:auth<Cosimo Streppone> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Facter:ver<0.04>:auth<Cosimo Streppone> to /home/alex/Blin/data/zef-data/tmp/1549579544.14127.7075/perl6-facter.git
===> Extraction [OK]: Facter to /home/alex/Blin/data/zef-data/store/perl6-facter.git
===> Testing: Facter:ver<0.04>:auth<Cosimo Streppone>
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-facter.git/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Debug.pm (Facter::Debug)
Cannot declare our-scoped variable inside of a role
(the scope inside of a role is generic, so there is no unambiguous
package to install the symbol in)
at /home/alex/Blin/data/zef-data/store/perl6-facter.git/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Debug.pm (Facter::Debug):4
------>     our $debug⏏ = 0;
    expecting any of:
        constraint
t/000-load-classes.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-facter.git/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Debug.pm (Facter::Debug)
Cannot declare our-scoped variable inside of a role
(the scope inside of a role is generic, so there is no unambiguous
package to install the symbol in)
at /home/alex/Blin/data/zef-data/store/perl6-facter.git/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Debug.pm (Facter::Debug):4
------>     our $debug⏏ = 0;
    expecting any of:
        constraint
t/basic.t ............. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-facter.git/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Debug.pm (Facter::Debug)
Cannot declare our-scoped variable inside of a role
(the scope inside of a role is generic, so there is no unambiguous
package to install the symbol in)
at /home/alex/Blin/data/zef-data/store/perl6-facter.git/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Debug.pm (Facter::Debug):4
------>     our $debug⏏ = 0;
    expecting any of:
        constraint
t/resolution-exec.t ... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-facter.git/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Debug.pm (Facter::Debug)
Cannot declare our-scoped variable inside of a role
(the scope inside of a role is generic, so there is no unambiguous
package to install the symbol in)
at /home/alex/Blin/data/zef-data/store/perl6-facter.git/ea0698917734586911a4adf837508baa49de5cf1/lib/Facter/Debug.pm (Facter::Debug):4
------>     our $debug⏏ = 0;
    expecting any of:
        constraint
t/to-hash.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
done without supply or react
  in block <unit> at t/values.t line 18

t/values.t ............ 
Dubious, test returned 1 (wstat 256, 0x100)
All 3 subtests passed 

Test Summary Report
-------------------
t/000-load-classes.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/basic.t           (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/resolution-exec.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/to-hash.t         (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/values.t          (Wstat: 256 Tests: 3 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=5, Tests=3, 10 wallclock secs ( 0.04 usr  0.01 sys +  7.14 cusr  0.73 csys =  7.92 CPU)
Result: FAIL
===> Testing [FAIL]: Facter:ver<0.04>:auth<Cosimo Streppone>
Failed to get passing tests, but continuing with --force-test
===> Installing: Facter:ver<0.04>:auth<Cosimo Streppone>
===> Install [FAIL] for Facter:ver<0.04>:auth<Cosimo Streppone>: ===SORRY!=== Error while compiling /home/alex/Blin/installed/Facter_0.04/sources/81251CCC5954084DBF6D1FCC4E4E1B7275005125 (Facter::kernel)
Undeclared name:
    Facter used at line 1

Ping @cosimo

Previous ticket: #228

AlexDaniel commented 5 years ago

There was a PR here: https://github.com/cosimo/perl6-facter/pull/11

But, according to my previous comments (https://github.com/perl6/ecosystem-unbitrot/issues/228), the module is unfinished.

jonathanstowe commented 5 years ago

Yeah I had a look at this a while back with a view to make it work but concluded I didn't know enough about the problem space so left it.