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

DB::MySQL #370

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

DB::MySQL #370

AlexDaniel opened this issue Feb 8, 2019 · 1 comment

Comments

@AlexDaniel
Copy link
Member

Module DB::MySQL 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: DB::MySQL
===> Found: DB::MySQL:ver<0.1> [via Zef::Repository::Ecosystems<cpan>]
===> Fetching [OK]: DB::MySQL:ver<0.1> to /home/alex/Blin/data/zef-data/tmp/1549583185.16499.5640/DB-MySQL-0.1.tar.gz
===> Extraction [OK]: DB::MySQL to /home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz
===> Testing: DB::MySQL:ver<0.1>
t/00-meta.t6 ........ ok
Cannot locate native library 'libmysqlclient.so': libmysqlclient.so: cannot open shared object file: No such file or directory
  in method setup at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 287
  in method CALL-ME at /tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/sources/947BDAB9F96E0E5FCCB383124F923A6BF6F8D76B (NativeCall) line 576
  in method client-version at /home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/lib/DB/MySQL/Native.pm6 (DB::MySQL::Native) line 383
  in block <unit> at t/01-native.t6 line 8

t/01-native.t6 ...... 
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/2 subtests 
===SORRY!===
Could not find Concurrent::Stack at line 1 in:
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/lib
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/data/zef/lib
    inst#/home/alex/Blin/installed/Test::META_0.0.14
    inst#/home/alex/Blin/installed/META6_0.0.21
    inst#/home/alex/Blin/installed/JSON::Fast_0.9.12
    inst#/home/alex/Blin/installed/JSON::Class_0.0.11
    inst#/home/alex/Blin/installed/JSON::Marshal_0.0.16
    inst#/home/alex/Blin/installed/JSON::Name_0.0.3
    inst#/home/alex/Blin/installed/JSON::Unmarshal_0.08
    inst#/home/alex/Blin/installed/URI_v.0.1.4
    inst#/home/alex/Blin/installed/DB_0.3
    inst#/home/alex/Blin/installed/Test::When_1.001008
    inst#/home/alex/Blin/installed/Concurrent::Trie_1.0
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#
t/02-basic.t6 ....... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
Could not find Concurrent::Stack at line 1 in:
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/lib
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/data/zef/lib
    inst#/home/alex/Blin/installed/Test::META_0.0.14
    inst#/home/alex/Blin/installed/META6_0.0.21
    inst#/home/alex/Blin/installed/JSON::Fast_0.9.12
    inst#/home/alex/Blin/installed/JSON::Class_0.0.11
    inst#/home/alex/Blin/installed/JSON::Marshal_0.0.16
    inst#/home/alex/Blin/installed/JSON::Name_0.0.3
    inst#/home/alex/Blin/installed/JSON::Unmarshal_0.08
    inst#/home/alex/Blin/installed/URI_v.0.1.4
    inst#/home/alex/Blin/installed/DB_0.3
    inst#/home/alex/Blin/installed/Test::When_1.001008
    inst#/home/alex/Blin/installed/Concurrent::Trie_1.0
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#
t/03-types.t6 ....... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
Could not find Concurrent::Stack at line 1 in:
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/lib
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/data/zef/lib
    inst#/home/alex/Blin/installed/Test::META_0.0.14
    inst#/home/alex/Blin/installed/META6_0.0.21
    inst#/home/alex/Blin/installed/JSON::Fast_0.9.12
    inst#/home/alex/Blin/installed/JSON::Class_0.0.11
    inst#/home/alex/Blin/installed/JSON::Marshal_0.0.16
    inst#/home/alex/Blin/installed/JSON::Name_0.0.3
    inst#/home/alex/Blin/installed/JSON::Unmarshal_0.08
    inst#/home/alex/Blin/installed/URI_v.0.1.4
    inst#/home/alex/Blin/installed/DB_0.3
    inst#/home/alex/Blin/installed/Test::When_1.001008
    inst#/home/alex/Blin/installed/Concurrent::Trie_1.0
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#
t/04-multi.t6 ....... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
Could not find Concurrent::Stack at line 1 in:
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/lib
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/data/zef/lib
    inst#/home/alex/Blin/installed/Test::META_0.0.14
    inst#/home/alex/Blin/installed/META6_0.0.21
    inst#/home/alex/Blin/installed/JSON::Fast_0.9.12
    inst#/home/alex/Blin/installed/JSON::Class_0.0.11
    inst#/home/alex/Blin/installed/JSON::Marshal_0.0.16
    inst#/home/alex/Blin/installed/JSON::Name_0.0.3
    inst#/home/alex/Blin/installed/JSON::Unmarshal_0.08
    inst#/home/alex/Blin/installed/URI_v.0.1.4
    inst#/home/alex/Blin/installed/DB_0.3
    inst#/home/alex/Blin/installed/Test::When_1.001008
    inst#/home/alex/Blin/installed/Concurrent::Trie_1.0
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#
t/05-no-store.t6 .... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
Could not find Concurrent::Stack at line 1 in:
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/lib
    file#/home/alex/Blin/data/zef-data/store/DB-MySQL-0.1.tar.gz/DB-MySQL-0.1/data/zef/lib
    inst#/home/alex/Blin/installed/Test::META_0.0.14
    inst#/home/alex/Blin/installed/META6_0.0.21
    inst#/home/alex/Blin/installed/JSON::Fast_0.9.12
    inst#/home/alex/Blin/installed/JSON::Class_0.0.11
    inst#/home/alex/Blin/installed/JSON::Marshal_0.0.16
    inst#/home/alex/Blin/installed/JSON::Name_0.0.3
    inst#/home/alex/Blin/installed/JSON::Unmarshal_0.08
    inst#/home/alex/Blin/installed/URI_v.0.1.4
    inst#/home/alex/Blin/installed/DB_0.3
    inst#/home/alex/Blin/installed/Test::When_1.001008
    inst#/home/alex/Blin/installed/Concurrent::Trie_1.0
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#
t/06-willfinish.t6 .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/01-native.t6    (Wstat: 65280 Tests: 0 Failed: 0)
  Non-zero exit status: 255
  Parse errors: Bad plan.  You planned 2 tests but ran 0.
