Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Jun 16, 2014
1 parent 9ff98d1 commit 30f02b2
Show file tree
Hide file tree
Showing 14 changed files with 126 additions and 804 deletions.
10 changes: 5 additions & 5 deletions log/MoarVM-build.log
@@ -1,7 +1,7 @@
== Configuring and building Rakudo
cd rakudo && /usr/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install && make
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (backend moar)
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.05-10-g69c7822 / MoarVM 2014.05-23-gf1ac8e2).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.05-10-g69c7822 / MoarVM 2014.05-123-g87221ba).
Cleaning up ...

You can now use 'make' to build Rakudo.
Expand Down Expand Up @@ -48,12 +48,12 @@ gcc -shared -fPIC -O1 -DNDEBUG -Wl,-rpath,/home/coke/sandbox/rakudo-star-daily/
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/languages/nqp/lib" perl6.moarvm --setting=NULL --ll-exception --optimize=3 --target=mbc --stagestats --output=CORE.setting.moarvm src/gen/m-CORE.setting
Stage start : 0.000
Stage parse : 77.667
Stage parse : 74.295
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 8.609
Stage mast : 29.093
Stage mbc : 1.860
Stage optimize : 7.982
Stage mast : 26.197
Stage mbc : 1.655
/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/languages/nqp/lib" perl6.moarvm --target=mbc --output=RESTRICTED.setting.moarvm src/RESTRICTED.setting
/usr/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/languages/nqp/lib" .
./perl6-m --target=mbc --output=lib/Test.moarvm lib/Test.pm
Expand Down
6 changes: 4 additions & 2 deletions log/MoarVM-configure.log
Expand Up @@ -68,6 +68,7 @@ In file included from src/moar.h:28:0,
^
compiling src/core/continuation.o
compiling src/core/intcache.o
compiling src/core/fixedsizealloc.o
compiling src/gen/config.o
compiling src/gc/orchestrate.o
compiling src/gc/allocation.o
Expand Down Expand Up @@ -148,6 +149,7 @@ compiling src/spesh/optimize.o
compiling src/spesh/deopt.o
compiling src/spesh/log.o
compiling src/spesh/threshold.o
compiling src/spesh/inline.o
compiling src/strings/decode_stream.o
compiling src/strings/ascii.o
compiling src/strings/utf8.o
Expand Down Expand Up @@ -456,7 +458,7 @@ linking moar
/usr/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 ...
/usr/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 2014.05-23-gf1ac8e2, which is new enough.
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2014.05-123-g87221ba, which is new enough.
Cleaning up ...
/usr/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/usr/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 @@ -587,7 +589,7 @@ Cleaning up ...
/usr/bin/perl tools/build/install-moar-runner.pl "" /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install

NQP has been built and installed.
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.05-10-g69c7822 / MoarVM 2014.05-23-gf1ac8e2).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.05-10-g69c7822 / MoarVM 2014.05-123-g87221ba).

Creating Makefile ...
Cleaning up ...
Expand Down
64 changes: 36 additions & 28 deletions log/MoarVM-test-modules.log
Expand Up @@ -113,73 +113,73 @@ Please contact the author to have these calls to deprecated code adapted,
so that this message will disappear!
t/08-callbacks.t ....... ok
All tests successful.
Files=8, Tests=94, 13 wallclock secs ( 0.05 usr 0.01 sys + 11.30 cusr 1.07 csys = 12.43 CPU)
Files=8, Tests=94, 12 wallclock secs ( 0.03 usr 0.03 sys + 10.98 cusr 1.04 csys = 12.08 CPU)
Result: PASS

Testing modules/xml-writer with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/escaping.t ... ok
t/structure.t .. ok
All tests successful.
Files=2, Tests=11, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.29 cusr 0.16 csys = 1.48 CPU)
Files=2, Tests=11, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.23 cusr 0.20 csys = 1.45 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.01 usr 0.01 sys + 0.66 cusr 0.08 csys = 0.76 CPU)
Files=1, Tests=3, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.56 cusr 0.10 csys = 0.68 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, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.60 cusr 0.25 csys = 1.87 CPU)
Files=2, Tests=10, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.40 cusr 0.19 csys = 1.62 CPU)
Result: PASS

Testing modules/Math-RungeKutta with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/01-rk-integrate.t .. ok
All tests successful.
Files=1, Tests=6, 5 wallclock secs ( 0.02 usr 0.00 sys + 4.40 cusr 0.10 csys = 4.52 CPU)
Files=1, Tests=6, 4 wallclock secs ( 0.01 usr 0.01 sys + 3.70 cusr 0.10 csys = 3.82 CPU)
Result: PASS

