Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  1. Compiling lib/DBDish/mysql.pm6 to mbc
  2. ==> Testing DBIish
  3. Use of uninitialized value %ENV of type Any in string context in block <unit> at t/01-ConnectConfig-PG.t:26
  4. # Using PGDATABASE:
  5. t/01-ConnectConfig-PG.t ... ok
  6. t/05-mock.t ............... ok
  7. # Connect failed with error Cannot locate native library 'libmysqlclient.so': libmysqlclient.so: cannot open shared object file: No such file or directory
  8. t/10-mysql.t .............. ok
  9. Potential difficulties:
  10. To pass an array, hash or sub to a function in Perl 6, just pass it as is.
  11. For other uses of Perl 5's ref operator consider binding with ::= instead.
  12. Parenthesize as \(...) if you intended a capture of a single variable.
  13. at EVAL_0:105
  14. ------> .execute_array( { ArrayTupleStatus => \⏏@tuple_status } ); # test 14
  15. # Connect failed with error Cannot locate native library 'libmysqlclient.so': libmysqlclient.so: cannot open shared object file: No such file or directory
  16. t/25-mysql-common.t ....... ok
  17. t/30-Pg.t ................. ok
  18. Environment lacks PGDATABASE
  19. in sub config_pg_connect at /Home/bougyman/.panda-work/1436904921_10/t/lib/Test/Config/Pg.pm:20
  20. in block <unit> at t/35-Pg-common.t:12
  21.  
  22. t/30-Pg.t ................. ok
  23. No subtests run
  24. Potential difficulties:
  25. To pass an array, hash or sub to a function in Perl 6, just pass it as is.
  26. For other uses of Perl 5's ref operator consider binding with ::= instead.
  27. Parenthesize as \(...) if you intended a capture of a single variable.
  28. at EVAL_0:105
  29. ------> .execute_array( { ArrayTupleStatus => \⏏@tuple_status } ); # test 14
  30. # Connect failed with error Cannot locate native library 'libsqlite3.so': libsqlite3.so: cannot open shared object file: No such file or directory
  31. t/40-sqlite-common.t ...... ok
  32. t/41-sqlite-exec-error.t .. ok
  33.  
  34. Test Summary Report
  35. -------------------
  36. t/35-Pg-common.t (Wstat: 0 Tests: 0 Failed: 0)
  37. Parse errors: No plan found in TAP output
  38. Files=8, Tests=204, 20 wallclock secs ( 0.05 usr 0.02 sys + 18.70 cusr 0.49 csys = 19.26 CPU)
  39. Result: FAIL
  40. test stage failed for DBIish: Tests failed
  41. in method install at lib/Panda.pm:133
  42. in block at lib/Panda.pm:210
  43. in method resolve at lib/Panda.pm:204
  44. in sub MAIN at /Home/bougyman/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/panda:20
  45. in block <unit> at /Home/bougyman/.rakudobrew/bin/../moar-nom/install/share/perl6/site/bin/panda:87
  46.  
  47.  
  48. Failure Summary
  49. ----------------
  50. Task::Star
  51. *test stage failed for DBIish: Tests failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement