You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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>
Module Algorithm::Trie::libdatrie cannot be installed (
AlwaysFail
), perhaps it has some failing tests.works for me
label, leave a comment saying that it works for you and mention any details that you feel are important.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.PR sent
label.failing dependency
label and write a comment explaining the situation. Feel free to work on the corresponding ticket for the failing dependency.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:
Ping @zengargoyle
Previous ticket: #330
The text was updated successfully, but these errors were encountered: