Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sum #521

Open
AlexDaniel opened this issue Feb 8, 2019 · 1 comment
Open

Sum #521

AlexDaniel opened this issue Feb 8, 2019 · 1 comment

Comments

@AlexDaniel
Copy link
Member

Module Sum cannot be installed (AlwaysFail), perhaps it has some failing tests.

  • Tickets are opened/closed in this repo automatically (though not immediately).
  • If you can install the module without any problems, add works for me label, leave a comment saying that it works for you and mention any details that you feel are important.
  • If it needs a native library, put native dependency label, describe what you did to install it and ensure that same instructions are present in the README file of the module (otherwise submit a pull request). Also try to update this wiki page.
  • If the module is broken, try to fix it and send a PR. Add PR sent label.
  • If there is a problem in one of the dependencies, add failing dependency label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.
  • It is a good idea to assign yourself to this ticket if you're working on it (to make sure two or more people are not working on the same ticket at the same time).
  • Once you are done, search for a next ticket.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: Sum
===> Found: Sum:ver<.0.1.0> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Sum:ver<.0.1.0> to /home/alex/Blin/data/zef-data/tmp/1549579636.17319.765/perl6sum.git
===> Extraction [OK]: Sum to /home/alex/Blin/data/zef-data/store/perl6sum.git
===> Testing: Sum:ver<.0.1.0>
===SORRY!===
P6M Merging GLOBAL symbols failed: duplicate definition of symbol $synopsis
t/adler.t ............. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
P6M Merging GLOBAL symbols failed: duplicate definition of symbol $synopsis
t/crc.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
�[31m===�[0mSORRY!�[31m===�[0m
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> �[32mclass Sum�[33m⏏�[31m {�[0m
    expecting any of:
        generic role
Other potential difficulties:
    The returning type of 'nid' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):139
    ------> �[32mour sub nid(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):142
    ------> �[32mour sub size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'block_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):145
    ------> �[32mb block_size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'init' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):201
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    In 'update' routine declaration - Not an accepted NativeCall type for parameter [3] $len : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'update' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'final' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):210
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'copy' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):213
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m

t/gost.t .............. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
�[31m===�[0mSORRY!�[31m===�[0m
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> �[32mclass Sum�[33m⏏�[31m {�[0m
    expecting any of:
        generic role
Other potential difficulties:
    The returning type of 'nid' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):139
    ------> �[32mour sub nid(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):142
    ------> �[32mour sub size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'block_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):145
    ------> �[32mb block_size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'init' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):201
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    In 'update' routine declaration - Not an accepted NativeCall type for parameter [3] $len : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'update' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'final' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):210
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'copy' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):213
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m

t/has.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
�[31m===�[0mSORRY!�[31m===�[0m
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> �[32mclass Sum�[33m⏏�[31m {�[0m
    expecting any of:
        generic role
Other potential difficulties:
    The returning type of 'nid' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):139
    ------> �[32mour sub nid(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):142
    ------> �[32mour sub size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'block_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):145
    ------> �[32mb block_size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'init' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):201
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    In 'update' routine declaration - Not an accepted NativeCall type for parameter [3] $len : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'update' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'final' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):210
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'copy' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):213
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m

t/libcrypto.t ......... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
�[31m===�[0mSORRY!�[31m===�[0m
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):337
------> �[32mclass Sum�[33m⏏�[31m {�[0m
    expecting any of:
        generic role
Other potential difficulties:
    The returning type of 'count' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):93
    ------> �[32mour sub count() returns int �[33m⏏�[31mis native('mhash', v2)�[0m
    In 'name' routine declaration - Not an accepted NativeCall type for parameter [1]  : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):104
    ------> �[32mour sub name(int) returns str �[33m⏏�[31mis native('mhash', v2)�[0m
    In 'block_size' routine declaration - Not an accepted NativeCall type for parameter [1]  : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):107
    ------> �[32mour sub block_size(int) returns int �[33m⏏�[31mis native('mhash', v2)�[0m
    The returning type of 'block_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):107
    ------> �[32mour sub block_size(int) returns int �[33m⏏�[31mis native('mhash', v2)�[0m
    In 'pblock_size' routine declaration - Not an accepted NativeCall type for parameter [1]  : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):110
    ------> �[32mour sub pblock_size(int) returns int �[33m⏏�[31mis native('mhash', v2)�[0m
    The returning type of 'pblock_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):110
    ------> �[32mour sub pblock_size(int) returns int �[33m⏏�[31mis native('mhash', v2)�[0m
    In 'init' routine declaration - Not an accepted NativeCall type for parameter [1]  : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):197
    ------> �[32m          �[33m⏏�[31mis native('mhash', v2)�[0m
    In 'mhash' routine declaration - Not an accepted NativeCall type for parameter [3] $len : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):203
    ------> �[32m          �[33m⏏�[31mis native('mhash', v2)�[0m
    The returning type of 'mhash' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):203
    ------> �[32m          �[33m⏏�[31mis native('mhash', v2)�[0m
    The returning type of 'algo' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):212
    ------> �[32m          �[33m⏏�[31mis native('mhash', v2)�[0m

t/libmhash.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
�[31m===�[0mSORRY!�[31m===�[0m
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):439
------> �[32mclass Sum�[33m⏏�[31m {�[0m
    expecting any of:
        generic role
Other potential difficulties:
    In 'transmit' routine declaration - Not an accepted NativeCall type for parameter [1] $msg_id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):122
    ------> �[32m		  �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'count' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):126
    ------> �[32mour sub count returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'digest_size' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):135
    ------> �[32mr sub digest_size (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'digest_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):135
    ------> �[32mr sub digest_size (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'hash_length' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):139
    ------> �[32mr sub hash_length (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'hash_length' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):139
    ------> �[32mr sub hash_length (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'is_base32' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):143
    ------> �[32mour sub is_base32 (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'is_base32' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):143
    ------> �[32mour sub is_base32 (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'name' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):147
    ------> �[32mour sub name (int $id) returns str �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'magnet_name' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):151
    ------> �[32mr sub magnet_name (int $id) returns str �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'init' routine declaration - Not an accepted NativeCall type for parameter [1]  : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):293
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'update' routine declaration - Not an accepted NativeCall type for parameter [3] $len : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):303
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'update' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):303
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'final' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):306
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m

t/librhash.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
�[31m===�[0mSORRY!�[31m===�[0m
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> �[32mclass Sum�[33m⏏�[31m {�[0m
    expecting any of:
        generic role
Other potential difficulties:
    The returning type of 'nid' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):139
    ------> �[32mour sub nid(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):142
    ------> �[32mour sub size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'block_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):145
    ------> �[32mb block_size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'init' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):201
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    In 'update' routine declaration - Not an accepted NativeCall type for parameter [3] $len : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'update' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'final' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):210
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'copy' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):213
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m

t/md.t ................ 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
P6M Merging GLOBAL symbols failed: duplicate definition of symbol $synopsis
t/mdpad.t ............. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
P6M Merging GLOBAL symbols failed: duplicate definition of symbol $synopsis
t/perl5-compat/md5.t .. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
�[31m===�[0mSORRY!�[31m===�[0m
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> �[32mclass Sum�[33m⏏�[31m {�[0m
    expecting any of:
        generic role
Other potential difficulties:
    The returning type of 'nid' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):139
    ------> �[32mour sub nid(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):142
    ------> �[32mour sub size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'block_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):145
    ------> �[32mb block_size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'init' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):201
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    In 'update' routine declaration - Not an accepted NativeCall type for parameter [3] $len : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'update' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'final' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):210
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'copy' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):213
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m

t/sha.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
P6M Merging GLOBAL symbols failed: duplicate definition of symbol $synopsis
t/siphash.t ........... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
�[31m===�[0mSORRY!�[31m===�[0m
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> �[32mclass Sum�[33m⏏�[31m {�[0m
    expecting any of:
        generic role
Other potential difficulties:
    The returning type of 'nid' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):139
    ------> �[32mour sub nid(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):142
    ------> �[32mour sub size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'block_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):145
    ------> �[32mb block_size(OpaquePointer) returns int �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'init' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):201
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    In 'update' routine declaration - Not an accepted NativeCall type for parameter [3] $len : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'update' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):207
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'final' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):210
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m
    The returning type of 'copy' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):213
    ------> �[32m        �[33m⏏�[31mis native('crypto', v0 but False)�[0m

t/sm3.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
# Failed test 'Two Sum::Marshal subroles can compose with same cronies'
# at t/sum.t line 25
# Multi method 'push' with signature :($self: :$diamond where { ... }, *@addends, *%_ --> Failure) must be resolved by class fooC1 because it exists in multiple roles (Sum::Marshal::Method, Sum::Marshal::Method)
Cannot resolve caller append(Foo:D: List:D); none of these signatures match:
    (Any:U \SELF: |values is raw)
  in block <unit> at t/sum.t line 56

# Looks like you planned 80 tests, but ran 22
# Looks like you failed 1 test of 22
t/sum.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 59/80 subtests 
===SORRY!===
P6M Merging GLOBAL symbols failed: duplicate definition of symbol $synopsis
t/tiger.t ............. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 

Test Summary Report
-------------------
t/adler.t           (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/crc.t             (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/gost.t            (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/has.t             (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/libcrypto.t       (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/libmhash.t        (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/librhash.t        (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/md.t              (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/mdpad.t           (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/perl5-compat/md5.t (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/sha.t             (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/siphash.t         (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/sm3.t             (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
t/sum.t             (Wstat: 256 Tests: 22 Failed: 1)
  Failed test:  16
  Non-zero exit status: 1
  Parse errors: Bad plan.  You planned 80 tests but ran 22.
t/tiger.t           (Wstat: 256 Tests: 0 Failed: 0)
  Non-zero exit status: 1
  Parse errors: No plan found in TAP output
Files=15, Tests=22, 90 wallclock secs ( 0.05 usr  0.02 sys + 74.00 cusr  3.56 csys = 77.63 CPU)
Result: FAIL
===> Testing [FAIL]: Sum:ver<.0.1.0>
Failed to get passing tests, but continuing with --force-test
===> Installing: Sum:ver<.0.1.0>
�[31m===�[0mSORRY!�[31m===�[0m
Redeclaration of symbol 'Sum'
at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):439
------> �[32mclass Sum�[33m⏏�[31m {�[0m
    expecting any of:
        generic role
Other potential difficulties:
    In 'transmit' routine declaration - Not an accepted NativeCall type for parameter [1] $msg_id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):122
    ------> �[32m		  �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'count' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):126
    ------> �[32mour sub count returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'digest_size' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):135
    ------> �[32mr sub digest_size (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'digest_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):135
    ------> �[32mr sub digest_size (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'hash_length' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):139
    ------> �[32mr sub hash_length (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'hash_length' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):139
    ------> �[32mr sub hash_length (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'is_base32' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):143
    ------> �[32mour sub is_base32 (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'is_base32' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):143
    ------> �[32mour sub is_base32 (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'name' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):147
    ------> �[32mour sub name (int $id) returns str �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'magnet_name' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):151
    ------> �[32mr sub magnet_name (int $id) returns str �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'init' routine declaration - Not an accepted NativeCall type for parameter [1]  : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):293
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'update' routine declaration - Not an accepted NativeCall type for parameter [3] $len : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):303
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'update' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):303
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'final' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):306
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m


===> Install [FAIL] for Sum:ver<.0.1.0>: �[31m===�[0mSORRY!�[31m===�[0m
Redeclaration of symbol 'Sum'
at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):439
------> �[32mclass Sum�[33m⏏�[31m {�[0m
    expecting any of:
        generic role
Other potential difficulties:
    In 'transmit' routine declaration - Not an accepted NativeCall type for parameter [1] $msg_id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):122
    ------> �[32m		  �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'count' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):126
    ------> �[32mour sub count returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'digest_size' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):135
    ------> �[32mr sub digest_size (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'digest_size' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):135
    ------> �[32mr sub digest_size (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'hash_length' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):139
    ------> �[32mr sub hash_length (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'hash_length' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):139
    ------> �[32mr sub hash_length (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'is_base32' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):143
    ------> �[32mour sub is_base32 (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'is_base32' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):143
    ------> �[32mour sub is_base32 (int $id) returns int �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'name' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):147
    ------> �[32mour sub name (int $id) returns str �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'magnet_name' routine declaration - Not an accepted NativeCall type for parameter [1] $id : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):151
    ------> �[32mr sub magnet_name (int $id) returns str �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'init' routine declaration - Not an accepted NativeCall type for parameter [1]  : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):293
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m
    In 'update' routine declaration - Not an accepted NativeCall type for parameter [3] $len : int
     --> For Numerical type, use the appropriate int32/int64/num64...
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):303
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'update' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):303
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m
    The returning type of 'final' --> int is erroneous. You should not return a non NativeCall supported type (like Int inplace of int32), truncating errors can appear with different architectures
    at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):306
    ------> �[32m          �[33m⏏�[31mis native('rhash', v0)�[0m



Ping @skids

Previous ticket: #55

@AlexDaniel
Copy link
Member Author

See #55 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant