Skip to content

Instantly share code, notes, and snippets.

@stmuk
Created August 19, 2018 18:01
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 stmuk/5d7cc630d249e895a27551ced270eefd to your computer and use it in GitHub Desktop.
Save stmuk/5d7cc630d249e895a27551ced270eefd to your computer and use it in GitHub Desktop.
This is Rakudo version 2018.06-454-gfd6f512be built on MoarVM version 2018.06-428-g727767006
===> Testing: OpenSSL:ver<0.1.20>:auth<github:sergot>
# Failed test 'new 2/3'
# at t/01-basic.t line 9
# expected: '769'
# got: '-1725869072'
# Failed test 'new 3/3'
# at t/01-basic.t line 15
# expected: '65536'
# got: '-1725869072'
# Looks like you failed 2 tests of 9
t/01-basic.t ...........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/9 subtests
# NETWORK_TESTING was not set
t/02-socket.t .......... ok
t/03-rsa.t ............. ok
t/04-crypt.t ........... ok
t/05-digest.t .......... ok
t/06-digest-md5.t ...... ok
t/07-version.t ......... ok
Cannot locate symbol 'OPENSSL_sk_num' in native library 'libssl.so'
in method setup at /home/steve/sandbox/rakudo/install/share/perl6/sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 283
in method CALL-ME at /home/steve/sandbox/rakudo/install/share/perl6/sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 570
in block <unit> at t/10-client-ca-file.t line 10
# Looks like you planned 7 tests, but ran 1
t/10-client-ca-file.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 6/7 subtests# NETWORK_TESTING was not set
t/15-issue-36.t ........ ok
Test Summary Report
-------------------
t/01-basic.t (Wstat: 512 Tests: 9 Failed: 2)
Failed tests: 2-3
Non-zero exit status: 2
t/10-client-ca-file.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 7 tests but ran 1.
Files=9, Tests=52, 95 wallclock secs ( 0.17 usr 0.09 sys + 117.43 cusr 24.57 csys = 142.26 CPU)
Result: FAIL
===> Testing [FAIL]: OpenSSL:ver<0.1.20>:auth<github:sergot>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment