Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Oct 23, 2015
1 parent d4d7fdc commit c6be89a
Show file tree
Hide file tree
Showing 9 changed files with 168 additions and 216 deletions.
10 changes: 5 additions & 5 deletions log/MoarVM-build.log
@@ -1,6 +1,6 @@
== Configuring and building Rakudo
cd rakudo && /home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install --backends=moar && make
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2015.09.1-150-g255ddbf / MoarVM 2015.10).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2015.10-9-gb46902b / MoarVM 2015.10-2-gf80c129).
Cleaning up ...

You can now use 'make' to build Rakudo.
Expand Down Expand Up @@ -49,12 +49,12 @@ gcc -L/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/instal
The following step can take a long time, please be patient.
/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar --libpath="/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/share/nqp/lib" perl6.moarvm --setting=NULL --ll-exception --optimize=3 --target=mbc --stagestats --output=CORE.setting.moarvm gen/moar/m-CORE.setting
Stage start : 0.000
Stage parse : 48.685
Stage parse : 45.205
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 8.364
Stage mast : 15.045
Stage mbc : 0.182
Stage optimize : 8.328
Stage mast : 14.859
Stage mbc : 0.166
/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar --libpath="/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/share/nqp/lib" perl6.moarvm --target=mbc --ll-exception --output=RESTRICTED.setting.moarvm src/RESTRICTED.setting
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl -MExtUtils::Command -e rm_f perl6-m
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl tools/build/create-moar-runner.pl "/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar" perl6.moarvm perl6-m . "" "/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/share/nqp/lib" .
Expand Down
17 changes: 2 additions & 15 deletions log/MoarVM-configure.log
Expand Up @@ -163,19 +163,6 @@ compiling src/strings/nfg.o
compiling src/strings/ops.o
generating src/strings/unicode.c
compiling src/strings/unicode.o
src/strings/unicode.c: In function ‘MVM_unicode_get_case_change’:
src/strings/unicode.c:48389:25: warning: assignment discards ‘const’ qualifier from pointer target type
*result = &(CaseFolding_simple_table[folding_index]);
^
src/strings/unicode.c:48396:25: warning: assignment discards ‘const’ qualifier from pointer target type
*result = &(CaseFolding_grows_table[folding_index][0]);
^
src/strings/unicode.c:48408:25: warning: assignment discards ‘const’ qualifier from pointer target type
*result = SpecialCasing_table[special_casing_index][case_];
^
src/strings/unicode.c:48415:39: warning: initialization discards ‘const’ qualifier from pointer target type
MVMCodepoint *found = &(case_changes[changes_index][case_]);
^
compiling src/strings/normalize.o
compiling src/strings/latin1.o
compiling src/strings/utf16.o
Expand Down Expand Up @@ -494,7 +481,7 @@ linking moar
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/include/dyncall
Building NQP ...
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install --backends=moar --make-install
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2015.10, which is new enough.
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2015.10-2-gf80c129, which is new enough.
Cleaning up ...
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl tools/build/gen-cat.pl moar src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp > gen/moar/stage1/nqpmo.nqp
Expand Down Expand Up @@ -631,7 +618,7 @@ Cleaning up ...
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl -MExtUtils::Command -e chmod 755 /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp

NQP has been built and installed.
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2015.09.1-150-g255ddbf / MoarVM 2015.10).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2015.10-9-gb46902b / MoarVM 2015.10-2-gf80c129).

Creating Makefile ...
Cleaning up ...
Expand Down
54 changes: 27 additions & 27 deletions log/MoarVM-test-modules.log
Expand Up @@ -3,40 +3,40 @@ Testing modules/xml-writer with /home/coke/sandbox/rakudo-star-daily/star-MoarVM
t/escaping.t ... ok
t/structure.t .. ok
All tests successful.
Files=2, Tests=11, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.58 cusr 0.05 csys = 0.65 CPU)
Files=2, Tests=11, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.64 cusr 0.04 csys = 0.72 CPU)
Result: PASS

Testing modules/svg with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/basics.t .. ok
All tests successful.
Files=1, Tests=3, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.29 cusr 0.02 csys = 0.33 CPU)
Files=1, Tests=3, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.31 cusr 0.02 csys = 0.35 CPU)
Result: PASS

Testing modules/svg-plot with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/series.t .. ok
t/ticks.t ... ok
All tests successful.
Files=2, Tests=10, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.59 cusr 0.03 csys = 0.65 CPU)
Files=2, Tests=10, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.61 cusr 0.04 csys = 0.67 CPU)
Result: PASS

Testing modules/Terminal-ANSIColor with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/00-load.t .. ok
All tests successful.
Files=1, Tests=1, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.18 cusr 0.02 csys = 0.23 CPU)
Files=1, Tests=1, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.22 cusr 0.02 csys = 0.26 CPU)
Result: PASS

Testing modules/test-mock with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/returning.t .. ok
t/synopsis.t ... ok
t/with.t ....... ok
All tests successful.
Files=3, Tests=13, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.87 cusr 0.08 csys = 0.97 CPU)
Files=3, Tests=13, 1 wallclock secs ( 0.03 usr 0.01 sys + 0.84 cusr 0.08 csys = 0.96 CPU)
Result: PASS

Testing modules/Grammar-Profiler-Simple with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/csv.t .. ok
All tests successful.
Files=1, Tests=15, 0 wallclock secs ( 0.01 usr 0.02 sys + 0.40 cusr 0.03 csys = 0.46 CPU)
Files=1, Tests=15, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.44 cusr 0.03 csys = 0.49 CPU)
Result: PASS

Testing modules/grammar-debugger with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -65,7 +65,7 @@ t/debugger.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
t/tracer.t (Wstat: 0 Tests: 0 Failed: 0)
Parse errors: No plan found in TAP output
Files=2, Tests=0, 1 wallclock secs ( 0.01 usr 0.00 sys + 0.54 cusr 0.05 csys = 0.60 CPU)
Files=2, Tests=0, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.54 cusr 0.05 csys = 0.62 CPU)
Result: FAIL

Testing modules/Perl6-MIME-Base64 with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -74,7 +74,7 @@ t/binary-and-long-line.t .. ok
t/oneline.t ............... ok
t/rfc4648-test-vector.t ... ok
All tests successful.
Files=4, Tests=47, 2 wallclock secs ( 0.04 usr 0.00 sys + 2.19 cusr 0.10 csys = 2.33 CPU)
Files=4, Tests=47, 1 wallclock secs ( 0.03 usr 0.00 sys + 1.75 cusr 0.11 csys = 1.89 CPU)
Result: PASS

Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -83,7 +83,7 @@ t/escape.t ............... ok
t/november-urlencoded.t .. ok
t/rfc-3986-examples.t .... ok
All tests successful.
Files=4, Tests=92, 3 wallclock secs ( 0.04 usr 0.00 sys + 2.40 cusr 0.12 csys = 2.56 CPU)
Files=4, Tests=92, 2 wallclock secs ( 0.05 usr 0.00 sys + 1.99 cusr 0.10 csys = 2.14 CPU)
Result: PASS

Testing modules/perl6-lwp-simple with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -101,7 +101,7 @@ t/parse-url.t ................... ok
t/socket-sanity.t ............... ok
t/stringify-headers.t ........... ok
All tests successful.
Files=13, Tests=57, 13 wallclock secs ( 0.06 usr 0.01 sys + 8.61 cusr 0.48 csys = 9.16 CPU)
Files=13, Tests=56, 18 wallclock secs ( 0.05 usr 0.02 sys + 8.16 cusr 0.52 csys = 8.75 CPU)
Result: PASS

Testing modules/json with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -111,26 +111,26 @@ t/03-unicode.t .... ok
t/04-roundtrip.t .. ok
t/05-utf16.t ...... ok
All tests successful.
Files=5, Tests=122, 3 wallclock secs ( 0.06 usr 0.00 sys + 2.64 cusr 0.14 csys = 2.84 CPU)
Files=5, Tests=122, 2 wallclock secs ( 0.04 usr 0.02 sys + 2.59 cusr 0.16 csys = 2.81 CPU)
Result: PASS

Testing modules/perl6-digest-md5 with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/0-load-module.t .. ok
t/perl5-compat.t ... ok
All tests successful.
Files=2, Tests=19, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.90 cusr 0.06 csys = 0.99 CPU)
Files=2, Tests=19, 0 wallclock secs ( 0.04 usr 0.00 sys + 0.84 cusr 0.06 csys = 0.94 CPU)
Result: PASS

Testing modules/file-find with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/01-file-find.t .. ok
All tests successful.
Files=1, Tests=11, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.72 cusr 0.02 csys = 0.76 CPU)
Files=1, Tests=11, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.57 cusr 0.02 csys = 0.61 CPU)
Result: PASS

Testing modules/shell-command with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/02-shell-command.t .. ok
All tests successful.
Files=1, Tests=14, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.62 cusr 0.03 csys = 0.68 CPU)
Files=1, Tests=16, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.68 cusr 0.03 csys = 0.74 CPU)
Result: PASS

Testing modules/json_fast with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -139,7 +139,7 @@ t/02-structure.t .. ok
t/03-unicode.t .... ok
t/04-roundtrip.t .. ok
All tests successful.
Files=4, Tests=120, 2 wallclock secs ( 0.04 usr 0.00 sys + 1.47 cusr 0.14 csys = 1.65 CPU)
Files=4, Tests=120, 2 wallclock secs ( 0.05 usr 0.00 sys + 1.43 cusr 0.12 csys = 1.60 CPU)
Result: PASS

Testing modules/panda with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -156,14 +156,14 @@ Copying bin/bar to /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-
t/installer.t .. ok
t/tester.t ..... ok
All tests successful.
Files=5, Tests=31, 3 wallclock secs ( 0.04 usr 0.00 sys + 2.85 cusr 0.25 csys = 3.14 CPU)
Files=5, Tests=31, 3 wallclock secs ( 0.04 usr 0.00 sys + 2.71 cusr 0.22 csys = 2.97 CPU)
Result: PASS

Testing modules/perl6-http-status with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/01-basic.t ..... ok
t/02-is-tests.t .. ok
All tests successful.
Files=2, Tests=46, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.46 cusr 0.06 csys = 0.55 CPU)
Files=2, Tests=46, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.54 cusr 0.04 csys = 0.61 CPU)
Result: PASS

Testing modules/p6-Template-Mustache with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -176,14 +176,14 @@ t/50-readme.t ...... ok
t/91-specs.t ....... ok
t/92-specs-file.t .. ok
All tests successful.
Files=8, Tests=27, 4 wallclock secs ( 0.04 usr 0.01 sys + 3.67 cusr 0.23 csys = 3.95 CPU)
Files=8, Tests=27, 3 wallclock secs ( 0.04 usr 0.01 sys + 3.20 cusr 0.24 csys = 3.49 CPU)
Result: PASS

Testing modules/PSGI with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/encode-psgi-response.t .. ok
t/populate-psgi-env.t ..... ok
All tests successful.
Files=2, Tests=28, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.74 cusr 0.07 csys = 0.84 CPU)
Files=2, Tests=28, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.72 cusr 0.07 csys = 0.82 CPU)
Result: PASS

Testing modules/perl6-http-easy with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -198,7 +198,7 @@ t/01-template.t .. ok
t/02-complex.t ... ok
t/03-capture.t ... ok
All tests successful.
Files=4, Tests=22, 1 wallclock secs ( 0.05 usr 0.00 sys + 1.39 cusr 0.09 csys = 1.53 CPU)
Files=4, Tests=22, 1 wallclock secs ( 0.03 usr 0.01 sys + 1.54 cusr 0.09 csys = 1.67 CPU)
Result: PASS

