Skip to content

Instantly share code, notes, and snippets.

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 zoffixznet/293e411d0f0c54a9c8ab76b7983123d9 to your computer and use it in GitHub Desktop.
Save zoffixznet/293e411d0f0c54a9c8ab76b7983123d9 to your computer and use it in GitHub Desktop.
zoffix@ZofLap:~$ panda install Crypt::Bcrypt
==> Fetching Crypt::Bcrypt
==> Building Crypt::Bcrypt
gcc -c -fPIC -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -o ext/crypt_blowfish-1.2/crypt_blowfish.o ext/crypt_blowfish-1.2/crypt_blowfish.c
gcc -c -fPIC -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -o ext/crypt_blowfish-1.2/crypt_gensalt.o ext/crypt_blowfish-1.2/crypt_gensalt.c
gcc -c -fPIC -Wdeclaration-after-statement -Werror=declaration-after-statement -O3 -DNDEBUG -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -o ext/crypt_blowfish-1.2/wrapper.o ext/crypt_blowfish-1.2/wrapper.c
gcc -c -o ext/crypt_blowfish-1.2/x86.o ext/crypt_blowfish-1.2/x86.S
gcc -shared -fPIC -s -o /home/zoffix/.panda-work/1460244404_1/blib/lib/crypt_blowfish.so ext/crypt_blowfish-1.2/crypt_blowfish.o ext/crypt_blowfish-1.2/crypt_gensalt.o ext/crypt_blowfish-1.2/wrapper.o ext/crypt_blowfish-1.2/x86.o
==> Testing Crypt::Bcrypt
read bytes requires an object with REPR MVMOSHandle
in method gensalt at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 76
in block <unit> at t/01-basics.t line 8
# Looks like you planned 9 tests, but ran 1
t/01-basics.t ...
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 8/9 subtests
read bytes requires an object with REPR MVMOSHandle
in method gensalt at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 76
in block <unit> at t/02-gensalt.t line 10
t/02-gensalt.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 65/65 subtests
read bytes requires an object with REPR MVMOSHandle
in method gensalt_ptr at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 82
in method hash at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 85
in block <unit> at t/03-hashpw.t line 9
t/03-hashpw.t ...
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 33/33 subtests
Dynamic variable @*INC not found
in sub library at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 26
in sub guess_library_name at sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 192
in method setup at sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 274
in method CALL-ME at sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 290
in method hash at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 89
in block <unit> at t/04-reentry.t line 7
Actually thrown at:
in block at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 27
in sub library at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 24
in sub guess_library_name at sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 192
in method setup at sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 274
in method CALL-ME at sources/24DD121B5B4774C04A7084827BFAD92199756E03 (NativeCall) line 290
in method hash at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 89
in block <unit> at t/04-reentry.t line 7
t/04-reentry.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 14/14 subtests
read bytes requires an object with REPR MVMOSHandle
in method gensalt_ptr at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 82
in method hash at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 85
in block <unit> at t/05-compare.t line 7
t/05-compare.t ..
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 19/19 subtests
read bytes requires an object with REPR MVMOSHandle
in method gensalt_ptr at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 82
in method hash at /home/zoffix/.panda-work/1460244404_1/lib/Crypt/Bcrypt.pm6 (Crypt::Bcrypt) line 85
in block <unit> at t/06-random.t line 21
t/06-random.t ...
Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 150/150 subtests
Test Summary Report
-------------------
t/01-basics.t (Wstat: 65280 Tests: 1 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 9 tests but ran 1.
t/02-gensalt.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 65 tests but ran 0.
t/03-hashpw.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 33 tests but ran 0.
t/04-reentry.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 14 tests but ran 0.
t/05-compare.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 19 tests but ran 0.
t/06-random.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: Bad plan. You planned 150 tests but ran 0.
Files=6, Tests=1, 24 wallclock secs ( 0.04 usr 0.01 sys + 23.48 cusr 0.92 csys = 24.45 CPU)
Result: FAIL
The spawned process exited unsuccessfully (exit code: 1)
in sub run-and-gather-output at sources/24811C576EF8F85E7672B26955C802BB2FC94675 (Panda::Common) line 85
in block at sources/48E2EB9144E069353B240AD2D147B48C65F70152 (Panda::Tester) line 22
in sub indir at sources/24811C576EF8F85E7672B26955C802BB2FC94675 (Panda::Common) line 20
in method test at sources/48E2EB9144E069353B240AD2D147B48C65F70152 (Panda::Tester) line 5
in method install at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A (Panda) line 156
in method resolve at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A (Panda) line 234
in sub MAIN at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/E0D978079BB5081DE986D058BB8AB08252F05CC8 line 18
in block <unit> at /home/zoffix/.rakudobrew/moar-nom/install/share/perl6/site/resources/E0D978079BB5081DE986D058BB8AB08252F05CC8 line 152
zoffix@ZofLap:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment