Skip to content

Instantly share code, notes, and snippets.

@wbiker
Created March 6, 2015 17:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbiker/76d303624c1e0ed9eb1f to your computer and use it in GitHub Desktop.
Save wbiker/76d303624c1e0ed9eb1f to your computer and use it in GitHub Desktop.
panda install DBIish
==> Fetching DBIish
==> Building DBIish
Compiling lib/DBIish.pm6 to mbc
Compiling lib/DBDish.pm6 to mbc
Compiling lib/DBDish/mysql.pm6 to mbc
Compiling lib/DBDish/Pg.pm6 to mbc
Compiling lib/DBDish/SQLite.pm6 to mbc
Compiling lib/DBDish/TestMock.pm6 to mbc
==> Testing DBIish
t/05-mock.t ............... ok
# Connect failed with error Cannot locate native library 'libmysqlclient.so'
t/10-mysql.t .............. ok
# Connect failed with error Cannot locate native library 'libmysqlclient.so'
# Looks like you planned 42 tests, but ran 40
t/25-mysql-common.t .......
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/42 subtests
(less 38 skipped subtests: 2 okay)
t/30-Pg.t ................. ok
# Connect failed with error Cannot locate native library 'libpq.so'
# Looks like you planned 42 tests, but ran 40
t/35-Pg-common.t ..........
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/42 subtests
(less 38 skipped subtests: 2 okay)
t/40-sqlite-common.t ...... ok
t/41-sqlite-exec-error.t .. ok
Test Summary Report
-------------------
t/25-mysql-common.t (Wstat: 65280 Tests: 40 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 42 tests but ran 40.
t/35-Pg-common.t (Wstat: 65280 Tests: 40 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 42 tests but ran 40.
Files=7, Tests=223, 7 wallclock secs ( 0.04 usr 0.01 sys + 5.56 cusr 0.26 csys = 5.87 CPU)
Result: FAIL
test stage failed for DBIish: Tests failed
in method install at lib/Panda.pm:125
in method resolve at lib/Panda.pm:195
in sub MAIN at /home/wolf/.rakudobrew/bin/../moar-nom/install/languages/perl6/site/bin/panda:20
in sub MAIN at /home/wolf/.rakudobrew/bin/../moar-nom/install/languages/perl6/site/bin/panda:18
in block <unit> at /home/wolf/.rakudobrew/bin/../moar-nom/install/languages/perl6/site/bin/panda:77
Failure Summary
----------------
DBIish
*test stage failed for DBIish: Tests failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment