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

Net::Packet #485

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Net::Packet 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: Net::Packet
===SORRY!=== Error while compiling /home/alex/Blin/installed/Net::Packet_v.0.0.1/sources/3D2476448CB1CC6C7C44811C7EB520E157A54D0A (Net::Packet::Base)
"::=" not yet implemented. Sorry.
at /home/alex/Blin/installed/Net::Packet_v.0.0.1/sources/3D2476448CB1CC6C7C44811C7EB520E157A54D0A (Net::Packet::Base):3
------>  is export(:short) ::= Net::Packet::Base⏏;

===> Found: Net::Packet:ver<.0.0.1>:auth<Jorn van Engelen> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Net::Packet:ver<.0.0.1>:auth<Jorn van Engelen> to /home/alex/Blin/data/zef-data/tmp/1549579833.23393.3475/perl6-net-packet.git
===> Extraction: Failed to find a META6.json file for Net::Packet:ver<.0.0.1>:auth<Jorn van Engelen> -- failure is likely
===> Extraction [OK]: Net::Packet to /home/alex/Blin/data/zef-data/store/perl6-net-packet.git
===> Testing: Net::Packet:ver<.0.0.1>:auth<Jorn van Engelen>
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-net-packet.git/afed2d712c05414687e662a4be4e7d02ff2a5f0a/t/ARP.t
An exception occurred while evaluating a BEGIN
at /home/alex/Blin/data/zef-data/store/perl6-net-packet.git/afed2d712c05414687e662a4be4e7d02ff2a5f0a/t/ARP.t:2
Exception details:
  Dynamic variable @*INC not found
    in block  at t/ARP.t line 2

t/ARP.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-net-packet.git/afed2d712c05414687e662a4be4e7d02ff2a5f0a/t/Ethernet.t
An exception occurred while evaluating a BEGIN
at /home/alex/Blin/data/zef-data/store/perl6-net-packet.git/afed2d712c05414687e662a4be4e7d02ff2a5f0a/t/Ethernet.t:2
Exception details:
  Dynamic variable @*INC not found
    in block  at t/Ethernet.t line 2

t/Ethernet.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-net-packet.git/afed2d712c05414687e662a4be4e7d02ff2a5f0a/t/ICMP.t
An exception occurred while evaluating a BEGIN
at /home/alex/Blin/data/zef-data/store/perl6-net-packet.git/afed2d712c05414687e662a4be4e7d02ff2a5f0a/t/ICMP.t:2
Exception details:
  Dynamic variable @*INC not found
    in block  at t/ICMP.t line 2

t/ICMP.t ...... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-net-packet.git/afed2d712c05414687e662a4be4e7d02ff2a5f0a/t/IPv4.t
An exception occurred while evaluating a BEGIN
at /home/alex/Blin/data/zef-data/store/perl6-net-packet.git/afed2d712c05414687e662a4be4e7d02ff2a5f0a/t/IPv4.t:2
Exception details:
  Dynamic variable @*INC not found
    in block  at t/IPv4.t line 2

t/IPv4.t ...... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!=== Error while compiling /home/alex/Blin/data/zef-data/store/perl6-net-packet.git/afed2d712c05414687e662a4be4e7d02ff2a5f0a/t/UDP.t
An exception occurred while evaluating a BEGIN
at /home/alex/Blin/data/zef-data/store/perl6-net-packet.git/afed2d712c05414687e662a4be4e7d02ff2a5f0a/t/UDP.t:2
Exception details:
  Dynamic variable @*INC not found
    in block  at t/UDP.t line 2

t/UDP.t ....... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/ARP.t     (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/Ethernet.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/ICMP.t    (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/IPv4.t    (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/UDP.t     (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=5, Tests=0,  3 wallclock secs ( 0.03 usr  0.01 sys +  2.08 cusr  0.24 csys =  2.36 CPU)
Result: FAIL
===> Testing [FAIL]: Net::Packet:ver<.0.0.1>:auth<Jorn van Engelen>
Failed to get passing tests, but continuing with --force-test
===> Installing: Net::Packet:ver<.0.0.1>:auth<Jorn van Engelen>
===> Install [FAIL] for Net::Packet:ver<.0.0.1>:auth<Jorn van Engelen>: ===SORRY!=== Error while compiling /home/alex/Blin/installed/Net::Packet_v.0.0.1/sources/3D2476448CB1CC6C7C44811C7EB520E157A54D0A (Net::Packet::Base)
"::=" not yet implemented. Sorry.
at /home/alex/Blin/installed/Net::Packet_v.0.0.1/sources/3D2476448CB1CC6C7C44811C7EB520E157A54D0A (Net::Packet::Base):3
------>  is export(:short) ::= Net::Packet::Base⏏;

Ping @jpve

Previous ticket: #118