Skip to content

Instantly share code, notes, and snippets.

@FROGGS

FROGGS/skew.txt Secret

Created March 29, 2015 14:10
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 FROGGS/60d3852e84a16f496955 to your computer and use it in GitHub Desktop.
Save FROGGS/60d3852e84a16f496955 to your computer and use it in GitHub Desktop.
$ perl6 rebootstrap.pl
No need to rebootstrap, running normal bootstrap
==> 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=10, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.67 cusr 0.03 csys = 0.73 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
===SORRY!===
Probable version skew in pre-compiled '/home/froggs/dev/panda/ext/File__Find/lib/File/Find.pm' (cause: no object at index 296)
t/02-shell-command.t ..
No subtests run
Test Summary Report
-------------------
t/02-shell-command.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.64 cusr 0.04 csys = 0.70 CPU)
Result: FAIL
test stage failed for Shell::Command: Tests failed
in method install at /home/froggs/dev/panda/lib/Panda.pm:127
in method resolve at /home/froggs/dev/panda/lib/Panda.pm:197
in sub MAIN at bin/panda:20
in sub MAIN at bin/panda:18
in block <unit> at bin/panda:82
==> 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
All tests successful.
Files=4, Tests=120, 2 wallclock secs ( 0.05 usr 0.00 sys + 2.03 cusr 0.09 csys = 2.17 CPU)
Result: PASS
==> Installing JSON::Tiny
==> Successfully installed JSON::Tiny
==> panda depends on Shell::Command
==> Fetching Shell::Command
==> Building Shell::Command
Compiling lib/Shell/Command.pm to mbc
==> Testing Shell::Command
===SORRY!===
Probable version skew in pre-compiled '/home/froggs/dev/panda/ext/File__Find/lib/File/Find.pm' (cause: no object at index 296)
t/02-shell-command.t ..
No subtests run
Test Summary Report
-------------------
t/02-shell-command.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.66 cusr 0.02 csys = 0.71 CPU)
Result: FAIL
test stage failed for Shell::Command: Tests failed
in method install at /home/froggs/dev/panda/lib/Panda.pm:127
in method reify at src/gen/m-CORE.setting:9561
in block at src/gen/m-CORE.setting:9474
in method reify at src/gen/m-CORE.setting:9445
in method gimme at src/gen/m-CORE.setting:9973
in method sink at src/gen/m-CORE.setting:10457
in method resolve at /home/froggs/dev/panda/lib/Panda.pm:193
in sub MAIN at bin/panda:20
in sub MAIN at bin/panda:18
in block <unit> at bin/panda:82
Failure Summary
----------------
Shell::Command
*test stage failed for Shell::Command: Tests failed
/home/froggs/dev/panda
*test stage failed for Shell::Command: Tests failed
==> Please make sure that /home/froggs/dev/nqp/install/share/perl6/site/bin is in your PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment