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

Algorithm::Trie::libdatrie #573

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module Algorithm::Trie::libdatrie 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: Algorithm::Trie::libdatrie
===> Found: Algorithm::Trie::libdatrie:ver<0.2>:auth<github:zengargoyle> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: Algorithm::Trie::libdatrie:ver<0.2>:auth<github:zengargoyle> to /home/alex/Blin/data/zef-data/tmp/1551237752.16844.8490/p6-Algorithm-Trie-libdatrie.git
===> Extraction [OK]: Algorithm::Trie::libdatrie to /home/alex/Blin/data/zef-data/store/p6-Algorithm-Trie-libdatrie.git
===> Building: Algorithm::Trie::libdatrie:ver<0.2>:auth<github:zengargoyle>
Command: /tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/bin/perl6 -Ilib -e require '/home/alex/Blin/data/zef-data/store/p6-Algorithm-Trie-libdatrie.git/a6264a5176941b25f7f5d30c9d41d40cde5d088e/Build.pm'; ::('Build').new.build('/home/alex/Blin/data/zef-data/store/p6-Algorithm-Trie-libdatrie.git/a6264a5176941b25f7f5d30c9d41d40cde5d088e') ?? exit(0) !! exit(1);
Building libdatrie
gcc -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -I. -o alpha-map.o alpha-map.c
gcc -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -I. -o darray.o darray.c
gcc -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -I. -o dstring.o dstring.c
gcc -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -I. -o fileutils.o fileutils.c
gcc -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -I. -o tail.o tail.c
gcc -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -I. -o trie.o trie.c
gcc -c -fPIC -Werror=declaration-after-statement -Werror=pointer-arith -O3 -DNDEBUG  -D_REENTRANT -D_FILE_OFFSET_BITS=64 -fPIC -I. -o trie-string.o trie-string.c
gcc -shared -fPIC  -O3 -DNDEBUG -Wl,-rpath,"//tmp/whateverable/rakudo-moar/845433b47f415c73e9e7cdbfd0423a793b829910/lib"  -lm -lpthread -lrt -ldl -o /home/alex/Blin/data/zef-data/store/p6-Algorithm-Trie-libdatrie.git/a6264a5176941b25f7f5d30c9d41d40cde5d088e/lib/../resources/lib/libdatrie.so alpha-map.o darray.o dstring.o fileutils.o tail.o trie.o trie-string.o
===> Building [OK] for Algorithm::Trie::libdatrie:ver<0.2>:auth<github:zengargoyle>
===> Testing: Algorithm::Trie::libdatrie:ver<0.2>:auth<github:zengargoyle>
t/01-basic.t .......... ok
t/02-trie.t ........... ok
t/03-trie_iterator.t .. ok
# Failed test 'can walk to 'o','r''
# at t/04-trie_state.t line 35
# expected: 'r o'
#      got: 'o r'
# Failed test 'can walk to 'e', 'i', 'o''
# at t/04-trie_state.t line 50
# expected: 'e i o'
#      got: 'i o e'
# Looks like you failed 2 tests of 24
t/04-trie_state.t ..... 
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/24 subtests 

Test Summary Report
-------------------
t/04-trie_state.t   (Wstat: 512 Tests: 24 Failed: 2)
  Failed tests:  6, 16
  Non-zero exit status: 2
Files=4, Tests=42, 13 wallclock secs ( 0.05 usr  0.01 sys + 10.74 cusr  0.46 csys = 11.26 CPU)
Result: FAIL
===> Testing [FAIL]: Algorithm::Trie::libdatrie:ver<0.2>:auth<github:zengargoyle>
Failed to get passing tests, but continuing with --force-test
===> Installing: Algorithm::Trie::libdatrie:ver<0.2>:auth<github:zengargoyle>
===> Install [OK] for Algorithm::Trie::libdatrie:ver<0.2>:auth<github:zengargoyle>

Ping @zengargoyle

Previous ticket: #330

AlexDaniel commented 5 years ago

There's a PR: https://github.com/zengargoyle/p6-Algorithm-Trie-libdatrie/pull/2