Testing modules/Math-Model 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=6, 6 wallclock secs ( 0.05 usr 0.00 sys + 6.40 cusr 0.16 csys = 6.61 CPU)
Files=1, Tests=6, 5 wallclock secs ( 0.02 usr 0.00 sys + 5.17 cusr 0.10 csys = 5.29 CPU)
Result: PASS

Testing modules/perl6-Term-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, 0 wallclock secs ( 0.02 usr 0.01 sys + 0.62 cusr 0.09 csys = 0.74 CPU)
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.82 cusr 0.09 csys = 0.93 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, 3 wallclock secs ( 0.05 usr 0.01 sys + 2.39 cusr 0.29 csys = 2.74 CPU)
Files=3, Tests=13, 3 wallclock secs ( 0.05 usr 0.01 sys + 2.04 cusr 0.28 csys = 2.38 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, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.02 cusr 0.08 csys = 1.13 CPU)
Files=1, Tests=15, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.97 cusr 0.09 csys = 1.09 CPU)
Result: PASS

Testing modules/grammar-debugger with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/tracer.t .. ok
All tests successful.
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.58 cusr 0.10 csys = 0.70 CPU)
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.55 cusr 0.11 csys = 0.68 CPU)
Result: PASS

Testing modules/Perl6-MIME-Base64 with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/basic.t ................. ok
t/binary-and-long-line.t .. ok
t/rfc4648-test-vector.t ... ok
All tests successful.
Files=3, Tests=45, 5 wallclock secs ( 0.04 usr 0.01 sys + 4.29 cusr 0.31 csys = 4.65 CPU)
Files=3, Tests=45, 5 wallclock secs ( 0.03 usr 0.01 sys + 4.62 cusr 0.31 csys = 4.97 CPU)
Result: PASS

Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -188,7 +188,7 @@ t/escape.t ............... ok
t/november-urlencoded.t .. ok
t/rfc-3986-examples.t .... ok
All tests successful.
Files=4, Tests=91, 5 wallclock secs ( 0.04 usr 0.01 sys + 4.45 cusr 0.38 csys = 4.88 CPU)
Files=4, Tests=91, 5 wallclock secs ( 0.03 usr 0.02 sys + 4.56 cusr 0.48 csys = 5.09 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 @@ -199,7 +199,15 @@ t/get-binary-camelia.t .......... ok
t/get-chunked-6guts.t ........... ok
t/get-perl6-org.t ............... ok
t/get-unsized.t ................. ok
Internal error: inconsistent bind result
in method bytes at src/gen/m-CORE.setting:5304
in method make_request at /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/perl6/lib/LWP/Simple.pm:236
in method request_shell at /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/perl6/lib/LWP/Simple.pm:65
in method get at /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/languages/perl6/lib/LWP/Simple.pm:29
in block at t/get-w3-latin1-utf8.t:14

t/get-w3-latin1-utf8.t ..........
Dubious, test returned 1 (wstat 256, 0x100)
All 1 subtests passed
t/get-w3-redirect.t ............. ok
t/getstore.t .................... ok
Expand All @@ -209,10 +217,10 @@ t/stringify-headers.t ........... ok

Test Summary Report
-------------------
t/get-w3-latin1-utf8.t (Wstat: 139 Tests: 1 Failed: 0)
Non-zero wait status: 139
t/get-w3-latin1-utf8.t (Wstat: 256 Tests: 1 Failed: 0)
Non-zero exit status: 1
Parse errors: No plan found in TAP output
Files=13, Tests=54, 25 wallclock secs ( 0.06 usr 0.02 sys + 16.90 cusr 1.54 csys = 18.52 CPU)
Files=13, Tests=54, 24 wallclock secs ( 0.07 usr 0.02 sys + 17.88 cusr 1.53 csys = 19.50 CPU)
Result: FAIL

Testing modules/json with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -221,26 +229,26 @@ t/02-structure.t .. ok
t/03-unicode.t .... ok
t/04-roundtrip.t .. ok
All tests successful.
Files=4, Tests=119, 4 wallclock secs ( 0.03 usr 0.02 sys + 3.69 cusr 0.36 csys = 4.10 CPU)
Files=4, Tests=119, 5 wallclock secs ( 0.04 usr 0.02 sys + 4.17 cusr 0.40 csys = 4.63 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=7, 2 wallclock secs ( 0.02 usr 0.01 sys + 1.58 cusr 0.15 csys = 1.76 CPU)
Files=2, Tests=7, 2 wallclock secs ( 0.01 usr 0.01 sys + 1.80 cusr 0.26 csys = 2.08 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=10, 2 wallclock secs ( 0.04 usr 0.01 sys + 2.20 cusr 0.13 csys = 2.38 CPU)
Files=1, Tests=10, 2 wallclock secs ( 0.02 usr 0.01 sys + 2.16 cusr 0.15 csys = 2.34 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=12, 2 wallclock secs ( 0.02 usr 0.01 sys + 1.66 cusr 0.15 csys = 1.84 CPU)
Files=1, Tests=12, 2 wallclock secs ( 0.03 usr 0.00 sys + 1.36 cusr 0.11 csys = 1.50 CPU)
Result: PASS

Testing modules/panda with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -257,19 +265,19 @@ 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=33, 8 wallclock secs ( 0.04 usr 0.00 sys + 7.36 cusr 0.82 csys = 8.22 CPU)
Files=5, Tests=33, 7 wallclock secs ( 0.04 usr 0.00 sys + 6.56 cusr 0.84 csys = 7.44 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
All tests successful.
Files=1, Tests=4, 2 wallclock secs ( 0.02 usr 0.00 sys + 0.88 cusr 0.11 csys = 1.01 CPU)
Files=1, Tests=4, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.50 cusr 0.10 csys = 0.62 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
All tests successful.
Files=1, Tests=24, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.14 cusr 0.08 csys = 1.25 CPU)
Files=1, Tests=24, 1 wallclock secs ( 0.03 usr 0.00 sys + 0.90 cusr 0.10 csys = 1.03 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 @@ -280,7 +288,7 @@ t/00-basic.t ..... ok
t/01-template.t .. ok
t/02-complex.t ... ok
All tests successful.
Files=3, Tests=21, 3 wallclock secs ( 0.03 usr 0.01 sys + 2.95 cusr 0.25 csys = 3.24 CPU)
Files=3, Tests=21, 4 wallclock secs ( 0.03 usr 0.00 sys + 3.25 cusr 0.28 csys = 3.56 CPU)
Result: PASS

Testing modules/Bailador with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -290,7 +298,7 @@ t/03-response-content.t .. ok
t/04-templates.t ......... ok
t/05-post-content.t ...... ok
All tests successful.
Files=5, Tests=19, 6 wallclock secs ( 0.02 usr 0.02 sys + 5.10 cusr 0.39 csys = 5.53 CPU)
Files=5, Tests=19, 6 wallclock secs ( 0.03 usr 0.01 sys + 5.31 cusr 0.48 csys = 5.83 CPU)
Result: PASS

Testing modules/DBIish with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand Down Expand Up @@ -325,14 +333,14 @@ Please contact the author to have these calls to deprecated code adapted,
so that this message will disappear!
t/40-sqlite-common.t .. ok
All tests successful.
Files=6, Tests=218, 14 wallclock secs ( 0.05 usr 0.01 sys + 13.22 cusr 0.71 csys = 13.99 CPU)
Files=6, Tests=218, 13 wallclock secs ( 0.05 usr 0.03 sys + 12.93 cusr 0.63 csys = 13.64 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.03 usr 0.02 sys + 11.59 cusr 0.28 csys = 11.92 CPU)
Files=2, Tests=68, 13 wallclock secs ( 0.03 usr 0.00 sys + 12.01 cusr 0.24 csys = 12.28 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 @@ -341,13 +349,13 @@ t/02-code.t ..... ok
t/03-comment.t .. ok
t/04-lists.t .... ok
All tests successful.
Files=4, Tests=8, 4 wallclock secs ( 0.03 usr 0.00 sys + 3.54 cusr 0.35 csys = 3.92 CPU)
Files=4, Tests=8, 4 wallclock secs ( 0.01 usr 0.02 sys + 3.47 cusr 0.39 csys = 3.89 CPU)
Result: PASS

Testing modules/doc with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
t/typegraph.t .. ok
All tests successful.
Files=1, Tests=8, 2 wallclock secs ( 0.02 usr 0.01 sys + 2.30 cusr 0.08 csys = 2.41 CPU)
Files=1, Tests=8, 2 wallclock secs ( 0.02 usr 0.00 sys + 2.25 cusr 0.11 csys = 2.38 CPU)
Result: PASS

Testing modules/rakudo-debugger 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 @@ -24,6 +24,6 @@ t/01-sanity/20-defined.t ........... ok
t/01-sanity/21-try.t ............... ok
t/01-sanity/99-test-basic.t ........ ok
All tests successful.
Files=22, Tests=271, 15 wallclock secs ( 0.08 usr 0.04 sys + 12.56 cusr 1.92 csys = 14.60 CPU)
Files=22, Tests=271, 15 wallclock secs ( 0.08 usr 0.03 sys + 12.56 cusr 1.83 csys = 14.50 CPU)
Result: PASS
make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo'
2 changes: 1 addition & 1 deletion log/MoarVM-version.log
@@ -1,5 +1,5 @@
Rakudo
Bajor-189-gfe867d6
Bajor-194-gf1b05d1
NQP
2014.05-10-g69c7822
modules
Expand Down

0 comments on commit 30f02b2

Please sign in to comment.