Skip to content

Instantly share code, notes, and snippets.

@tadzik
Created April 13, 2015 11:39
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 tadzik/22999b3fbb06069ab994 to your computer and use it in GitHub Desktop.
Save tadzik/22999b3fbb06069ab994 to your computer and use it in GitHub Desktop.
==> Testing OpenSSL
This representation (NativeRef) cannot unbox to a native int
in method CALL-ME at lib/NativeCall.pm:247
in method write at lib/OpenSSL.pm6:175
in method write at lib/OpenSSL.pm6:166
in block <unit> at t/01-basic.t:22
# Looks like you planned 9 tests, but ran 6
t/01-basic.t ...
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/9 subtests
This representation (NativeRef) cannot unbox to a native int
in method CALL-ME at lib/NativeCall.pm:247
in method write at lib/OpenSSL.pm6:175
in method write at lib/OpenSSL.pm6:166
in sub fetch at t/02-socket.t:29
in block <unit> at t/02-socket.t:6
# Looks like you planned 4 tests, but ran 2
t/02-socket.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 2/4 subtests
t/03-rsa.t ..... ok
t/04-crypt.t ... ok
Test Summary Report
-------------------
t/01-basic.t (Wstat: 65280 Tests: 6 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 9 tests but ran 6.
t/02-socket.t (Wstat: 65280 Tests: 2 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 4 tests but ran 2.
Files=4, Tests=21, 6 wallclock secs ( 0.04 usr 0.01 sys + 4.73 cusr 0.16 csys = 4.94 CPU)
Result: FAIL
test stage failed for OpenSSL: Tests failed
in method install at lib/Panda.pm:127
in block at lib/Panda.pm:1
in method resolve at lib/Panda.pm:188
in sub MAIN at /home/tadzik/.rakudobrew/moar-nom/install/share/perl6/site/75:20
in sub MAIN at /home/tadzik/.rakudobrew/moar-nom/install/share/perl6/site/75:18
in block <unit> at /home/tadzik/.rakudobrew/moar-nom/install/share/perl6/site/75:82
Failure Summary
----------------
IO::Socket::SSL
*test stage failed for OpenSSL: Tests failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment