Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

Sum #521

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

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

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 
===SORRY!===
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> class Sum⏏ {
    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
    ------> our sub nid(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> our sub size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> b block_size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)

t/gost.t .............. 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> class Sum⏏ {
    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
    ------> our sub nid(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> our sub size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> b block_size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)

t/has.t ............... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> class Sum⏏ {
    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
    ------> our sub nid(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> our sub size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> b block_size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)

t/libcrypto.t ......... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libmhash.pm6 (Sum::libmhash):337
------> class Sum⏏ {
    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
    ------> our sub count() returns int ⏏is native('mhash', v2)
    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
    ------> our sub name(int) returns str ⏏is native('mhash', v2)
    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
    ------> our sub block_size(int) returns int ⏏is native('mhash', v2)
    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
    ------> our sub block_size(int) returns int ⏏is native('mhash', v2)
    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
    ------> our sub pblock_size(int) returns int ⏏is native('mhash', v2)
    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
    ------> our sub pblock_size(int) returns int ⏏is native('mhash', v2)
    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
    ------>           ⏏is native('mhash', v2)
    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
    ------>           ⏏is native('mhash', v2)
    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
    ------>           ⏏is native('mhash', v2)
    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
    ------>           ⏏is native('mhash', v2)

t/libmhash.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/librhash.pm6 (Sum::librhash):439
------> class Sum⏏ {
    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
    ------>          ⏏is native('rhash', v0)
    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
    ------> our sub count returns int ⏏is native('rhash', v0)
    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
    ------> r sub digest_size (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> r sub digest_size (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> r sub hash_length (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> r sub hash_length (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> our sub is_base32 (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> our sub is_base32 (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> our sub name (int $id) returns str ⏏is native('rhash', v0)
    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
    ------> r sub magnet_name (int $id) returns str ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)

t/librhash.t .......... 
Dubious, test returned 1 (wstat 256, 0x100)
No subtests run 
===SORRY!===
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> class Sum⏏ {
    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
    ------> our sub nid(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> our sub size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> b block_size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)

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 
===SORRY!===
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> class Sum⏏ {
    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
    ------> our sub nid(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> our sub size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> b block_size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)

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 
===SORRY!===
Redeclaration of symbol 'Sum'
at /home/alex/Blin/data/zef-data/store/perl6sum.git/c2a8ac662b0c10dfc85ae05eec674e7be2702906/lib/Sum/libcrypto.pm6 (Sum::libcrypto):344
------> class Sum⏏ {
    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
    ------> our sub nid(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> our sub size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------> b block_size(OpaquePointer) returns int ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)
    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
    ------>         ⏏is native('crypto', v0 but False)

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>
===SORRY!===
Redeclaration of symbol 'Sum'
at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):439
------> class Sum⏏ {
    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
    ------>          ⏏is native('rhash', v0)
    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
    ------> our sub count returns int ⏏is native('rhash', v0)
    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
    ------> r sub digest_size (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> r sub digest_size (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> r sub hash_length (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> r sub hash_length (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> our sub is_base32 (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> our sub is_base32 (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> our sub name (int $id) returns str ⏏is native('rhash', v0)
    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
    ------> r sub magnet_name (int $id) returns str ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)

===> Install [FAIL] for Sum:ver<.0.1.0>: ===SORRY!===
Redeclaration of symbol 'Sum'
at /home/alex/Blin/installed/Sum_v.0.1.0/sources/3F26CEE79BD3A9A6A7D47103992F38ED45C88F4A (Sum::librhash):439
------> class Sum⏏ {
    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
    ------>          ⏏is native('rhash', v0)
    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
    ------> our sub count returns int ⏏is native('rhash', v0)
    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
    ------> r sub digest_size (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> r sub digest_size (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> r sub hash_length (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> r sub hash_length (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> our sub is_base32 (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> our sub is_base32 (int $id) returns int ⏏is native('rhash', v0)
    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
    ------> our sub name (int $id) returns str ⏏is native('rhash', v0)
    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
    ------> r sub magnet_name (int $id) returns str ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)
    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
    ------>           ⏏is native('rhash', v0)

Ping @skids

Previous ticket: #55

AlexDaniel commented 5 years ago

See https://github.com/perl6/ecosystem-unbitrot/issues/55#issuecomment-410444709