Skip to content

Instantly share code, notes, and snippets.

@coetry
Created November 28, 2015 00:05
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 coetry/e8beb4d6bd16748dd9e7 to your computer and use it in GitHub Desktop.
Save coetry/e8beb4d6bd16748dd9e7 to your computer and use it in GitHub Desktop.
Inline::Perl5 problems
Allens-MacBook-Pro:~ allen$ panda install Inline::Perl5
==> Inline::Perl5 depends on File::Temp
==> Fetching File::Temp
==> Building File::Temp
==> Testing File::Temp
===SORRY!===
Type check failed in binding <anon>; expected 'Positional' but got 'Str'
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/uKerTPozbe was unlinked'
# at t/tempfile.t line 24
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/foo6cG1F8I9kH was unlinked'
# at t/tempfile.t line 24
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/iY9iVq5kkz.txt was unlinked'
# at t/tempfile.t line 24
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/VEaLTAavoE was unlinked'
# at t/tempfile.t line 24
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/foo4IZnp65HoO was unlinked'
# at t/tempfile.t line 24
# Looks like you failed 5 tests of 14
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/cEEJEzZYqj still exists'
# at t/tempfile.t line 12
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/ePgx2TkA8n still exists'
# at t/tempfile.t line 12
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/uKerTPozbe was unlinked'
# at t/tempfile.t line 24
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/foo6cG1F8I9kH was unlinked'
# at t/tempfile.t line 24
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/iY9iVq5kkz.txt was unlinked'
# at t/tempfile.t line 24
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/VEaLTAavoE was unlinked'
# at t/tempfile.t line 24
# Failed test 'file /var/folders/gg/fx7c_rc129d5zfmxc04d23f80000gn/T/foo4IZnp65HoO was unlinked'
# at t/tempfile.t line 24
t/tempfile.t ..
Dubious, test returned 12 (wstat 3072, 0xc00)
Failed 5/14 subtests
Test Summary Report
-------------------
t/tempfile.t (Wstat: 3072 Tests: 21 Failed: 12)
Failed tests: 10-21
Non-zero exit status: 12
Parse errors: Bad plan. You planned 14 tests but ran 21.
Files=1, Tests=21, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.83 cusr 0.06 csys = 0.92 CPU)
Result: FAIL
test stage failed for File::Temp: Tests failed
in method install at /usr/local/Cellar/rakudo-star/2015.09/share/perl6/lib/Panda.pm:142
in block at /usr/local/Cellar/rakudo-star/2015.09/share/perl6/lib/Panda.pm:214
in method resolve at /usr/local/Cellar/rakudo-star/2015.09/share/perl6/lib/Panda.pm:208
in sub MAIN at /usr/local/bin/panda:18
in block <unit> at /usr/local/bin/panda:95
Failure Summary
----------------
Inline::Perl5(
*test stage failed for File::Temp: Tests failed)
Allens-MacBook-Pro:~ allen$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment