From a9c0e513cf9ccee53bd81c60ba607e6f81337815 Mon Sep 17 00:00:00 2001 From: "Will \"Coke\" Coleda" Date: Sun, 3 Aug 2014 10:06:22 +0000 Subject: [PATCH] today (automated commit) --- log/MoarVM-build.log | 10 +-- log/MoarVM-configure.log | 4 +- log/MoarVM-test-modules.log | 54 +++++++------- log/MoarVM-test-rakudo.log | 2 +- log/MoarVM-version.log | 39 +++++----- log/jvm-build.log | 12 ++-- log/jvm-test-modules.log | 60 ++++++++-------- log/jvm-test-rakudo.log | 2 +- log/jvm-version.log | 39 +++++----- log/parrot-build.log | 14 ++-- log/parrot-configure.log | 14 ++-- log/parrot-test-modules.log | 139 ++++++++++++++++++------------------ log/parrot-test-rakudo.log | 2 +- log/parrot-version.log | 39 +++++----- 14 files changed, 209 insertions(+), 221 deletions(-) diff --git a/log/MoarVM-build.log b/log/MoarVM-build.log index 59f1b7b..64a83dd 100644 --- a/log/MoarVM-build.log +++ b/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. @@ -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 diff --git a/log/MoarVM-configure.log b/log/MoarVM-configure.log index c3bbbae..402a279 100644 --- a/log/MoarVM-configure.log +++ b/log/MoarVM-configure.log @@ -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 @@ -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 ... diff --git a/log/MoarVM-test-modules.log b/log/MoarVM-test-modules.log index 86e545b..a6f463d 100644 --- a/log/MoarVM-test-modules.log +++ b/log/MoarVM-test-modules.log @@ -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... @@ -42,20 +42,20 @@ 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... @@ -63,19 +63,19 @@ 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... @@ -83,7 +83,7 @@ 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... @@ -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... @@ -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... @@ -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... @@ -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... @@ -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... @@ -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... @@ -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... @@ -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... diff --git a/log/MoarVM-test-rakudo.log b/log/MoarVM-test-rakudo.log index 780a387..c011311 100644 --- a/log/MoarVM-test-rakudo.log +++ b/log/MoarVM-test-rakudo.log @@ -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' diff --git a/log/MoarVM-version.log b/log/MoarVM-version.log index 8fc17a5..7dcd792 100644 --- a/log/MoarVM-version.log +++ b/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 @@ -84,11 +84,11 @@ Date: Wed Feb 26 18:28:04 2014 +0100 Add License -------- doc -commit 9cb4baa793d64de91aac384c5f16d23f6b6b7cf2 -Author: Moritz Lenz -Date: Thu Jul 31 17:27:50 2014 +0200 +commit 8093e18a721d37ba3bd19b242d0a9d24841edd8c +Author: Steve Mynott +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 @@ -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 -Date: Thu Jul 24 12:44:07 2014 +0200 +commit 7a7a7703980d635cf55d3ac262b81da15d4f9e7d +Merge: 3f8d8b3 f23974c +Author: timo +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 -Date: Mon Jul 21 04:48:41 2014 +1200 +commit f23974c565c9df3e3d50e9465a4a0f67bb6bb563 +Author: nbrown +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 diff --git a/log/jvm-build.log b/log/jvm-build.log index 770ca38..20d75ea 100644 --- a/log/jvm-build.log +++ b/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. @@ -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' diff --git a/log/jvm-test-modules.log b/log/jvm-test-modules.log index ad7d97c..9010a9b 100644 --- a/log/jvm-test-modules.log +++ b/log/jvm-test-modules.log @@ -13,49 +13,49 @@ t/07-writebarrier.t .... ok t/08-callbacks.t ....... ok t/09-nativecast.t ...... ok All tests successful. -Files=9, Tests=113, 316 wallclock secs ( 0.08 usr 0.03 sys + 544.76 cusr 10.59 csys = 555.46 CPU) +Files=9, Tests=113, 308 wallclock secs ( 0.06 usr 0.02 sys + 534.19 cusr 10.78 csys = 545.05 CPU) Result: PASS Testing modules/xml-writer with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/escaping.t ... ok t/structure.t .. ok All tests successful. -Files=2, Tests=11, 45 wallclock secs ( 0.04 usr 0.01 sys + 73.63 cusr 2.10 csys = 75.78 CPU) +Files=2, Tests=11, 49 wallclock secs ( 0.02 usr 0.02 sys + 76.72 cusr 2.33 csys = 79.09 CPU) Result: PASS Testing modules/svg with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/basics.t .. ok All tests successful. -Files=1, Tests=3, 23 wallclock secs ( 0.02 usr 0.00 sys + 38.80 cusr 1.05 csys = 39.87 CPU) +Files=1, Tests=3, 21 wallclock secs ( 0.02 usr 0.00 sys + 34.89 cusr 0.87 csys = 35.78 CPU) Result: PASS Testing modules/svg-plot with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/series.t .. ok t/ticks.t ... ok All tests successful. -Files=2, Tests=10, 51 wallclock secs ( 0.03 usr 0.01 sys + 82.90 cusr 2.10 csys = 85.04 CPU) +Files=2, Tests=10, 51 wallclock secs ( 0.02 usr 0.01 sys + 84.45 cusr 2.21 csys = 86.69 CPU) Result: PASS Testing modules/Math-RungeKutta with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... -# took 5 seconds -# took 5 seconds +# took 7 seconds +# took 4 seconds # took 2 seconds t/01-rk-integrate.t .. ok All tests successful. -Files=1, Tests=6, 33 wallclock secs ( 0.02 usr 0.00 sys + 53.03 cusr 1.21 csys = 54.26 CPU) +Files=1, Tests=6, 35 wallclock secs ( 0.02 usr 0.00 sys + 46.08 cusr 1.05 csys = 47.15 CPU) Result: PASS Testing modules/Math-Model with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... -# 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 +# result: ("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], "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]).hash t/basic.t .. ok All tests successful. -Files=1, Tests=6, 52 wallclock secs ( 0.03 usr 0.01 sys + 86.49 cusr 1.42 csys = 87.95 CPU) +Files=1, Tests=6, 45 wallclock secs ( 0.02 usr 0.01 sys + 72.82 cusr 1.05 csys = 73.90 CPU) Result: PASS Testing modules/perl6-Term-ANSIColor with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/00-load.t .. ok All tests successful. -Files=1, Tests=1, 25 wallclock secs ( 0.04 usr 0.01 sys + 32.14 cusr 0.84 csys = 33.03 CPU) +Files=1, Tests=1, 18 wallclock secs ( 0.01 usr 0.01 sys + 30.12 cusr 0.83 csys = 30.97 CPU) Result: PASS Testing modules/test-mock with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -63,7 +63,7 @@ t/returning.t .. ok t/synopsis.t ... ok t/with.t ....... ok All tests successful. -Files=3, Tests=13, 58 wallclock secs ( 0.03 usr 0.01 sys + 92.50 cusr 2.71 csys = 95.25 CPU) +Files=3, Tests=13, 54 wallclock secs ( 0.02 usr 0.01 sys + 87.53 cusr 2.69 csys = 90.25 CPU) Result: PASS Testing modules/Grammar-Profiler-Simple with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -85,13 +85,13 @@ Test Summary Report ------------------- t/csv.t (Wstat: 0 Tests: 3 Failed: 0) Parse errors: Bad plan. You planned 15 tests but ran 3. -Files=1, Tests=3, 20 wallclock secs ( 0.02 usr 0.00 sys + 33.08 cusr 0.95 csys = 34.05 CPU) +Files=1, Tests=3, 20 wallclock secs ( 0.02 usr 0.01 sys + 31.80 cusr 0.93 csys = 32.76 CPU) Result: FAIL Testing modules/grammar-debugger with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/tracer.t .. ok All tests successful. -Files=1, Tests=1, 21 wallclock secs ( 0.02 usr 0.01 sys + 33.49 cusr 0.88 csys = 34.40 CPU) +Files=1, Tests=1, 23 wallclock secs ( 0.02 usr 0.00 sys + 36.30 cusr 0.94 csys = 37.26 CPU) Result: PASS Testing modules/Perl6-MIME-Base64 with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -99,7 +99,7 @@ t/basic.t ................. ok t/binary-and-long-line.t .. ok t/rfc4648-test-vector.t ... ok All tests successful. -Files=3, Tests=45, 66 wallclock secs ( 0.03 usr 0.01 sys + 106.51 cusr 2.99 csys = 109.54 CPU) +Files=3, Tests=45, 66 wallclock secs ( 0.03 usr 0.01 sys + 108.76 cusr 2.97 csys = 111.77 CPU) Result: PASS Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -108,7 +108,7 @@ t/escape.t ............... ok t/november-urlencoded.t .. ok t/rfc-3986-examples.t .... ok All tests successful. -Files=4, Tests=91, 121 wallclock secs ( 0.05 usr 0.01 sys + 202.75 cusr 4.46 csys = 207.27 CPU) +Files=4, Tests=91, 133 wallclock secs ( 0.04 usr 0.00 sys + 231.05 cusr 4.72 csys = 235.81 CPU) Result: PASS Testing modules/perl6-lwp-simple with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -126,7 +126,7 @@ t/parse-url.t ................... ok t/socket-sanity.t ............... ok t/stringify-headers.t ........... ok All tests successful. -Files=13, Tests=55, 483 wallclock secs ( 0.09 usr 0.02 sys + 801.92 cusr 16.79 csys = 818.82 CPU) +Files=13, Tests=55, 480 wallclock secs ( 0.05 usr 0.03 sys + 790.77 cusr 16.26 csys = 807.11 CPU) Result: PASS Testing modules/json with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -142,7 +142,7 @@ use of uninitialized value of type Any in string context in sub proclaim at lib # expected: [1.3, 2.8, 32323423.4, 4.0] t/04-roundtrip.t .. ok All tests successful. -Files=4, Tests=119, 97 wallclock secs ( 0.06 usr 0.01 sys + 159.34 cusr 4.08 csys = 163.49 CPU) +Files=4, Tests=119, 94 wallclock secs ( 0.05 usr 0.00 sys + 155.69 cusr 4.12 csys = 159.86 CPU) Result: PASS Testing modules/perl6-digest-md5 with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -969,19 +969,19 @@ Test Summary Report t/perl5-compat.t (Wstat: 1536 Tests: 6 Failed: 6) Failed tests: 1-6 Non-zero exit status: 6 -Files=2, Tests=7, 65 wallclock secs ( 0.06 usr 0.02 sys + 105.32 cusr 2.25 csys = 107.65 CPU) +Files=2, Tests=7, 64 wallclock secs ( 0.07 usr 0.01 sys + 106.34 cusr 2.22 csys = 108.64 CPU) Result: FAIL Testing modules/file-find with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/01-file-find.t .. ok All tests successful. -Files=1, Tests=10, 26 wallclock secs ( 0.03 usr 0.00 sys + 42.43 cusr 0.97 csys = 43.43 CPU) +Files=1, Tests=10, 31 wallclock secs ( 0.03 usr 0.00 sys + 49.83 cusr 1.20 csys = 51.06 CPU) Result: PASS Testing modules/shell-command with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/02-shell-command.t .. ok All tests successful. -Files=1, Tests=12, 27 wallclock secs ( 0.05 usr 0.00 sys + 44.32 cusr 1.17 csys = 45.54 CPU) +Files=1, Tests=12, 30 wallclock secs ( 0.02 usr 0.00 sys + 51.02 cusr 1.35 csys = 52.39 CPU) Result: PASS Testing modules/panda with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -1001,19 +1001,19 @@ t/installer.t .. ok # Looks like you failed 1 tests of 1 t/tester.t ..... ok All tests successful. -Files=5, Tests=33, 198 wallclock secs ( 0.05 usr 0.02 sys + 332.64 cusr 8.45 csys = 341.16 CPU) +Files=5, Tests=33, 199 wallclock secs ( 0.06 usr 0.02 sys + 326.58 cusr 8.04 csys = 334.70 CPU) Result: PASS Testing modules/perl6-http-status with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/01-basic.t .. ok All tests successful. -Files=1, Tests=4, 16 wallclock secs ( 0.03 usr 0.01 sys + 27.02 cusr 0.80 csys = 27.86 CPU) +Files=1, Tests=4, 17 wallclock secs ( 0.02 usr 0.01 sys + 25.45 cusr 0.94 csys = 26.42 CPU) Result: PASS Testing modules/PSGI with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/encode-psgi-response.t .. ok All tests successful. -Files=1, Tests=24, 23 wallclock secs ( 0.01 usr 0.02 sys + 39.04 cusr 1.01 csys = 40.08 CPU) +Files=1, Tests=24, 23 wallclock secs ( 0.02 usr 0.00 sys + 37.44 cusr 1.01 csys = 38.47 CPU) Result: PASS Testing modules/perl6-http-easy with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -1024,7 +1024,7 @@ t/00-basic.t ..... ok t/01-template.t .. ok t/02-complex.t ... ok All tests successful. -Files=3, Tests=21, 68 wallclock secs ( 0.02 usr 0.01 sys + 110.06 cusr 3.09 csys = 113.18 CPU) +Files=3, Tests=21, 73 wallclock secs ( 0.02 usr 0.01 sys + 120.30 cusr 3.02 csys = 123.35 CPU) Result: PASS Testing modules/Bailador with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -1035,12 +1035,12 @@ use of uninitialized value of type Any in string context in sub proclaim at lib # Failed test at lib/Test.pm line # got: "baz\t5 foo\tbar" -# 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, 232 wallclock secs ( 0.02 usr 0.02 sys + 409.21 cusr 6.94 csys = 416.19 CPU) +Files=5, Tests=19, 234 wallclock secs ( 0.03 usr 0.01 sys + 415.37 cusr 6.74 csys = 422.15 CPU) Result: PASS Testing modules/DBIish with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -1058,14 +1058,14 @@ t/35-Pg-common.t ...... ok # Connect failed with error Don't know correct Java class for LONGLONG arguments yet t/40-sqlite-common.t .. ok All tests successful. -Files=6, Tests=218, 278 wallclock secs ( 0.06 usr 0.01 sys + 471.62 cusr 8.90 csys = 480.59 CPU) +Files=6, Tests=218, 262 wallclock secs ( 0.07 usr 0.02 sys + 445.26 cusr 8.24 csys = 453.59 CPU) Result: PASS Testing modules/jsonrpc with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/client.t .. ok t/server.t .. ok All tests successful. -Files=2, Tests=68, 105 wallclock secs ( 0.03 usr 0.02 sys + 176.02 cusr 2.80 csys = 178.87 CPU) +Files=2, Tests=68, 104 wallclock secs ( 0.04 usr 0.02 sys + 167.21 cusr 2.64 csys = 169.91 CPU) Result: PASS Testing modules/Pod-To-HTML with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... @@ -1080,13 +1080,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, 158 wallclock secs ( 0.01 usr 0.01 sys + 276.26 cusr 5.28 csys = 281.56 CPU) +Files=4, Tests=8, 161 wallclock secs ( 0.05 usr 0.01 sys + 279.48 cusr 5.30 csys = 284.84 CPU) Result: PASS Testing modules/doc with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... t/typegraph.t .. ok All tests successful. -Files=1, Tests=8, 34 wallclock secs ( 0.02 usr 0.00 sys + 58.41 cusr 1.37 csys = 59.80 CPU) +Files=1, Tests=8, 31 wallclock secs ( 0.02 usr 0.01 sys + 51.98 cusr 1.22 csys = 53.23 CPU) Result: PASS Testing modules/rakudo-debugger with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j... diff --git a/log/jvm-test-rakudo.log b/log/jvm-test-rakudo.log index 1d61c3e..bf7647d 100644 --- a/log/jvm-test-rakudo.log +++ b/log/jvm-test-rakudo.log @@ -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, 54 wallclock secs ( 0.08 usr 0.03 sys + 0.50 cusr 0.14 csys = 0.75 CPU) +Files=22, Tests=271, 59 wallclock secs ( 0.10 usr 0.04 sys + 0.54 cusr 0.14 csys = 0.82 CPU) Result: PASS make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/rakudo' diff --git a/log/jvm-version.log b/log/jvm-version.log index 8fc17a5..7dcd792 100644 --- a/log/jvm-version.log +++ b/log/jvm-version.log @@ -1,7 +1,7 @@ Rakudo -Sofia-89-ga1a2360 +Sofia-96-ga6e278d NQP -2014.07-49-g183e611 +2014.07-50-gfadd779 modules -------- Bailador @@ -84,11 +84,11 @@ Date: Wed Feb 26 18:28:04 2014 +0100 Add License -------- doc -commit 9cb4baa793d64de91aac384c5f16d23f6b6b7cf2 -Author: Moritz Lenz -Date: Thu Jul 31 17:27:50 2014 +0200 +commit 8093e18a721d37ba3bd19b242d0a9d24841edd8c +Author: Steve Mynott +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 @@ -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 -Date: Thu Jul 24 12:44:07 2014 +0200 +commit 7a7a7703980d635cf55d3ac262b81da15d4f9e7d +Merge: 3f8d8b3 f23974c +Author: timo +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 -Date: Mon Jul 21 04:48:41 2014 +1200 +commit f23974c565c9df3e3d50e9465a4a0f67bb6bb563 +Author: nbrown +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 diff --git a/log/parrot-build.log b/log/parrot-build.log index 2f8e0f7..590ff97 100644 --- a/log/parrot-build.log +++ b/log/parrot-build.log @@ -2,7 +2,7 @@ cd rakudo && /usr/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install && make Found /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/nqp-p (backend parrot) Verifying installation ... -Using /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/nqp-p (version 2014.07-49-g183e611 / Parrot 6.6.0). +Using /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/nqp-p (version 2014.07-50-gfadd779 / Parrot 6.6.0). Cleaning up ... You can now use 'make' to build Rakudo. @@ -11,8 +11,8 @@ After that, 'make test' will run some tests and make[1]: Entering directory `/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/rakudo' cd src/vm/parrot/ops && /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/ops2c C --dynamic perl6.ops # Parsing perl6.ops... -# Parsed perl6.ops in 3.805 seconds; found 121 ops. -# Ops parsed in 3.806 seconds. +# Parsed perl6.ops in 3.764 seconds; found 121 ops. +# Ops parsed in 3.765 seconds. cd src/vm/parrot/ops && cc -c -o perl6_ops.o -I/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel -I/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g perl6_ops.c In file included from /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel/parrot/string.h:19:0, from /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel/parrot/context.h:10, @@ -306,12 +306,12 @@ Linked: perl6-p The following step can take a long time, please be patient. ./perl6-p --setting=NULL --ll-exception --optimize=3 --target=pir --stagestats --output=src/gen/p-CORE.setting.pir gen/parrot/CORE.setting Stage start : 0.000 -Stage parse : 206.098 +Stage parse : 210.047 Stage syntaxcheck: 0.000 Stage ast : 0.000 -Stage optimize : 20.890 -Stage post : 74.282 -Stage pir : 6.322 +Stage optimize : 21.225 +Stage post : 75.164 +Stage pir : 6.417 /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/parrot -o CORE.setting.pbc src/gen/p-CORE.setting.pir ./perl6-p --target=pir --output=src/gen/RESTRICTED.setting.pir src/RESTRICTED.setting /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/parrot -o RESTRICTED.setting.pbc src/gen/RESTRICTED.setting.pir diff --git a/log/parrot-configure.log b/log/parrot-configure.log index 8985671..2db8dae 100644 --- a/log/parrot-configure.log +++ b/log/parrot-configure.log @@ -2366,8 +2366,8 @@ cd src/vm/parrot/pmc && cc -c -I/home/coke/sandbox/rakudo-star-daily/star-parrot cc -o src/vm/parrot/pmc/nqp_group.so nqp_group.o src/vm/parrot/pmc/*.o -fstack-protector -L/usr/local/lib -shared -L/usr/local/lib -fstack-protector -fPIC -ldl -lm -lpthread -lcrypt -lrt -lgmp -lreadline -lffi -L/usr/lib/x86_64-linux-gnu -licuuc -licudata cd src/vm/parrot/ops && /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/ops2c C --dynamic nqp.ops # Parsing nqp.ops... -# Parsed nqp.ops in 9.154 seconds; found 325 ops. -# Ops parsed in 9.156 seconds. +# Parsed nqp.ops in 9.529 seconds; found 325 ops. +# Ops parsed in 9.531 seconds. cd src/vm/parrot/ops && cc -c -o nqp_ops.o -I/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel -I/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g nqp_ops.c nqp_ops.c: In function ‘Parrot_multi_cache_add_p_p_p_p’: nqp_ops.c:7436:29: warning: request for implicit conversion from ‘void *’ to ‘struct NQP_md_cache *’ not permitted in C++ [-Wc++-compat] @@ -4646,8 +4646,8 @@ cd 3rdparty/libtommath && cc -c -o bn_s_mp_sqr.o -I. -D_REENTRANT -D_GNU_SOURCE cd 3rdparty/libtommath && cc -c -o bn_s_mp_sub.o -I. -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g bn_s_mp_sub.c cd src/vm/parrot/ops && /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/ops2c C --dynamic nqp_bigint.ops # Parsing nqp_bigint.ops... -# Parsed nqp_bigint.ops in 2.640 seconds; found 58 ops. -# Ops parsed in 2.641 seconds. +# Parsed nqp_bigint.ops in 2.554 seconds; found 58 ops. +# Ops parsed in 2.555 seconds. cd src/vm/parrot/ops && cc -c -o nqp_bigint_ops.o -I/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel -I/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel/pmc -I../../../../3rdparty/libtommath -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g nqp_bigint_ops.c cd src/vm/parrot/6model/reprs && cc -c -o P6bigint.o -I../../../../../src/vm/parrot/pmc -I../../../../../3rdparty/libtommath -I/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel -I/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel/pmc -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g P6bigint.c In file included from /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel/parrot/string.h:19:0, @@ -4917,8 +4917,8 @@ make[2]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-parrot/rak make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/nqp/3rdparty/dyncall' cd src/vm/parrot/ops && /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/ops2c C --dynamic nqp_dyncall.ops # Parsing nqp_dyncall.ops... -# Parsed nqp_dyncall.ops in 2.029 seconds; found 12 ops. -# Ops parsed in 2.030 seconds. +# Parsed nqp_dyncall.ops in 1.670 seconds; found 12 ops. +# Ops parsed in 1.670 seconds. cd src/vm/parrot/ops && cc -c -o nqp_dyncall_ops.o -I/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel -I/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/include/6.6.0-devel/pmc -I../../../../3rdparty/dyncall/dyncall -I../../../../3rdparty/dyncall/dyncallback -I../../../../3rdparty/dyncall/dynload -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector -pipe -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHASATTRIBUTE_CONST -DHASATTRIBUTE_DEPRECATED -DHASATTRIBUTE_MALLOC -DHASATTRIBUTE_NONNULL -DHASATTRIBUTE_NORETURN -DHASATTRIBUTE_PURE -DHASATTRIBUTE_UNUSED -DHASATTRIBUTE_WARN_UNUSED_RESULT -DHASATTRIBUTE_HOT -DHASATTRIBUTE_COLD -DDISABLE_GC_DEBUG=1 -DNDEBUG -DHAS_GETTEXT -fPIC -falign-functions=16 -funit-at-a-time -fexcess-precision=standard -maccumulate-outgoing-args -Wall -Wextra -Waggregate-return -Wcast-qual -Wdisabled-optimization -Wdiv-by-zero -Wendif-labels -Wformat-extra-args -Wformat-nonliteral -Wformat-security -Wformat-y2k -Wimplicit -Wimport -Winit-self -Winline -Winvalid-pch -Wjump-misses-init -Wlogical-op -Werror=missing-braces -Werror=missing-declarations -Wno-missing-format-attribute -Wmissing-include-dirs -Wmultichar -Wpacked -Wpointer-arith -Wreturn-type -Wsequence-point -Wsign-compare -Wstrict-aliasing -Wstrict-aliasing=2 -Wswitch -Wswitch-default -Werror=undef -Wno-unused -Wvariadic-macros -Wwrite-strings -Wstack-usage=500 -Wc++-compat -Werror=declaration-after-statement -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=nested-externs -Werror=old-style-definition -Werror=strict-prototypes -fvisibility=hidden -O2 -g nqp_dyncall_ops.c nqp_dyncall_ops.c: In function ‘unmarshal_callback’: nqp_dyncall_ops.c:577:9: warning: passing argument 2 of ‘dcbNewCallback’ from incompatible pointer type [enabled by default] @@ -5933,7 +5933,7 @@ Linked: nqp-p NQP has been built and installed. Verifying installation ... -Using /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/nqp-p (version 2014.07-49-g183e611). +Using /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/nqp-p (version 2014.07-50-gfadd779). Creating Makefile ... Cleaning up ... diff --git a/log/parrot-test-modules.log b/log/parrot-test-modules.log index 119bf61..d14acb8 100644 --- a/log/parrot-test-modules.log +++ b/log/parrot-test-modules.log @@ -5,13 +5,13 @@ t/02-simple-args.t ..... ok t/03-simple-returns.t .. ok t/04-pointers.t ........ ok ===SORRY!=== -invoke() not implemented in class 'Hash' +invoke() not implemented in class 'Integer' t/05-arrays.t .......... No subtests run # Looks like you planned 30 tests, but ran 19 t/06-struct.t .......... ok ===SORRY!=== -invoke() not implemented in class 'CallContext' +invoke() not implemented in class 'ResizableIntegerArray' t/07-writebarrier.t .... No subtests run # Looks like you planned 9 tests, but ran 5 @@ -24,49 +24,49 @@ t/05-arrays.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output t/07-writebarrier.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output -Files=9, Tests=80, 131 wallclock secs ( 0.06 usr 0.01 sys + 126.14 cusr 4.14 csys = 130.35 CPU) +Files=9, Tests=80, 133 wallclock secs ( 0.06 usr 0.02 sys + 129.09 cusr 3.83 csys = 133.00 CPU) Result: FAIL Testing modules/xml-writer with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/escaping.t ... ok t/structure.t .. ok All tests successful. -Files=2, Tests=11, 7 wallclock secs ( 0.02 usr 0.00 sys + 6.16 cusr 0.58 csys = 6.76 CPU) +Files=2, Tests=11, 7 wallclock secs ( 0.03 usr 0.00 sys + 6.53 cusr 0.66 csys = 7.22 CPU) Result: PASS Testing modules/svg with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/basics.t .. ok All tests successful. -Files=1, Tests=3, 3 wallclock secs ( 0.04 usr 0.00 sys + 3.22 cusr 0.36 csys = 3.62 CPU) +Files=1, Tests=3, 3 wallclock secs ( 0.03 usr 0.00 sys + 3.40 cusr 0.29 csys = 3.72 CPU) Result: PASS Testing modules/svg-plot with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/series.t .. ok t/ticks.t ... ok All tests successful. -Files=2, Tests=10, 16 wallclock secs ( 0.02 usr 0.00 sys + 16.12 cusr 0.66 csys = 16.80 CPU) +Files=2, Tests=10, 17 wallclock secs ( 0.03 usr 0.01 sys + 16.21 cusr 0.62 csys = 16.87 CPU) Result: PASS Testing modules/Math-RungeKutta with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... -# took 2 seconds -# took 4 seconds +# took 1 seconds +# took 5 seconds # took 2 seconds t/01-rk-integrate.t .. ok All tests successful. -Files=1, Tests=6, 12 wallclock secs ( 0.02 usr 0.01 sys + 11.48 cusr 0.37 csys = 11.88 CPU) +Files=1, Tests=6, 12 wallclock secs ( 0.02 usr 0.00 sys + 11.76 cusr 0.31 csys = 12.09 CPU) Result: PASS Testing modules/Math-Model with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... -# 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 +# result: ("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], "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]).hash t/basic.t .. ok All tests successful. -Files=1, Tests=6, 31 wallclock secs ( 0.01 usr 0.02 sys + 30.23 cusr 0.38 csys = 30.64 CPU) +Files=1, Tests=6, 33 wallclock secs ( 0.02 usr 0.01 sys + 31.78 cusr 0.46 csys = 32.27 CPU) Result: PASS Testing modules/perl6-Term-ANSIColor with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/00-load.t .. ok All tests successful. -Files=1, Tests=1, 4 wallclock secs ( 0.02 usr 0.00 sys + 2.98 cusr 0.31 csys = 3.31 CPU) +Files=1, Tests=1, 4 wallclock secs ( 0.03 usr 0.01 sys + 3.48 cusr 0.34 csys = 3.86 CPU) Result: PASS Testing modules/test-mock with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... @@ -74,12 +74,12 @@ t/returning.t .. ok t/synopsis.t ... ok t/with.t ....... ok All tests successful. -Files=3, Tests=13, 8 wallclock secs ( 0.01 usr 0.02 sys + 7.06 cusr 0.81 csys = 7.90 CPU) +Files=3, Tests=13, 8 wallclock secs ( 0.02 usr 0.02 sys + 7.68 cusr 0.90 csys = 8.62 CPU) Result: PASS Testing modules/Grammar-Profiler-Simple with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... ===SORRY!=== -invoke() not implemented in class 'ResizableIntegerArray' +invoke() not implemented in class 'NQPLexPad' t/csv.t .. No subtests run @@ -87,12 +87,12 @@ Test Summary Report ------------------- t/csv.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output -Files=1, Tests=0, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.81 cusr 0.34 csys = 2.17 CPU) +Files=1, Tests=0, 2 wallclock secs ( 0.03 usr 0.02 sys + 2.09 cusr 0.34 csys = 2.48 CPU) Result: FAIL Testing modules/grammar-debugger with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... ===SORRY!=== -No such method 'postcircumfix:<( )>' for invocant of type 'Int' +invoke() not implemented in class 'String' t/tracer.t .. No subtests run @@ -100,7 +100,7 @@ Test Summary Report ------------------- t/tracer.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output -Files=1, Tests=0, 4 wallclock secs ( 0.02 usr 0.00 sys + 3.57 cusr 0.27 csys = 3.86 CPU) +Files=1, Tests=0, 5 wallclock secs ( 0.02 usr 0.00 sys + 3.98 cusr 0.34 csys = 4.34 CPU) Result: FAIL Testing modules/Perl6-MIME-Base64 with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... @@ -108,25 +108,25 @@ t/basic.t ................. ok t/binary-and-long-line.t .. ok t/rfc4648-test-vector.t ... ok All tests successful. -Files=3, Tests=45, 11 wallclock secs ( 0.02 usr 0.02 sys + 10.28 cusr 0.75 csys = 11.07 CPU) +Files=3, Tests=45, 12 wallclock secs ( 0.04 usr 0.01 sys + 11.12 cusr 0.90 csys = 12.07 CPU) Result: PASS Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/01.t ................... ok -invoke() not implemented in class 'Key' +===SORRY!=== +No handler to delete. +# Looks like you planned 9 tests, but ran 5 +t/escape.t ............... +Failed 4/9 subtests +invoke() not implemented in class 'HashIteratorKey' in sub infix: at gen/parrot/CORE.setting:1432 in sub unbase at gen/parrot/CORE.setting:6897 - in block at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/lib/6.6.0-devel/languages/perl6/lib/URI/Escape.pm:39 + in block at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/lib/6.6.0-devel/languages/perl6/lib/URI/Escape.pm:40 in method subst at gen/parrot/CORE.setting:6383 in method subst at gen/parrot/CORE.setting:3729 in sub uri_unescape at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/lib/6.6.0-devel/languages/perl6/lib/URI/Escape.pm:36 - in block at t/escape.t:21 + in block at t/november-urlencoded.t:28 -# Looks like you planned 9 tests, but ran 5 -t/escape.t ............... -Failed 4/9 subtests -===SORRY!=== -Can not get attribute '$!pos' declared in class 'NQPCursor' with this object # Looks like you planned 13 tests, but ran 0 t/november-urlencoded.t .. Failed 13/13 subtests @@ -138,13 +138,13 @@ t/escape.t (Wstat: 0 Tests: 5 Failed: 0) Parse errors: Bad plan. You planned 9 tests but ran 5. t/november-urlencoded.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: Bad plan. You planned 13 tests but ran 0. -Files=4, Tests=74, 29 wallclock secs ( 0.04 usr 0.01 sys + 27.84 cusr 1.29 csys = 29.18 CPU) +Files=4, Tests=74, 31 wallclock secs ( 0.05 usr 0.01 sys + 29.71 cusr 1.39 csys = 31.16 CPU) Result: FAIL Testing modules/perl6-lwp-simple with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/000-load-module.t ............. ok t/basic-auth.t .................. ok -invoke() not implemented in class 'Float' +invoke() not implemented in class 'CallContext' in sub infix: at gen/parrot/CORE.setting:1432 in sub unbase at gen/parrot/CORE.setting:6897 in method parse_chunks at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/lib/6.6.0-devel/languages/perl6/lib/LWP/Simple.pm:135 @@ -156,17 +156,7 @@ invoke() not implemented in class 'Float' t/custom-headers-and-content.t .. No subtests run t/get-binary-camelia.t .......... ok -invoke() not implemented in class 'String' - in sub infix: at gen/parrot/CORE.setting:1432 - in sub unbase at gen/parrot/CORE.setting:6897 - in method parse_chunks at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/lib/6.6.0-devel/languages/perl6/lib/LWP/Simple.pm:135 - in method make_request at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/lib/6.6.0-devel/languages/perl6/lib/LWP/Simple.pm:218 - in method request_shell at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/lib/6.6.0-devel/languages/perl6/lib/LWP/Simple.pm:66 - in method get at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/lib/6.6.0-devel/languages/perl6/lib/LWP/Simple.pm:29 - in block at t/get-chunked-6guts.t:8 - -t/get-chunked-6guts.t ........... -No subtests run +t/get-chunked-6guts.t ........... ok t/get-perl6-org.t ............... ok invoke() not implemented in class 'String' in sub infix: at gen/parrot/CORE.setting:1432 @@ -190,17 +180,15 @@ Test Summary Report ------------------- t/custom-headers-and-content.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output -t/get-chunked-6guts.t (Wstat: 0 Tests: 0 Failed: 0) - Parse errors: No plan found in TAP output t/get-unsized.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output -Files=13, Tests=52, 175 wallclock secs ( 0.07 usr 0.02 sys + 165.97 cusr 4.91 csys = 170.97 CPU) +Files=13, Tests=53, 175 wallclock secs ( 0.09 usr 0.01 sys + 165.80 cusr 5.05 csys = 170.95 CPU) Result: FAIL Testing modules/json with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/01-parse.t ...... ok t/02-structure.t .. ok -invoke() not implemented in class 'Integer' +invoke() not implemented in class 'NQPLexPad' in sub infix: at gen/parrot/CORE.setting:1432 in sub unbase at gen/parrot/CORE.setting:6897 in method str_escape at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/lib/6.6.0-devel/languages/perl6/lib/JSON/Tiny/Actions.pm:51 @@ -249,19 +237,19 @@ t/03-unicode.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: Bad plan. You planned 2 tests but ran 0. t/04-roundtrip.t (Wstat: 0 Tests: 6 Failed: 0) Parse errors: Bad plan. You planned 17 tests but ran 6. -Files=4, Tests=106, 18 wallclock secs ( 0.05 usr 0.01 sys + 15.81 cusr 1.24 csys = 17.11 CPU) +Files=4, Tests=106, 18 wallclock secs ( 0.05 usr 0.02 sys + 16.36 cusr 1.05 csys = 17.48 CPU) Result: FAIL Testing modules/perl6-digest-md5 with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/0-load-module.t .. ok t/perl5-compat.t ... ok All tests successful. -Files=2, Tests=7, 12 wallclock secs ( 0.03 usr 0.01 sys + 11.26 cusr 0.60 csys = 11.90 CPU) +Files=2, Tests=7, 12 wallclock secs ( 0.03 usr 0.01 sys + 11.17 cusr 0.64 csys = 11.85 CPU) Result: PASS Testing modules/file-find with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... ===SORRY!=== -invoke() not implemented in class 'NQPLexPad' +invoke() not implemented in class 'Integer' t/01-file-find.t .. No subtests run @@ -269,55 +257,57 @@ Test Summary Report ------------------- t/01-file-find.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output -Files=1, Tests=0, 3 wallclock secs ( 0.01 usr 0.01 sys + 3.30 cusr 0.28 csys = 3.60 CPU) +Files=1, Tests=0, 3 wallclock secs ( 0.02 usr 0.01 sys + 3.37 cusr 0.24 csys = 3.64 CPU) Result: FAIL Testing modules/shell-command with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/02-shell-command.t .. ok All tests successful. -Files=1, Tests=12, 7 wallclock secs ( 0.02 usr 0.00 sys + 6.84 cusr 0.28 csys = 7.14 CPU) +Files=1, Tests=12, 8 wallclock secs ( 0.02 usr 0.01 sys + 6.86 cusr 0.24 csys = 7.13 CPU) Result: PASS Testing modules/panda with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... +===SORRY!=== +invoke() not implemented in class 'NQPLexPad' t/builder.t .... No subtests run ===SORRY!=== -invoke() not implemented in class 'CallContext' +maximum recursion depth exceeded t/common.t ..... No subtests run t/ecosystem.t .. ok +===SORRY!=== +invoke() not implemented in class 'Integer' t/installer.t .. No subtests run ===SORRY!=== -invoke() not implemented in class 'String' +invoke() not implemented in class 'NQPLexPad' t/tester.t ..... No subtests run Test Summary Report ------------------- -t/builder.t (Wstat: 139 Tests: 0 Failed: 0) - Non-zero wait status: 139 +t/builder.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output t/common.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output -t/installer.t (Wstat: 139 Tests: 0 Failed: 0) - Non-zero wait status: 139 +t/installer.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output t/tester.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output -Files=5, Tests=14, 27 wallclock secs ( 0.03 usr 0.01 sys + 25.46 cusr 1.72 csys = 27.22 CPU) +Files=5, Tests=14, 103 wallclock secs ( 0.02 usr 0.01 sys + 100.44 cusr 2.50 csys = 102.97 CPU) Result: FAIL Testing modules/perl6-http-status with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/01-basic.t .. ok All tests successful. -Files=1, Tests=4, 2 wallclock secs ( 0.02 usr 0.01 sys + 1.72 cusr 0.26 csys = 2.01 CPU) +Files=1, Tests=4, 2 wallclock secs ( 0.02 usr 0.00 sys + 1.96 cusr 0.28 csys = 2.26 CPU) Result: PASS Testing modules/PSGI with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/encode-psgi-response.t .. ok All tests successful. -Files=1, Tests=24, 4 wallclock secs ( 0.02 usr 0.01 sys + 3.47 cusr 0.25 csys = 3.75 CPU) +Files=1, Tests=24, 4 wallclock secs ( 0.04 usr 0.01 sys + 3.55 cusr 0.37 csys = 3.97 CPU) Result: PASS Testing modules/perl6-http-easy with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... @@ -328,7 +318,7 @@ t/00-basic.t ..... ok t/01-template.t .. ok t/02-complex.t ... ok All tests successful. -Files=3, Tests=21, 13 wallclock secs ( 0.03 usr 0.01 sys + 11.66 cusr 0.92 csys = 12.62 CPU) +Files=3, Tests=21, 14 wallclock secs ( 0.05 usr 0.01 sys + 13.13 cusr 0.87 csys = 14.06 CPU) Result: PASS Testing modules/Bailador with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... @@ -337,13 +327,19 @@ t/02-response-status.t ... ok # Failed test at lib/Test.pm line 249 # got: "foo\tbar baz\t5" -# expected: {"baz" => 5, "foo" => "bar"} +# expected: {"foo" => "bar", "baz" => 5} t/03-response-content.t .. ok -t/04-templates.t ......... ok +t/04-templates.t ......... +Failed 1/1 subtests t/05-post-content.t ...... ok -All tests successful. -Files=5, Tests=19, 86 wallclock secs ( 0.04 usr 0.01 sys + 84.50 cusr 1.73 csys = 86.28 CPU) -Result: PASS + +Test Summary Report +------------------- +t/04-templates.t (Wstat: 139 Tests: 0 Failed: 0) + Non-zero wait status: 139 + Parse errors: Bad plan. You planned 1 tests but ran 0. +Files=5, Tests=18, 83 wallclock secs ( 0.03 usr 0.01 sys + 81.02 cusr 1.76 csys = 82.82 CPU) +Result: FAIL Testing modules/DBIish with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... t/05-mock.t ........... ok @@ -367,12 +363,12 @@ Test Summary Report ------------------- t/40-sqlite-common.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: Bad plan. You planned 40 tests but ran 0. -Files=6, Tests=178, 153 wallclock secs ( 0.04 usr 0.02 sys + 150.02 cusr 2.62 csys = 152.70 CPU) +Files=6, Tests=178, 142 wallclock secs ( 0.04 usr 0.02 sys + 139.23 cusr 2.36 csys = 141.65 CPU) Result: FAIL Testing modules/jsonrpc with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... ===SORRY!=== -invoke() not implemented in class 'Hash' +invoke() not implemented in class 'Float' t/client.t .. No subtests run t/server.t .. @@ -385,7 +381,7 @@ t/client.t (Wstat: 0 Tests: 0 Failed: 0) t/server.t (Wstat: 139 Tests: 15 Failed: 0) Non-zero wait status: 139 Parse errors: Bad plan. You planned 29 tests but ran 15. -Files=2, Tests=15, 38 wallclock secs ( 0.02 usr 0.01 sys + 37.27 cusr 0.71 csys = 38.01 CPU) +Files=2, Tests=15, 38 wallclock secs ( 0.01 usr 0.02 sys + 37.31 cusr 0.68 csys = 38.02 CPU) Result: FAIL Testing modules/Pod-To-HTML with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... @@ -400,13 +396,14 @@ 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, 50 wallclock secs ( 0.03 usr 0.01 sys + 48.82 cusr 1.44 csys = 50.30 CPU) +Files=4, Tests=8, 51 wallclock secs ( 0.03 usr 0.01 sys + 49.66 cusr 1.38 csys = 51.08 CPU) Result: PASS Testing modules/doc with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... -Unmarshallable foreign language value passed for parameter '' - in sub prefix: at gen/parrot/CORE.setting:3959 - in method parse-from-file at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/modules/doc/lib/Perl6/TypeGraph.pm:73 +Cannot assign to a readonly variable or a value + in method push at gen/parrot/CORE.setting:1595 + in method push at gen/parrot/CORE.setting:1593 + in method parse-from-file at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/modules/doc/lib/Perl6/TypeGraph.pm:74 in method new-from-file at /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/modules/doc/lib/Perl6/TypeGraph.pm:30 in block at t/typegraph.t:6 @@ -417,7 +414,7 @@ Test Summary Report ------------------- t/typegraph.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output -Files=1, Tests=0, 7 wallclock secs ( 0.02 usr 0.01 sys + 6.99 cusr 0.35 csys = 7.37 CPU) +Files=1, Tests=0, 8 wallclock secs ( 0.02 usr 0.01 sys + 7.01 cusr 0.36 csys = 7.40 CPU) Result: FAIL Testing modules/rakudo-debugger with /home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/install/bin/perl6-p... diff --git a/log/parrot-test-rakudo.log b/log/parrot-test-rakudo.log index 60d91ce..ac37e23 100644 --- a/log/parrot-test-rakudo.log +++ b/log/parrot-test-rakudo.log @@ -25,6 +25,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=23, Tests=274, 34 wallclock secs ( 0.07 usr 0.03 sys + 28.43 cusr 5.42 csys = 33.95 CPU) +Files=23, Tests=274, 35 wallclock secs ( 0.08 usr 0.04 sys + 29.22 cusr 5.10 csys = 34.44 CPU) Result: PASS make[1]: Leaving directory `/home/coke/sandbox/rakudo-star-daily/star-parrot/rakudo-star-daily/rakudo' diff --git a/log/parrot-version.log b/log/parrot-version.log index 8fc17a5..7dcd792 100644 --- a/log/parrot-version.log +++ b/log/parrot-version.log @@ -1,7 +1,7 @@ Rakudo -Sofia-89-ga1a2360 +Sofia-96-ga6e278d NQP -2014.07-49-g183e611 +2014.07-50-gfadd779 modules -------- Bailador @@ -84,11 +84,11 @@ Date: Wed Feb 26 18:28:04 2014 +0100 Add License -------- doc -commit 9cb4baa793d64de91aac384c5f16d23f6b6b7cf2 -Author: Moritz Lenz -Date: Thu Jul 31 17:27:50 2014 +0200 +commit 8093e18a721d37ba3bd19b242d0a9d24841edd8c +Author: Steve Mynott +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 @@ -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 -Date: Thu Jul 24 12:44:07 2014 +0200 +commit 7a7a7703980d635cf55d3ac262b81da15d4f9e7d +Merge: 3f8d8b3 f23974c +Author: timo +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 -Date: Mon Jul 21 04:48:41 2014 +1200 +commit f23974c565c9df3e3d50e9465a4a0f67bb6bb563 +Author: nbrown +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