Skip to content

Commit

Permalink
today (automated commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
coke committed Jan 5, 2016
1 parent 6160a19 commit a66c76e
Show file tree
Hide file tree
Showing 10 changed files with 903 additions and 1,289 deletions.
834 changes: 417 additions & 417 deletions log/MoarVM-build.log

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions log/MoarVM-configure.log
Expand Up @@ -479,7 +479,7 @@ linking moar
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl -MExtUtils::Command -e cp 3rdparty/dyncall/dyncallback/*.h /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/include/dyncall
Building NQP ...
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl Configure.pl --prefix=/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install --backends=moar --make-install
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2015.12-23-g27ccded, which is new enough.
Found /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/moar version 2015.12-25-g70cf598, which is new enough.
Cleaning up ...
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl -MExtUtils::Command -e mkpath gen/moar/stage1/gen
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl tools/build/gen-cat.pl moar src/how/Archetypes.nqp src/how/RoleToRoleApplier.nqp src/how/NQPConcreteRoleHOW.nqp src/how/RoleToClassApplier.nqp src/how/NQPCurriedRoleHOW.nqp src/how/NQPParametricRoleHOW.nqp src/how/NQPClassHOW.nqp src/how/NQPNativeHOW.nqp src/how/NQPAttribute.nqp src/how/NQPModuleHOW.nqp src/how/EXPORTHOW.nqp > gen/moar/stage1/nqpmo.nqp
Expand Down Expand Up @@ -616,7 +616,7 @@ Cleaning up ...
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl -MExtUtils::Command -e chmod 755 /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp

NQP has been built and installed.
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2015.12-23-g0a6abdd / MoarVM 2015.12-23-g27ccded).
Using /home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/install/bin/nqp-m (version 2015.12-28-g460c042 / MoarVM 2015.12-25-g70cf598).

Creating Makefile ...
Cleaning up ...
Expand Down
794 changes: 397 additions & 397 deletions log/MoarVM-test-modules.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion log/MoarVM-test-rakudo.log
Expand Up @@ -46,6 +46,6 @@ t/04-nativecall/16-rt125729.t ............ ok
t/04-nativecall/17-libnames.t ............ ok
t/04-nativecall/18-routine-sig-sanity.t .. ok
All tests successful.
Files=44, Tests=588, 129 wallclock secs ( 0.20 usr 0.02 sys + 123.56 cusr 3.07 csys = 126.85 CPU)
Files=44, Tests=588, 126 wallclock secs ( 0.17 usr 0.05 sys + 122.05 cusr 2.91 csys = 125.18 CPU)
Result: PASS
make[1]: Leaving directory '/home/coke/sandbox/rakudo-star-daily/star-MoarVM/rakudo-star-daily/rakudo'
39 changes: 19 additions & 20 deletions log/MoarVM-version.log
@@ -1,9 +1,9 @@
MoarVM
2015.12-23-g27ccded
2015.12-25-g70cf598
Rakudo
v6.c-93-g812a48b
v6.c-101-g75c6b9e
NQP
2015.12-23-g0a6abdd
2015.12-28-g460c042
modules
--------
Bailador
Expand Down Expand Up @@ -166,11 +166,11 @@ Date: Mon Sep 14 16:56:20 2015 +0200
Switch to renamed Terminal::ANSIColor
--------
doc
commit 7124341115e65c7be9f7f9cbc53fa2ad8ac353e5
Author: Stéphane Payrard <cognominal@gmail.com>
Date: Mon Jan 4 17:53:44 2016 +0100
commit d4c1e5f303c052f3a7b3312f19bc98edc9bc57d7
Author: Zoffix Znet <cpan@zoffix.com>
Date: Tue Jan 5 12:10:31 2016 -0500

small clarification
Fix typo (ilmari++)
--------
file-find
commit d3e2be709aeb2479dc02b154fdc179fe7a077d83
Expand Down Expand Up @@ -308,21 +308,20 @@ Date: Sat Dec 19 01:49:33 2015 -0800
Add Travis CI
--------
panda
commit d03b5abb5edd2f0e5c0f8579ab1126e67d3f28ee
Author: Stefan Seifert <nine@detonation.org>
Date: Sun Jan 3 22:39:20 2016 +0100
commit 0986799c47b9c7cd77a19a1be9f12bac85c9ed8e
Merge: d03b5ab efd8b27
Author: niner <nine@detonation.org>
Date: Tue Jan 5 14:02:23 2016 +0100

Supply relative paths to CompUnit::Repository::Installation::install

Precompiled modules are checked against their source files on loading to detect
outdated precomp files. This is done by recording the source file's id. Thus
this id must be stable and survive reinstallation of a module. Otherwise the
precompilation file's modification time will be compared to an outdated source
file.
Merge pull request #285 from pnu/master

This also means that the source file's path must be stable. Therefore we have
to supply relative paths to the install method, as the absolute paths contain
panda's work directory which contains a time stamp.
Use prefix when installing deps

commit efd8b2744a918149e80dfc2df7cc4538b13612a3
Author: Panu Ervamaa <panu.ervamaa@frantic.com>
Date: Tue Jan 5 10:15:00 2016 +0200

Use prefix when installing deps
--------
perl6-digest-md5
commit 41dc67c08d417cf395939a2a546829ff1fe30a81
Expand Down
107 changes: 1 addition & 106 deletions log/jvm-build.log

Large diffs are not rendered by default.

147 changes: 46 additions & 101 deletions log/jvm-configure.log

Large diffs are not rendered by default.

89 changes: 1 addition & 88 deletions log/jvm-test-modules.log
@@ -1,88 +1 @@
/home/coke/perl5/perlbrew/perls/perl-5.20.1/bin/perl tools/build/modules-test.pl /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j modules/MODULES.txt
Testing modules/xml-writer with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/escaping.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/escaping.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/svg with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/basics.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/basics.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/svg-plot with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/series.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/series.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/Terminal-ANSIColor with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/00-load.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/00-load.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/test-mock with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/returning.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/returning.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/Grammar-Profiler-Simple with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/csv.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/csv.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/grammar-debugger with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/debugger.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/debugger.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/Perl6-MIME-Base64 with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/basic.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/basic.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/uri with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/perl6-lwp-simple with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/000-load-module.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/000-load-module.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/json with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-parse.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-parse.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/perl6-digest-md5 with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/0-load-module.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/0-load-module.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/file-find with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-file-find.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-file-find.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/shell-command with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/02-shell-command.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/02-shell-command.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/json_fast with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-parse.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-parse.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/panda with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/builder.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/builder.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/perl6-http-status with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-basic.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-basic.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/p6-Template-Mustache with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-basic.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-basic.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/PSGI with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/encode-psgi-response.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/encode-psgi-response.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/perl6-http-easy with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-load.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-load.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/Template-Mojo with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/00-basic.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/00-basic.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/Bailador with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-route-existance.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-route-existance.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/DBIish with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-connectconfig-pg.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-connectconfig-pg.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/jsonrpc with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/client.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/client.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/Pod-To-HTML with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-basic.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/01-basic.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/p6-file-directory-tree with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/basic.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/basic.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/p6-File-Temp with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/stress_gc.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/stress_gc.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/doc with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
Could not execute (/home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/pod-convenience.t): open3: exec of /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j t/pod-convenience.t failed at /home/coke/perl5/perlbrew/perls/perl-5.20.1/lib/5.20.1/TAP/Parser/Iterator/Process.pm line 165.

Testing modules/debugger-ui-commandline with /home/coke/sandbox/rakudo-star-daily/star-jvm/rakudo-star-daily/install/bin/perl6-j...
...no t/ directory found.

make: *** No rule to make target 'modules-test'. Stop.

0 comments on commit a66c76e

Please sign in to comment.