Testing modules/Bailador with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -210,7 +210,7 @@ t/05-post-content.t ........ ok
t/06-cookies.t ............. ok
t/07-errors.t .............. ok
All tests successful.
Files=7, Tests=551, 11 wallclock secs ( 0.13 usr 0.01 sys + 10.84 cusr 0.28 csys = 11.26 CPU)
Files=7, Tests=551, 10 wallclock secs ( 0.15 usr 0.01 sys + 9.64 cusr 0.25 csys = 10.05 CPU)
Result: PASS

Testing modules/DBIish with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -229,14 +229,14 @@ t/35-Pg-common.t .......... ok
t/40-sqlite-common.t ...... ok
t/41-sqlite-exec-error.t .. ok
All tests successful.
Files=8, Tests=260, 7 wallclock secs ( 0.06 usr 0.00 sys + 6.58 cusr 0.30 csys = 6.94 CPU)
Files=8, Tests=260, 6 wallclock secs ( 0.05 usr 0.01 sys + 5.83 cusr 0.25 csys = 6.14 CPU)
Result: PASS

Testing modules/jsonrpc with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/client.t .. ok
t/server.t .. ok
All tests successful.
Files=2, Tests=68, 12 wallclock secs ( 0.04 usr 0.00 sys + 11.04 cusr 0.16 csys = 11.24 CPU)
Files=2, Tests=68, 10 wallclock secs ( 0.03 usr 0.01 sys + 10.43 cusr 0.14 csys = 10.61 CPU)
Result: PASS

Testing modules/Pod-To-HTML with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -245,27 +245,27 @@ t/02-code.t ..... ok
t/03-comment.t .. ok
t/04-lists.t .... ok
All tests successful.
Files=4, Tests=9, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.44 cusr 0.12 csys = 1.59 CPU)
Files=4, Tests=9, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.62 cusr 0.09 csys = 1.74 CPU)
Result: PASS

Testing modules/p6-file-directory-tree with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/basic.t .. ok
All tests successful.
Files=1, Tests=7, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.44 cusr 0.03 csys = 0.49 CPU)
Files=1, Tests=7, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.45 cusr 0.04 csys = 0.51 CPU)
Result: PASS

Testing modules/p6-File-Temp with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/tempfile.t .. ok
All tests successful.
Files=1, Tests=14, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.51 cusr 0.02 csys = 0.55 CPU)
Files=1, Tests=14, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.53 cusr 0.02 csys = 0.57 CPU)
Result: PASS

Testing modules/doc with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/pod-convenience.t .. ok
t/pod-htmlify.t ...... ok
t/typegraph.t ........ ok
All tests successful.
Files=3, Tests=22, 3 wallclock secs ( 0.03 usr 0.01 sys + 2.82 cusr 0.08 csys = 2.94 CPU)
Files=3, Tests=22, 3 wallclock secs ( 0.04 usr 0.00 sys + 2.79 cusr 0.14 csys = 2.97 CPU)
Result: PASS

Testing modules/debugger-ui-commandline with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down
2 changes: 1 addition & 1 deletion log/MoarVM-test-rakudo.log
Expand Up @@ -46,6 +46,6 @@ t/04-nativecall/15-rw-args.t ......... ok
t/04-nativecall/16-rt125408.t ........ ok
t/04-nativecall/16-rt125729.t ........ ok
All tests successful.
Files=44, Tests=566, 36 wallclock secs ( 0.17 usr 0.03 sys + 33.87 cusr 1.42 csys = 35.49 CPU)
Files=44, Tests=566, 35 wallclock secs ( 0.17 usr 0.05 sys + 32.54 cusr 1.67 csys = 34.43 CPU)
Result: PASS
make[1]: Leaving directory '/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo'

0 comments on commit c6be89a

Please sign in to comment.