Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
today (automated commit)
  • Loading branch information
coke committed Aug 22, 2015
1 parent 8269141 commit bc1df84
Show file tree
Hide file tree
Showing 10 changed files with 838 additions and 1,391 deletions.
34 changes: 23 additions & 11 deletions log/nqp.js_summary.out
Expand Up @@ -121,6 +121,12 @@ make[1]: Entering directory '/home/coke/sandbox/perl6-roast-data/nqp.js/node_mod
COPY Release/bigint.node
make[1]: Leaving directory '/home/coke/sandbox/perl6-roast-data/nqp.js/node_modules/nqp-runtime/node_modules/bigint/build'

> execSync@1.0.2 install /home/coke/sandbox/perl6-roast-data/nqp.js/node_modules/nqp-runtime/node_modules/fallback-exec-sync/node_modules/execSync
> node install.js

[execsync v1.0.2] Attempting to compile native extensions.
[execSync v1.0.2] Native extension compilation successful!

> sleep@3.0.0 install /home/coke/sandbox/perl6-roast-data/nqp.js/node_modules/nqp-runtime/node_modules/sleep
> node-gyp rebuild

Expand Down Expand Up @@ -154,13 +160,20 @@ npm WARN For further explanations, please read



node.js:815
var cwd = process.cwd();
^
path.js:309
var path = (i >= 0) ? arguments[i] : process.cwd();
^
Error: ENOENT, no such file or directory
at Function.startup.resolveArgv0 (node.js:815:23)
at startup (node.js:58:13)
at node.js:906:3
at Object.exports.resolve (path.js:309:52)
at Function.Module._resolveLookupPaths (module.js:260:17)
at Function.Module._resolveFilename (module.js:328:31)
at Function.Module._load (module.js:280:25)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/usr/share/node-gyp/bin/node-gyp.js:13:11)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
npm ERR! sleep@3.0.0 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR!
Expand All @@ -182,10 +195,9 @@ npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian


> execSync@1.0.2 install /home/coke/sandbox/perl6-roast-data/nqp.js/node_modules/nqp-runtime/node_modules/fallback-exec-sync/node_modules/execSync
> node install.js


npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /home/coke/sandbox/perl6-roast-data/nqp.js/npm-debug.log
npm ERR! not ok code 0
Makefile:467: recipe for target 'node_modules/installed' failed
make: *** [node_modules/installed] Error 1
201 changes: 100 additions & 101 deletions log/nqp.jvm_summary.out
@@ -1,104 +1,103 @@
prove -r --exec ./nqp-j t/nqp t/hll t/qregex t/p5regex t/qast t/serialization t/jvm t/nativecall
[13:09:57] t/nqp/01-literals.t ................... ok 2549 ms
[13:10:00] t/nqp/02-if.t ......................... ok 2455 ms
[13:10:05] t/nqp/03-if-else.t .................... ok 4704 ms
[13:10:08] t/nqp/04-unless.t ..................... ok 3031 ms
[13:10:11] t/nqp/05-comments.t ................... ok 3149 ms
[13:10:13] t/nqp/06-args-pos.t ................... ok 2408 ms
[13:10:16] t/nqp/07-boolean.t .................... ok 3117 ms
[13:10:19] t/nqp/08-blocks.t ..................... ok 2659 ms
[13:10:23] t/nqp/09-var.t ........................ ok 3520 ms
[13:10:25] t/nqp/10-cmp.t ........................ ok 2979 ms
[13:10:29] t/nqp/11-sub.t ........................ ok 3683 ms
[13:10:33] t/nqp/12-logical.t .................... ok 3397 ms
[13:10:36] t/nqp/13-op.t ......................... ok 3356 ms
[13:10:39] t/nqp/14-while.t ...................... ok 3546 ms
[13:10:43] t/nqp/15-list.t ....................... ok 3167 ms
[13:10:45] t/nqp/16-ternary.t .................... ok 2430 ms
[13:10:48] t/nqp/17-positional.t ................. ok 2969 ms
[13:10:51] t/nqp/18-associative.t ................ ok 3233 ms
[13:10:55] t/nqp/19-file-ops.t ................... ok 4070 ms
[13:10:58] t/nqp/20-return.t ..................... ok 2783 ms
[13:11:01] t/nqp/21-contextual.t ................. ok 3101 ms
[13:11:04] t/nqp/22-optional-args.t .............. ok 2980 ms
[13:11:07] t/nqp/23-named-args.t ................. ok 2784 ms
[13:11:10] t/nqp/24-module.t ..................... ok 3008 ms
[13:11:13] t/nqp/25-class.t ...................... ok 2989 ms
[13:11:16] t/nqp/26-methodops.t .................. ok 2648 ms
[13:11:19] t/nqp/27-self.t ....................... ok 2976 ms
[13:11:21] t/nqp/28-subclass.t ................... ok 2555 ms
[13:11:24] t/nqp/29-make.t ....................... ok 2369 ms
[13:11:27] t/nqp/31-grammar.t .................... ok 2959 ms
[13:11:30] t/nqp/32-protoregex.t ................. ok 3073 ms
[13:11:32] t/nqp/33-init.t ....................... ok 2616 ms
[13:11:35] t/nqp/34-rxcodeblock.t ................ ok 3005 ms
[13:11:38] t/nqp/35-prefix-sigil.t ............... ok 2607 ms
[13:11:40] t/nqp/36-callable.t ................... ok 2354 ms
[13:11:43] t/nqp/37-slurpy.t ..................... ok 2513 ms
[13:11:46] t/nqp/38-quotes.t ..................... ok 2768 ms
[13:11:48] t/nqp/39-pointy.t ..................... ok 2726 ms
[13:11:51] t/nqp/40-lists.t ...................... ok 2613 ms
[13:11:53] t/nqp/41-flat.t ....................... ok 2565 ms
[13:11:56] t/nqp/42-cond-loop.t .................. ok 2920 ms
[13:11:59] t/nqp/43-package-var.t ................ ok 2482 ms
[13:12:02] t/nqp/44-try-catch.t .................. ok 3033 ms
[13:12:05] t/nqp/45-smartmatch.t ................. ok 3011 ms
[13:12:08] t/nqp/46-charspec.t ................... ok 2638 ms
[13:12:10] t/nqp/47-loop-control.t ............... ok 2640 ms
[13:12:13] t/nqp/48-closure.t .................... ok 2506 ms
[13:12:18] t/nqp/49-regex-interpolation.t ........ ok 5702 ms
[13:12:22] t/nqp/50-regex.t ...................... ok 3127 ms
[13:12:24] t/nqp/51-multi.t ...................... ok 2963 ms
[13:12:27] t/nqp/53-knowhow.t .................... ok 2831 ms
[13:12:30] t/nqp/55-multi-method.t ............... ok 2600 ms
[13:12:33] t/nqp/56-role.t ....................... ok 3167 ms
[13:12:36] t/nqp/57-construction.t ............... ok 2748 ms
[13:12:39] t/nqp/58-attrs.t ...................... ok 2728 ms
[13:12:43] t/nqp/59-nqpop.t ...................... ok 4131 ms
[13:12:46] t/nqp/60-bigint.t ..................... ok 3534 ms
[13:12:49] t/nqp/61-mixin.t ...................... ok 2893 ms
[13:12:52] t/nqp/62-subst.t ...................... ok 3252 ms
[13:12:55] t/nqp/63-slurp.t ...................... ok 2349 ms
[13:12:57] t/nqp/64-native.t ..................... ok 2450 ms
[13:13:00] t/nqp/65-how.t ........................ ok 3260 ms
[13:13:04] t/nqp/66-pararole.t ................... ok 3380 ms
[13:13:07] t/nqp/67-container.t .................. ok 2703 ms
[13:13:09] t/nqp/68-associative-for.t ............ ok 2774 ms
[13:13:13] t/nqp/69-js-keywords-as-identifier.t .. ok 3708 ms
[13:13:16] t/nqp/70-invokespec.t ................. ok 2736 ms
[13:13:19] t/nqp/71-setboolspec.t ................ ok 2933 ms
[13:13:22] t/nqp/72-rolehow.t .................... ok 3347 ms
[13:13:25] t/nqp/73-delegation.t ................. ok 2884 ms
[13:13:28] t/nqp/74-nfa.t ........................ ok 2723 ms
[13:13:31] t/nqp/75-curcode.t .................... ok 2807 ms
[13:13:33] t/nqp/76-capture.t .................... ok 2613 ms
[13:13:36] t/nqp/77-curlexpad.t .................. ok 2760 ms
[13:13:39] t/nqp/78-shell.t ...................... ok 3253 ms
[13:13:42] t/nqp/79-callercode.t ................. ok 2991 ms
[13:13:45] t/nqp/80-matches.t .................... ok 3208 ms
[13:13:48] t/nqp/81-radix.t ...................... ok 2886 ms
[13:13:51] t/nqp/82-decode.t ..................... ok 2701 ms
[13:13:54] t/nqp/83-log.t ........................ ok 2830 ms
[13:13:57] t/nqp/84-loop-labels.t ................ ok 3588 ms
[13:14:00] t/nqp/85-type-tester.t ................ ok 2918 ms
[13:14:04] t/nqp/86-pipes.t ...................... ok 3818 ms
[13:14:07] t/nqp/87-parametric-6model.t .......... ok 3027 ms
[13:14:10] t/hll/01-language.t ................... skipped: design changes, need re-work
[13:14:12] t/hll/02-modules.t .................... skipped: design changes, need re-work
[13:14:14] t/hll/03-exports.t .................... skipped: design changes (EXPORT now lexical), need re-work
[13:14:16] t/hll/04-import.t ..................... skipped: design changes (EXPORT now lexical), need re-work
[13:14:20] t/hll/05-commandline.t ................ ok 3390 ms
[13:14:27] t/hll/06-sprintf.t .................... ok 6934 ms
[13:14:43] t/qregex/01-qregex.t .................. ok 16430 ms
[13:14:51] t/p5regex/01-p5regex.t ................ ok 8045 ms
[13:14:58] t/qast/01-qast.t ...................... ok 6764 ms
[13:15:05] t/serialization/01-basic.t ............ ok 7372 ms
[13:15:10] t/serialization/02-types.t ............ ok 4311 ms
[13:15:14] t/serialization/03-closures.t ......... ok 3962 ms
[13:15:19] t/jvm/01-continuations.t .............. ok 4943 ms
[13:15:26] t/jvm/02-multidim.t ................... ok 7547 ms
[13:15:30] t/nativecall/01-basic.t ............... ok 3996 ms
[13:15:30]
t/nqp/01-literals.t ................... ok
t/nqp/02-if.t ......................... ok
t/nqp/03-if-else.t .................... ok
t/nqp/04-unless.t ..................... ok
t/nqp/05-comments.t ................... ok
t/nqp/06-args-pos.t ................... ok
t/nqp/07-boolean.t .................... ok
t/nqp/08-blocks.t ..................... ok
t/nqp/09-var.t ........................ ok
t/nqp/10-cmp.t ........................ ok
t/nqp/11-sub.t ........................ ok
t/nqp/12-logical.t .................... ok
t/nqp/13-op.t ......................... ok
t/nqp/14-while.t ...................... ok
t/nqp/15-list.t ....................... ok
t/nqp/16-ternary.t .................... ok
t/nqp/17-positional.t ................. ok
t/nqp/18-associative.t ................ ok
t/nqp/19-file-ops.t ................... ok
t/nqp/20-return.t ..................... ok
t/nqp/21-contextual.t ................. ok
t/nqp/22-optional-args.t .............. ok
t/nqp/23-named-args.t ................. ok
t/nqp/24-module.t ..................... ok
t/nqp/25-class.t ...................... ok
t/nqp/26-methodops.t .................. ok
t/nqp/27-self.t ....................... ok
t/nqp/28-subclass.t ................... ok
t/nqp/29-make.t ....................... ok
t/nqp/31-grammar.t .................... ok
t/nqp/32-protoregex.t ................. ok
t/nqp/33-init.t ....................... ok
t/nqp/34-rxcodeblock.t ................ ok
t/nqp/35-prefix-sigil.t ............... ok
t/nqp/36-callable.t ................... ok
t/nqp/37-slurpy.t ..................... ok
t/nqp/38-quotes.t ..................... ok
t/nqp/39-pointy.t ..................... ok
t/nqp/40-lists.t ...................... ok
t/nqp/41-flat.t ....................... ok
t/nqp/42-cond-loop.t .................. ok
t/nqp/43-package-var.t ................ ok
t/nqp/44-try-catch.t .................. ok
t/nqp/45-smartmatch.t ................. ok
t/nqp/46-charspec.t ................... ok
t/nqp/47-loop-control.t ............... ok
t/nqp/48-closure.t .................... ok
t/nqp/49-regex-interpolation.t ........ ok
t/nqp/50-regex.t ...................... ok
t/nqp/51-multi.t ...................... ok
t/nqp/53-knowhow.t .................... ok
t/nqp/55-multi-method.t ............... ok
t/nqp/56-role.t ....................... ok
t/nqp/57-construction.t ............... ok
t/nqp/58-attrs.t ...................... ok
t/nqp/59-nqpop.t ...................... ok
t/nqp/60-bigint.t ..................... ok
t/nqp/61-mixin.t ...................... ok
t/nqp/62-subst.t ...................... ok
t/nqp/63-slurp.t ...................... ok
t/nqp/64-native.t ..................... ok
t/nqp/65-how.t ........................ ok
t/nqp/66-pararole.t ................... ok
t/nqp/67-container.t .................. ok
t/nqp/68-associative-for.t ............ ok
t/nqp/69-js-keywords-as-identifier.t .. ok
t/nqp/70-invokespec.t ................. ok
t/nqp/71-setboolspec.t ................ ok
t/nqp/72-rolehow.t .................... ok
t/nqp/73-delegation.t ................. ok
t/nqp/74-nfa.t ........................ ok
t/nqp/75-curcode.t .................... ok
t/nqp/76-capture.t .................... ok
t/nqp/77-curlexpad.t .................. ok
t/nqp/78-shell.t ...................... ok
t/nqp/79-callercode.t ................. ok
t/nqp/80-matches.t .................... ok
t/nqp/81-radix.t ...................... ok
t/nqp/82-decode.t ..................... ok
t/nqp/83-log.t ........................ ok
t/nqp/84-loop-labels.t ................ ok
t/nqp/85-type-tester.t ................ ok
t/nqp/86-pipes.t ...................... ok
t/nqp/87-parametric-6model.t .......... ok
t/hll/01-language.t ................... skipped: design changes, need re-work
t/hll/02-modules.t .................... skipped: design changes, need re-work
t/hll/03-exports.t .................... skipped: design changes (EXPORT now lexical), need re-work
t/hll/04-import.t ..................... skipped: design changes (EXPORT now lexical), need re-work
t/hll/05-commandline.t ................ ok
t/hll/06-sprintf.t .................... ok
t/qregex/01-qregex.t .................. ok
t/p5regex/01-p5regex.t ................ ok
t/qast/01-qast.t ...................... ok
t/serialization/01-basic.t ............ ok
t/serialization/02-types.t ............ ok
t/serialization/03-closures.t ......... ok
t/jvm/01-continuations.t .............. ok
t/jvm/02-multidim.t ................... ok
t/nativecall/01-basic.t ............... ok
All tests successful.
Files=99, Tests=3950, 335 wallclock secs ( 0.65 usr 0.10 sys + 631.70 cusr 14.13 csys = 646.58 CPU)
Files=99, Tests=3950, 342 wallclock secs ( 0.57 usr 0.14 sys + 631.06 cusr 13.88 csys = 645.65 CPU)
Result: PASS

0 comments on commit bc1df84

Please sign in to comment.