Skip to content

Instantly share code, notes, and snippets.

@donaldh
Created September 5, 2013 09:52
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 donaldh/48a7427077c1db9795f8 to your computer and use it in GitHub Desktop.
Save donaldh/48a7427077c1db9795f8 to your computer and use it in GitHub Desktop.
Output from installing panda with perl6 bootstrap.pl
% perl6 bootstrap.pl
Submodule 'ext/File__Find' () registered for path 'ext/File__Find'
Submodule 'ext/JSON__Tiny' () registered for path 'ext/JSON__Tiny'
Submodule 'ext/Shell__Command' () registered for path 'ext/Shell__Command'
==> Bootstrapping Panda
==> Fetching File::Find
==> Building File::Find
Compiling lib/File/Find.pm
==> Testing File::Find
t/01-file-find.t .. ok
All tests successful.
Files=1, Tests=10, 20 wallclock secs ( 0.03 usr 0.00 sys + 27.96 cusr 1.11 csys = 29.10 CPU)
Result: PASS
==> Installing File::Find
Copying blib/lib/File/Find.pm to /Users/donaldh/git/rakudo/install-jvm/languages/perl6/site/lib/File/Find.pm
Copying blib/lib/File/Find.jar to /Users/donaldh/git/rakudo/install-jvm/languages/perl6/site/lib/File/Find.jar
==> Successfully installed File::Find
==> Fetching Shell::Command
==> Building Shell::Command
Compiling lib/Shell/Command.pm
==> Testing Shell::Command
t/02-shell-command.t .. ok
All tests successful.
Files=1, Tests=12, 18 wallclock secs ( 0.03 usr 0.01 sys + 23.65 cusr 0.92 csys = 24.61 CPU)
Result: PASS
==> Installing Shell::Command
Copying blib/lib/Shell/Command.pm to /Users/donaldh/git/rakudo/install-jvm/languages/perl6/site/lib/Shell/Command.pm
Copying blib/lib/Shell/Command.jar to /Users/donaldh/git/rakudo/install-jvm/languages/perl6/site/lib/Shell/Command.jar
==> Successfully installed Shell::Command
==> Fetching JSON::Tiny
==> Building JSON::Tiny
Compiling lib/JSON/Tiny/Actions.pm
Compiling lib/JSON/Tiny/Grammar.pm
Compiling lib/JSON/Tiny.pm
==> 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=119, 65 wallclock secs ( 0.07 usr 0.02 sys + 86.37 cusr 3.29 csys = 89.75 CPU)
Result: PASS
==> Installing JSON::Tiny
Copying blib/lib/JSON/Tiny.pm to /Users/donaldh/git/rakudo/install-jvm/languages/perl6/site/lib/JSON/Tiny.pm
Copying blib/lib/JSON/Tiny/Actions.pm to /Users/donaldh/git/rakudo/install-jvm/languages/perl6/site/lib/JSON/Tiny/Actions.pm
Copying blib/lib/JSON/Tiny/Grammar.pm to /Users/donaldh/git/rakudo/install-jvm/languages/perl6/site/lib/JSON/Tiny/Grammar.pm
Copying blib/lib/JSON/Tiny.jar to /Users/donaldh/git/rakudo/install-jvm/languages/perl6/site/lib/JSON/Tiny.jar
Copying blib/lib/JSON/Tiny/Actions.jar to /Users/donaldh/git/rakudo/install-jvm/languages/perl6/site/lib/JSON/Tiny/Actions.jar
Copying blib/lib/JSON/Tiny/Grammar.jar to /Users/donaldh/git/rakudo/install-jvm/languages/perl6/site/lib/JSON/Tiny/Grammar.jar
==> Successfully installed JSON::Tiny
==> Fetching panda
==> Building panda
Compiling lib/Panda/Project.pm
Compiling lib/Panda/Ecosystem.pm
Compiling lib/Panda/Fetcher.pm
Compiling lib/Panda/Common.pm
Compiling lib/Panda/Builder.pm
Compiling lib/Panda/Tester.pm
Compiling lib/Panda/Installer.pm
Compiling lib/Panda.pm
Compiling lib/Panda/App.pm
==> Testing panda
t/builder.t .... Failed 1/7 subtests
t/common.t ..... ok
t/ecosystem.t .. use of uninitialized value of type Any in string context
use of uninitialized value of type Any in string context
use of uninitialized value of type Any in string context
t/ecosystem.t .. ok
t/installer.t .. Copying blib/lib/bar.pod to /Users/donaldh/git/panda/.work/1378374220_7/removeme/lib/bar.pod
Copying blib/lib/baz.js to /Users/donaldh/git/panda/.work/1378374220_7/removeme/lib/baz.js
Copying blib/lib/foo.pir to /Users/donaldh/git/panda/.work/1378374220_7/removeme/lib/foo.pir
Copying blib/lib/foo.pm to /Users/donaldh/git/panda/.work/1378374220_7/removeme/lib/foo.pm
Copying bin/bar to /Users/donaldh/git/panda/.work/1378374220_7/removeme/bin/bar
t/installer.t .. Failed 1/8 subtests
t/tester.t ..... 1/2 Exception in thread "main" org.perl6.nqp.runtime.LexoticException
at org.perl6.nqp.runtime.ThreadContext.<init>(ThreadContext.java:112)
at org.perl6.nqp.runtime.GlobalContext.getCurrentThreadContext(GlobalContext.java:304)
at org.perl6.nqp.runtime.GlobalContext.<init>(GlobalContext.java:222)
at org.perl6.nqp.runtime.CompilationUnit.enterFromMain(CompilationUnit.java:59)
at perl6.main(src/gen/main.nqp)
t/tester.t ..... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
Test Summary Report
-------------------
t/builder.t (Wstat: 0 Tests: 7 Failed: 1)
Failed test: 2
t/installer.t (Wstat: 0 Tests: 8 Failed: 1)
Failed test: 8
t/tester.t (Wstat: 256 Tests: 1 Failed: 0)
Non-zero exit status: 1
Parse errors: Bad plan. You planned 2 tests but ran 1.
Files=5, Tests=32, 123 wallclock secs ( 0.05 usr 0.02 sys + 149.45 cusr 7.11 csys = 156.63 CPU)
Result: FAIL
Exception in thread "main" org.perl6.nqp.runtime.LexoticException
at org.perl6.nqp.runtime.ThreadContext.<init>(ThreadContext.java:112)
at org.perl6.nqp.runtime.GlobalContext.getCurrentThreadContext(GlobalContext.java:304)
at org.perl6.nqp.runtime.GlobalContext.<init>(GlobalContext.java:222)
at org.perl6.nqp.runtime.CompilationUnit.enterFromMain(CompilationUnit.java:59)
at perl6.main(src/gen/main.nqp)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment