Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPD::Client #462

Open
AlexDaniel opened this issue Feb 8, 2019 · 1 comment
Open

MPD::Client #462

AlexDaniel opened this issue Feb 8, 2019 · 1 comment
Labels
issue sent Posted a previously unreported issue with the original author to investigate

Comments

@AlexDaniel
Copy link
Member

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

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put native dependency label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

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: MPD::Client
�[31m===�[0mSORRY!�[31m===�[0m Error while compiling /home/alex/Blin/installed/MPD::Client_0.1.3/sources/DB787A0FA5AFA60EDB4CB90A81D9D9D79968C01C (MPD::Client::Playlist)
Variable '$hits' is not declared. Did you mean '@hits'?
at /home/alex/Blin/installed/MPD::Client_0.1.3/sources/DB787A0FA5AFA60EDB4CB90A81D9D9D79968C01C (MPD::Client::Playlist):46
------> �[32m				�[33m⏏�[31m$hits[++$index] = {};�[0m

===> Found: MPD::Client:ver<0.1.3>:auth<github:scriptkitties> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: MPD::Client:ver<0.1.3>:auth<github:scriptkitties> to /home/alex/Blin/data/zef-data/tmp/1549582718.6931.4531/MPD-Client-0.1.3.tar.gz
===> Extraction [OK]: MPD::Client to /home/alex/Blin/data/zef-data/store/MPD-Client-0.1.3.tar.gz
===> Testing: MPD::Client:ver<0.1.3>:auth<github:scriptkitties>
Could not connect socket: Connection refused
  in sub mpd-connect at /home/alex/Blin/data/zef-data/store/MPD-Client-0.1.3.tar.gz/MPD-Client-0.1.3/lib/MPD/Client.pm6 (MPD::Client) line 15
  in block <unit> at t/00-client.t line 12

t/00-client.t .... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 1/1 subtests 
Could not connect socket: Connection refused
  in sub mpd-connect at /home/alex/Blin/data/zef-data/store/MPD-Client-0.1.3.tar.gz/MPD-Client-0.1.3/lib/MPD/Client.pm6 (MPD::Client) line 15
  in block <unit> at t/01-status.t line 12

t/01-status.t .... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/3 subtests 
Could not connect socket: Connection refused
  in sub mpd-connect at /home/alex/Blin/data/zef-data/store/MPD-Client-0.1.3.tar.gz/MPD-Client-0.1.3/lib/MPD/Client.pm6 (MPD::Client) line 15
  in block <unit> at t/02-playback.t line 14

t/02-playback.t .. 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 10/10 subtests 
Could not connect socket: Connection refused
  in sub mpd-connect at /home/alex/Blin/data/zef-data/store/MPD-Client-0.1.3.tar.gz/MPD-Client-0.1.3/lib/MPD/Client.pm6 (MPD::Client) line 15
  in block <unit> at t/03-control.t line 13

t/03-control.t ... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 9/9 subtests 

Test Summary Report
-------------------
t/00-client.t  (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 1 tests but ran 0.
t/01-status.t  (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 3 tests but ran 0.
t/02-playback.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 10 tests but ran 0.
t/03-control.t (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 9 tests but ran 0.
Files=4, Tests=0, 20 wallclock secs ( 0.05 usr  0.00 sys + 15.58 cusr  1.02 csys = 16.65 CPU)
Result: FAIL
===> Testing [FAIL]: MPD::Client:ver<0.1.3>:auth<github:scriptkitties>
Failed to get passing tests, but continuing with --force-test
===> Installing: MPD::Client:ver<0.1.3>:auth<github:scriptkitties>
===> Install [FAIL] for MPD::Client:ver<0.1.3>:auth<github:scriptkitties>: �[31m===�[0mSORRY!�[31m===�[0m Error while compiling /home/alex/Blin/installed/MPD::Client_0.1.3/sources/DB787A0FA5AFA60EDB4CB90A81D9D9D79968C01C (MPD::Client::Playlist)
Variable '$hits' is not declared. Did you mean '@hits'?
at /home/alex/Blin/installed/MPD::Client_0.1.3/sources/DB787A0FA5AFA60EDB4CB90A81D9D9D79968C01C (MPD::Client::Playlist):46
------> �[32m				�[33m⏏�[31m$hits[++$index] = {};�[0m


Ping @scriptkitties

Previous ticket: #144

@JJ JJ added the issue sent Posted a previously unreported issue with the original author to investigate label Feb 8, 2019
@JJ
Copy link
Collaborator

JJ commented Feb 8, 2019

Issue sent in #144 (scriptkitties/p6-MPD-Client#3)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue sent Posted a previously unreported issue with the original author to investigate
Projects
None yet
Development

No branches or pull requests

2 participants