Skip to content

Commit

Permalink
today (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Aug 3, 2014
1 parent d3f1bb6 commit a9c0e51
Show file tree
Hide file tree
Showing 14 changed files with 209 additions and 221 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.07-49-g183e611 / MoarVM 2014.07-69-g9154ac3).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.07-50-gfadd779 / MoarVM 2014.07-85-g58fdbb2).
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 : 59.122
Stage parse : 60.904
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 5.129
Stage mast : 22.076
Stage mbc : 0.636
Stage optimize : 4.973
Stage mast : 20.261
Stage mbc : 0.517
/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.pm.moarvm lib/Test.pm
Expand Down
4 changes: 2 additions & 2 deletions log/MoarVM-configure.log
Expand Up @@ -451,7 +451,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.07-69-g9154ac3, which is new enough.
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2014.07-85-g58fdbb2, 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 @@ -582,7 +582,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.07-49-g183e611 / MoarVM 2014.07-69-g9154ac3).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2014.07-50-gfadd779 / MoarVM 2014.07-85-g58fdbb2).

Creating Makefile ...
Cleaning up ...
Expand Down
54 changes: 27 additions & 27 deletions log/MoarVM-test-modules.log
Expand Up @@ -13,27 +13,27 @@ t/07-writebarrier.t .... ok
t/08-callbacks.t ....... ok
t/09-nativecast.t ...... ok
All tests successful.
Files=9, Tests=113, 30 wallclock secs ( 0.04 usr 0.02 sys + 28.28 cusr 1.58 csys = 29.92 CPU)
Files=9, Tests=113, 29 wallclock secs ( 0.04 usr 0.01 sys + 28.03 cusr 1.28 csys = 29.36 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, 3 wallclock secs ( 0.02 usr 0.01 sys + 2.33 cusr 0.19 csys = 2.55 CPU)
Files=2, Tests=11, 3 wallclock secs ( 0.02 usr 0.00 sys + 2.45 cusr 0.20 csys = 2.67 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.01 sys + 1.37 cusr 0.15 csys = 1.55 CPU)
Files=1, Tests=3, 2 wallclock secs ( 0.04 usr 0.00 sys + 1.50 cusr 0.18 csys = 1.72 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, 4 wallclock secs ( 0.03 usr 0.00 sys + 4.10 cusr 0.22 csys = 4.35 CPU)
Files=2, Tests=10, 4 wallclock secs ( 0.01 usr 0.02 sys + 3.98 cusr 0.26 csys = 4.27 CPU)
Result: PASS

Testing modules/Math-RungeKutta with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -42,48 +42,48 @@ Testing modules/Math-RungeKutta with /home/coke/sandbox/rakudo-star-daily/star-M
# took 1 seconds
t/01-rk-integrate.t .. ok
All tests successful.
Files=1, Tests=6, 4 wallclock secs ( 0.02 usr 0.01 sys + 3.93 cusr 0.09 csys = 4.05 CPU)
Files=1, Tests=6, 4 wallclock secs ( 0.01 usr 0.00 sys + 3.84 cusr 0.12 csys = 3.97 CPU)
Result: PASS

Testing modules/Math-Model with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
# result: ("time" => [0, 0.15, 0.3, 0.45, 0.6, 0.75, 0.9, 1.05, 1.2, 1.35, 1.5, 1.65, 1.8, 1.95, 2.1, 2.25, 2.4, 2.55, 2.7, 2.85, 3.0], "b" => [0, 0.3, 0.6, 0.9, 1.2, 1.5, 1.8, 2.1, 2.4, 2.7, 3.0, 3.3, 3.6, 3.9, 4.2, 4.5, 4.8, 5.1, 5.4, 5.7, 6.0]).hash
t/basic.t .. ok
All tests successful.
Files=1, Tests=6, 9 wallclock secs ( 0.03 usr 0.00 sys + 9.04 cusr 0.15 csys = 9.22 CPU)
Files=1, Tests=6, 10 wallclock secs ( 0.02 usr 0.01 sys + 9.36 cusr 0.14 csys = 9.53 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, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.14 cusr 0.09 csys = 1.25 CPU)
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.14 cusr 0.07 csys = 1.23 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.02 usr 0.02 sys + 2.66 cusr 0.31 csys = 3.01 CPU)
Files=3, Tests=13, 3 wallclock secs ( 0.03 usr 0.01 sys + 3.06 cusr 0.33 csys = 3.43 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.19 cusr 0.10 csys = 1.32 CPU)
Files=1, Tests=15, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.20 cusr 0.10 csys = 1.32 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, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.40 cusr 0.09 csys = 1.51 CPU)
Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 1.40 cusr 0.10 csys = 1.52 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, 4 wallclock secs ( 0.02 usr 0.01 sys + 3.76 cusr 0.38 csys = 4.17 CPU)
Files=3, Tests=45, 4 wallclock secs ( 0.03 usr 0.01 sys + 4.15 cusr 0.34 csys = 4.53 CPU)
Result: PASS

Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -92,7 +92,7 @@ t/escape.t ............... ok
t/november-urlencoded.t .. ok
t/rfc-3986-examples.t .... ok
All tests successful.
Files=4, Tests=91, 10 wallclock secs ( 0.04 usr 0.01 sys + 9.11 cusr 0.52 csys = 9.68 CPU)
Files=4, Tests=91, 11 wallclock secs ( 0.03 usr 0.02 sys + 9.58 cusr 0.60 csys = 10.23 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 @@ -110,7 +110,7 @@ t/parse-url.t ................... ok
t/socket-sanity.t ............... ok
t/stringify-headers.t ........... ok
All tests successful.
Files=13, Tests=55, 60 wallclock secs ( 0.07 usr 0.02 sys + 53.49 cusr 2.18 csys = 55.76 CPU)
Files=13, Tests=55, 60 wallclock secs ( 0.06 usr 0.02 sys + 52.76 cusr 2.25 csys = 55.09 CPU)
Result: PASS

Testing modules/json with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -124,26 +124,26 @@ t/03-unicode.t .... ok
# expected: [1.3, 2.8, 32323423.4, 4.0]
t/04-roundtrip.t .. ok
All tests successful.
Files=4, Tests=119, 6 wallclock secs ( 0.04 usr 0.01 sys + 5.56 cusr 0.42 csys = 6.03 CPU)
Files=4, Tests=119, 6 wallclock secs ( 0.07 usr 0.01 sys + 5.85 cusr 0.42 csys = 6.35 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, 5 wallclock secs ( 0.03 usr 0.00 sys + 3.90 cusr 0.26 csys = 4.19 CPU)
Files=2, Tests=7, 5 wallclock secs ( 0.03 usr 0.00 sys + 4.06 cusr 0.27 csys = 4.36 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.01 usr 0.01 sys + 2.30 cusr 0.12 csys = 2.44 CPU)
Files=1, Tests=10, 2 wallclock secs ( 0.02 usr 0.01 sys + 2.30 cusr 0.08 csys = 2.41 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.03 usr 0.00 sys + 2.11 cusr 0.11 csys = 2.25 CPU)
Files=1, Tests=12, 2 wallclock secs ( 0.01 usr 0.01 sys + 2.04 cusr 0.11 csys = 2.17 CPU)
Result: PASS

Testing modules/panda with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -163,19 +163,19 @@ t/installer.t .. ok
# Looks like you failed 1 tests of 1
t/tester.t ..... ok
All tests successful.
Files=5, Tests=33, 15 wallclock secs ( 0.04 usr 0.02 sys + 14.49 cusr 1.15 csys = 15.70 CPU)
Files=5, Tests=33, 14 wallclock secs ( 0.04 usr 0.01 sys + 13.12 cusr 0.89 csys = 14.06 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.04 usr 0.01 sys + 1.01 cusr 0.14 csys = 1.20 CPU)
Files=1, Tests=4, 1 wallclock secs ( 0.01 usr 0.01 sys + 0.96 cusr 0.11 csys = 1.09 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.03 usr 0.00 sys + 1.32 cusr 0.09 csys = 1.44 CPU)
Files=1, Tests=24, 1 wallclock secs ( 0.02 usr 0.01 sys + 1.18 cusr 0.10 csys = 1.31 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 @@ -186,7 +186,7 @@ t/00-basic.t ..... ok
t/01-template.t .. ok
t/02-complex.t ... ok
All tests successful.
Files=3, Tests=21, 5 wallclock secs ( 0.02 usr 0.01 sys + 4.40 cusr 0.36 csys = 4.79 CPU)
Files=3, Tests=21, 5 wallclock secs ( 0.03 usr 0.01 sys + 4.17 cusr 0.25 csys = 4.46 CPU)
Result: PASS

Testing modules/Bailador with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -195,12 +195,12 @@ t/02-response-status.t ... ok

# Failed test at lib/Test.pm line 241
# got: "foo\tbar baz\t5"
# expected: {"foo" => "bar", "baz" => 5}
# expected: {"baz" => 5, "foo" => "bar"}
t/03-response-content.t .. ok
t/04-templates.t ......... ok
t/05-post-content.t ...... ok
All tests successful.
Files=5, Tests=19, 25 wallclock secs ( 0.02 usr 0.02 sys + 23.93 cusr 0.90 csys = 24.87 CPU)
Files=5, Tests=19, 23 wallclock secs ( 0.02 usr 0.01 sys + 23.01 cusr 0.67 csys = 23.71 CPU)
Result: PASS

Testing modules/DBIish with /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/perl6-m...
Expand All @@ -217,14 +217,14 @@ t/35-Pg-common.t ...... ok
# Testing MiniDBD::SQLite
t/40-sqlite-common.t .. ok
All tests successful.
Files=6, Tests=218, 37 wallclock secs ( 0.06 usr 0.02 sys + 35.98 cusr 0.94 csys = 37.00 CPU)
Files=6, Tests=218, 37 wallclock secs ( 0.06 usr 0.01 sys + 35.00 cusr 1.01 csys = 36.08 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, 17 wallclock secs ( 0.05 usr 0.00 sys + 16.24 cusr 0.31 csys = 16.60 CPU)
Files=2, Tests=68, 16 wallclock secs ( 0.04 usr 0.01 sys + 16.17 cusr 0.33 csys = 16.55 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 @@ -239,13 +239,13 @@ use of uninitialized value of type Any in string context in sub pod2html at /ho

t/04-lists.t .... ok
All tests successful.
Files=4, Tests=8, 16 wallclock secs ( 0.02 usr 0.02 sys + 15.06 cusr 0.55 csys = 15.65 CPU)
Files=4, Tests=8, 16 wallclock secs ( 0.03 usr 0.02 sys + 14.79 cusr 0.59 csys = 15.43 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.00 sys + 2.28 cusr 0.15 csys = 2.45 CPU)
Files=1, Tests=8, 2 wallclock secs ( 0.02 usr 0.01 sys + 2.26 cusr 0.14 csys = 2.43 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, 14 wallclock secs ( 0.08 usr 0.03 sys + 12.16 cusr 2.14 csys = 14.41 CPU)
Files=22, Tests=271, 14 wallclock secs ( 0.06 usr 0.05 sys + 12.74 cusr 1.99 csys = 14.84 CPU)
Result: PASS
make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo'
39 changes: 18 additions & 21 deletions log/MoarVM-version.log
@@ -1,7 +1,7 @@
Rakudo
Sofia-89-ga1a2360
Sofia-96-ga6e278d
NQP
2014.07-49-g183e611
2014.07-50-gfadd779
modules
--------
Bailador
Expand Down Expand Up @@ -84,11 +84,11 @@ Date: Wed Feb 26 18:28:04 2014 +0100
Add License
--------
doc
commit 9cb4baa793d64de91aac384c5f16d23f6b6b7cf2
Author: Moritz Lenz <mlenz@noris.net>
Date: Thu Jul 31 17:27:50 2014 +0200
commit 8093e18a721d37ba3bd19b242d0a9d24841edd8c
Author: Steve Mynott <steve.mynott@gmail.com>
Date: Sat Aug 2 20:13:42 2014 +0100

fix small formatting inconsistency
experimental -f support for methods if index.data exists
--------
file-find
commit d79a83184da825f61d8c481050f931b511d74cae
Expand Down Expand Up @@ -146,25 +146,22 @@ Date: Tue Jul 8 01:03:31 2014 +0200
workound MoarVM precomp bugs
--------
panda
commit 3f8d8b3f2864a0d836bbf21fb5d3c6c8dd97f4c0
Merge: 246ad58 ff45e43
Author: Tadeusz Sośnierz <tadzikes@gmail.com>
Date: Thu Jul 24 12:44:07 2014 +0200
commit 7a7a7703980d635cf55d3ac262b81da15d4f9e7d
Merge: 3f8d8b3 f23974c
Author: timo <timonator@perpetuum-immobile.de>
Date: Sat Aug 2 14:37:52 2014 +0200

Merge pull request #91 from carbin/master
Merge pull request #92 from nbrown/master

Module paths contain backslashes on Windows
Fix panda to work with new compiled suffixes

nbrown++

commit ff45e43212ab3862c489e60efb527322656247ed
Author: Carlin <cb@viennan.net>
Date: Mon Jul 21 04:48:41 2014 +1200
commit f23974c565c9df3e3d50e9465a4a0f67bb6bb563
Author: nbrown <nbrown04@gmail.com>
Date: Fri Aug 1 21:03:48 2014 -0400

Module paths contain backslashes on Windows

This should allow panda to build/install on Windows.
Currently the required replacements are not done on Windows paths.
This causes panda to not work out the dependencies properly and thus not compile
the modules in the right order.
Fix panda to work with new compiled suffixes
--------
perl6-Term-ANSIColor
commit 0e92caf09397f458314d4a30974618628a3e5600
Expand Down
12 changes: 6 additions & 6 deletions log/jvm-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-jvm/rakudo-star-daily/install && make
Found /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/nqp-j (backend jvm)
Using /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/nqp-j (version 2014.07-49-g183e611 / Java(TM) 1.7.0_60).
Using /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/nqp-j (version 2014.07-50-gfadd779 / Java(TM) 1.7.0_60).
Cleaning up ...

You can now use 'make' to build Rakudo.
Expand Down Expand Up @@ -42,12 +42,12 @@ jar cf0 rakudo-runtime.jar -C bin/ .
The following step can take a long time, please be patient.
java -Xss1m -Xms500m -Xmx1000m -Xbootclasspath/a:.:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/runtime/asm-4.1.jar:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/runtime/asm-tree-4.1.jar:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/runtime/jline-1.0.jar:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/runtime/jna.jar:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/runtime/nqp-runtime.jar:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/lib/nqp.jar:rakudo-runtime.jar:perl6.jar -cp /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/lib perl6 --setting=NULL --ll-exception --optimize=3 --target=jar --stagestats --output=CORE.setting.jar gen/jvm/CORE.setting
Stage start : 0.000
Stage parse : 123.966
Stage parse : 118.420
Stage syntaxcheck: 0.000
Stage ast : 0.009
Stage optimize : 13.394
Stage jast : 71.610
Stage classfile : 10.337
Stage ast : 0.007
Stage optimize : 14.350
Stage jast : 72.264
Stage classfile : 8.649
Stage jar : 0.000
/usr/bin/perl tools/build/create-jvm-runner.pl dev . . /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/runtime/asm-4.1.jar:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/runtime/asm-tree-4.1.jar:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/runtime/jline-1.0.jar:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/runtime/jna.jar:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/runtime/nqp-runtime.jar:/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/languages/nqp/lib/nqp.jar
Creating './perl6-j'
Expand Down

0 comments on commit a9c0e51

Please sign in to comment.