t/02-basic.t6     (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/03-types.t6     (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/04-multi.t6     (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
===SORRY!===
Could not find Concurrent::Stack at line 1 in:
    inst#/home/alex/Blin/installed/DB::MySQL_0.1
    file#/home/alex/Blin/data/zef/lib
    inst#/home/alex/Blin/installed/Test::META_0.0.14
    inst#/home/alex/Blin/installed/META6_0.0.21
    inst#/home/alex/Blin/installed/JSON::Fast_0.9.12
    inst#/home/alex/Blin/installed/JSON::Class_0.0.11
    inst#/home/alex/Blin/installed/JSON::Marshal_0.0.16
    inst#/home/alex/Blin/installed/JSON::Name_0.0.3
    inst#/home/alex/Blin/installed/JSON::Unmarshal_0.08
    inst#/home/alex/Blin/installed/URI_v.0.1.4
    inst#/home/alex/Blin/installed/DB_0.3
    inst#/home/alex/Blin/installed/Test::When_1.001008
    inst#/home/alex/Blin/installed/Concurrent::Trie_1.0
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#

  Parse errors: No plan found in TAP output
t/05-no-store.t6  (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/06-willfinish.t6 (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=7, Tests=1, 27 wallclock secs ( 0.05 usr  0.00 sys + 21.08 cusr  1.25 csys = 22.38 CPU)
Result: FAIL
===> Testing [FAIL]: DB::MySQL:ver<0.1>
Failed to get passing tests, but continuing with --force-test
===> Installing: DB::MySQL:ver<0.1>
===> Install [FAIL] for DB::MySQL:ver<0.1>: ===SORRY!===
Could not find Concurrent::Stack at line 1 in:
    inst#/home/alex/Blin/installed/DB::MySQL_0.1
    file#/home/alex/Blin/data/zef/lib
    inst#/home/alex/Blin/installed/Test::META_0.0.14
    inst#/home/alex/Blin/installed/META6_0.0.21
    inst#/home/alex/Blin/installed/JSON::Fast_0.9.12
    inst#/home/alex/Blin/installed/JSON::Class_0.0.11
    inst#/home/alex/Blin/installed/JSON::Marshal_0.0.16
    inst#/home/alex/Blin/installed/JSON::Name_0.0.3
    inst#/home/alex/Blin/installed/JSON::Unmarshal_0.08
    inst#/home/alex/Blin/installed/URI_v.0.1.4
    inst#/home/alex/Blin/installed/DB_0.3
    inst#/home/alex/Blin/installed/Test::When_1.001008
    inst#/home/alex/Blin/installed/Concurrent::Trie_1.0
    inst#/home/alex/.perl6
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/site
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6/vendor
    inst#/tmp/whateverable/rakudo-moar/1ff9b14e8903d77f066f7c2673ea59d6ad7f4aa6/share/perl6
    ap#
    nqp#
    perl5#


Ping @CurtTilmes

@AlexDaniel
Copy link
Member Author

See #372 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant