Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Tux
Created February 2, 2015 08:32
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/3dd494f8ec889f56e23a to your computer and use it in GitHub Desktop.
Save Tux/3dd494f8ec889f56e23a to your computer and use it in GitHub Desktop.
panda install p6-Inline-Perl5-git
==> Installing Inline::Perl5 from a local directory 'p6-Inline-Perl5-git'
==> Inline::Perl5 depends on NativeCall, LibraryMake
==> Fetching NativeCall
==> Building NativeCall
Compiling lib/NativeCall.pm6 to mbc
==> Testing NativeCall
t/01-argless.t ......... ok
t/02-simple-args.t ..... ok
t/03-simple-returns.t .. ok
t/04-pointers.t ........ ok
t/05-arrays.t .......... ok
t/06-struct.t .......... ok
t/07-writebarrier.t .... ok
t/08-callbacks.t ....... ok
t/09-nativecast.t ...... ok
t/10-cglobals.t ........ ok
All tests successful.
Files=10, Tests=98, 5 wallclock secs ( 0.04 usr 0.00 sys + 4.90 cusr 0.42 csys = 5.36 CPU)
Result: PASS
==> Installing NativeCall
Copying blib/lib/NativeCall.pm6 to /pro/3gl/CPAN/rakudobrew/moar-HEAD/install/languages/perl6/site/lib/NativeCall.pm6
Copying blib/lib/NativeCall.pm6.moarvm to /pro/3gl/CPAN/rakudobrew/moar-HEAD/install/languages/perl6/site/lib/NativeCall.pm6.moarvm
==> Successfully installed NativeCall
==> Fetching LibraryMake
==> Building LibraryMake
Compiling lib/LibraryMake.pm6 to mbc
==> Testing LibraryMake
t/01-basic.t .. ok
All tests successful.
Files=1, Tests=7, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.34 cusr 0.03 csys = 0.39 CPU)
Result: PASS
==> Installing LibraryMake
Copying blib/lib/LibraryMake.pm6 to /pro/3gl/CPAN/rakudobrew/moar-HEAD/install/languages/perl6/site/lib/LibraryMake.pm6
Copying blib/lib/LibraryMake.pm6.moarvm to /pro/3gl/CPAN/rakudobrew/moar-HEAD/install/languages/perl6/site/lib/LibraryMake.pm6.moarvm
==> Successfully installed LibraryMake
==> Fetching Inline::Perl5
==> Building Inline::Perl5
gcc p5helper.c `perl -MExtUtils::Embed -e ccopts -e ldopts` -shared -o /pro/3gl/CPAN/rakudobrew/.panda-work/1422865822_3/blib/lib/Inline/p5helper.so -fPIC -g
Compiling lib/Inline/Perl5.pm6 to mbc
==> Testing Inline::Perl5
t/autoload.t .............. ok
t/call.t ..................
Failed 2/12 subtests
===SORRY!===
No such method '' for invocant of type 'Foo'
t/call_back.t .............
Dubious, test returned 1 (wstat 256, 0x100)
All 96 subtests passed
t/callables.t ............. ok
t/can.t ................... ok
t/eval.t .................. ok
t/eval_return_values.t .... ok
t/exceptions.t ............ ok
t/from.t .................. ok
t/inherit.t ............... ok
# Failed test at t/p5_to_p6.t line 10
# expected: '5.5'
# got: '0'
# Looks like you failed 1 tests of 11
t/p5_to_p6.t ..............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/11 subtests
t/p6_object_destructor.t .. ok
t/p6_to_p5.t .............. ok
t/precomp.t ............... ok
t/use.t ................... ok
t/v6.t .................... ok
Test Summary Report
-------------------
t/call.t (Wstat: 0 Tests: 12 Failed: 2)
Failed tests: 10-11
t/call_back.t (Wstat: 256 Tests: 96 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
t/p5_to_p6.t (Wstat: 256 Tests: 11 Failed: 1)
Failed test: 2
Non-zero exit status: 1
Files=16, Tests=180, 9 wallclock secs ( 0.06 usr 0.02 sys + 9.05 cusr 0.64 csys = 9.77 CPU)
Result: FAIL
test stage failed for Inline::Perl5: Tests failed
in method install at lib/Panda.pm:124
in method resolve at lib/Panda.pm:194
in sub MAIN at /pro/3gl/CPAN/rakudobrew/moar-HEAD/install/languages/perl6/site/bin/panda:20
in sub MAIN at /pro/3gl/CPAN/rakudobrew/moar-HEAD/install/languages/perl6/site/bin/panda:18
in block <unit> at /pro/3gl/CPAN/rakudobrew/moar-HEAD/install/languages/perl6/site/bin/panda:77
Failure Summary
----------------
p6-Inline-Perl5-git
*test stage failed for Inline::Perl5: Tests failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment