Skip to content

Instantly share code, notes, and snippets.

@Tux
Created May 5, 2015 06:40
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 Tux/f2235ccfe0349e8feaf4 to your computer and use it in GitHub Desktop.
Save Tux/f2235ccfe0349e8feaf4 to your computer and use it in GitHub Desktop.
Already up-to-date.
==> Bootstrapping Panda
==> Fetching File::Find
==> Building File::Find
Compiling lib/File/Find.pm to mbc
==> Testing File::Find
t/01-file-find.t .. ok
All tests successful.
Files=1, Tests=11, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.75 cusr 0.02 csys = 0.79 CPU)
Result: PASS
==> Installing File::Find
==> Successfully installed File::Find
==> Fetching Shell::Command
==> Building Shell::Command
Compiling lib/Shell/Command.pm to mbc
==> Testing Shell::Command
t/02-shell-command.t ..
No subtests run
Test Summary Report
-------------------
t/02-shell-command.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.66 cusr 0.02 csys = 0.70 CPU)
Result: FAIL
use of uninitialized value of type Any in numeric context in block at bin/panda:21
use of uninitialized value of type Any in numeric context in block at bin/panda:21
use of uninitialized value of type Any in numeric context in block at bin/panda:21
use of uninitialized value of type Any in numeric context in block at bin/panda:21
use of uninitialized value of type Any in numeric context in block at bin/panda:21
test stage failed for Shell::Command: Tests failed
in method install at /pro/3gl/CPAN/rakudobrew/moar-nom/panda/lib/Panda.pm:133
in method resolve at /pro/3gl/CPAN/rakudobrew/moar-nom/panda/lib/Panda.pm:214
in sub MAIN at bin/panda:20
in sub MAIN at bin/panda:18
in block <unit> at bin/panda:87
==> Fetching JSON::Tiny
==> Building JSON::Tiny
Compiling lib/JSON/Tiny/Actions.pm to mbc
Compiling lib/JSON/Tiny/Grammar.pm to mbc
Compiling lib/JSON/Tiny.pm to mbc
==> Testing JSON::Tiny
t/01-parse.t ...... ok
t/02-structure.t .. ok
t/03-unicode.t .... ok
t/04-roundtrip.t .. ok
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment