Ticket #420: fulltest_summary.37310.2.log

File fulltest_summary.37310.2.log, 31.1 KB (added by mikehh, 13 years ago)

summary of fulltest results at r37310

Line 
1Parrot r37310 Test failure and TODO passes Summary on Kubuntu Intrepid i386
2
3Kubuntu and CPAN are up to date
4
5-------------------------------------------------------------------------------
6
7mhk@mhk-desktop:~/parrot$ date
8Wed Mar 11 14:10:24 GMT 2009 
9mhk@mhk-desktop:~/parrot$ make realclean
10
11-------------------------------------------------------------------------------
12
13mhk@mhk-desktop:~/parrot$ date
14Wed Mar 11 14:10:49 GMT 2009 
15mhk@mhk-desktop:~/parrot$ svn up
16At revision 37310.             
17mhk@mhk-desktop:~/parrot$ date
18Wed Mar 11 14:11:04 GMT 2009 
19mhk@mhk-desktop:~/parrot$ perl Configure.pl --optimize --test --configure_trace
20
21All tests successful.                                                         
22Files=124, Tests=2886, 27 wallclock secs ( 1.01 usr  0.22 sys + 19.69 cusr  4.47 csys = 25.39 CPU)
23Result: PASS                                                                                     
24
25I just ran some tests to demonstrate that
26Parrot's configuration tools will work as intended.
27
28124 t/configure and t/step tests took 27 seconds.
29Parrot Version 0.9.1 Configure 2.0               
30Copyright (C) 2001-2009, Parrot Foundation.     
31
32Hello, I'm Configure. My job is to poke and prod your system to figure out
33how to build Parrot. The process is completely automated, unless you passed in
34the `--ask' flag on the command line, in which case I'll prompt you for a few
35pieces of info.                                                               
36
37Since you're running this program, you obviously have Perl 5--I'll be pulling
38some defaults from its configuration.                                       
39
40init::manifest -      Check MANIFEST.....................................done.
41init::defaults -      Set Configure's default values.....................done.
42init::install -       Set up installation paths..........................done.
43init::hints -         Load platform and local hints files................done.
44init::headers -       Find header files distributed with Parrot..........done.
45inter::progs -        Determine what C compiler and linker to use........done.
46inter::make -         Is make installed...................................yes.
47inter::lex -          Is lex installed................................skipped.
48inter::yacc -         Is yacc installed...............................skipped.
49auto::gcc -           Is your C compiler actually gcc................yes, 4.3.
50auto::glibc -         Is GNU libc installed...............................yes.
51auto::backtrace -     Does libc have the backtrace* functions.............yes.
52auto::fink -          Determine Fink location on Darwin...............skipped.
53auto::macports -      Determine Macports location on Darwin...........skipped.
54auto::msvc -          Is your C compiler actually Visual C++..........skipped.
55auto::attributes -    Detect compiler attributes.........................done.
56auto::warnings -      Detect supported compiler warnings..........set for gcc.
57init::optimize -      Enable optimization.................................yes.
58inter::shlibs -       Determine flags for building shared libraries.....-fPIC.
59inter::libparrot -    Should parrot link against a shared library.........yes.
60inter::charset -      Which charset files should be compiled in..........done.
61inter::encoding -     Which encoding files should be compiled in.........done.
62inter::types -        What types should Parrot use.......................done.
63auto::ops -           Which opcode files should be compiled in...........done.
64auto::pmc -           Which pmc files should be compiled in..............done.
65auto::alignptrs -     Determine your minimum pointer alignment........ 1 byte.
66auto::headers -       Probe for C headers................................done.
67auto::sizes -         Determine some sizes...............................done.
68auto::byteorder -     Compute native byteorder for wordsize.....little-endian.
69auto::va_ptr -        Test the type of va_ptr...........................stack.
70auto::format -        What formats should be used for sprintf............done.
71auto::isreg -         Does your C library have a working S_ISREG..........yes.
72auto::arch -          Determine CPU architecture and OS..................done.
73auto::jit -           Determine JIT capability............................yes.
74auto::cpu -           Generate CPU specific stuff........................done.
75auto::funcptr -       Does compiler support function pointer casts........yes.
76auto::cgoto -         Does your compiler support computed goto............yes.
77auto::inline -        Does your compiler support inline...................yes.
78auto::gc -            Determine allocator to use.........................done.
79auto::memalign -      Does your C library support memalign................yes.
80auto::signal -        Determine some signal stuff........................done.
81auto::socklen_t -     Determine whether there is socklen_t................yes.
82auto::neg_0 -         Determine whether negative zero can be printed......yes.
83auto::env -           Does your C library have setenv / unsetenv.........both.
84auto::gmp -           Does your platform support GMP......................yes.
85auto::readline -      Does your platform support readline.................yes.
86auto::gdbm -          Does your platform support gdbm.....................yes.
87auto::pcre -          Does your platform support pcre................yes, 7.8.
88auto::opengl -        Does your platform support OpenGL.......yes, freeglut 4.
89auto::crypto -        Does your platform support crypto...........yes, 0.9.8g.
90auto::gettext -       Does your configuration include gettext.............yes.
91auto::snprintf -      Test snprintf......................................done.
92auto::perldoc -       Is perldoc installed................................yes.
93auto::pod2man -       Is pod2man installed................................yes.
94auto::ctags -         Is (exuberant) ctags installed......................yes.
95auto::revision -      Determine Parrot's revision......................r37310.
96auto::icu -           Is ICU installed....................................yes.
97gen::config_h -       Generate C headers.................................done.
98gen::core_pmcs -      Generate core pmc list.............................done.
99gen::crypto -         Generate Digest PMC files..........................done.
100gen::parrot_include - Generate runtime/parrot/include....................done.
101gen::opengl -         Generating OpenGL bindings.........................done.
102gen::call_list -      Generate NCI signature list........................done.
103gen::languages -      Configure languages................................done.
104gen::makefiles -      Generate makefiles and other build files...........done.
105gen::platform -       Move platform files into place.....................done.
106gen::config_pm -      Record configuration data for later retrieval......done.
107
108As you requested, I will now run some tests of the build tools.
109
110All tests successful.                                   
111Files=38, Tests=1042, 36 wallclock secs ( 0.32 usr  0.11 sys + 30.31 cusr  1.51 csys = 32.25 CPU)
112Result: PASS                                                                                     
113
114-------------------------------------------------------------------------------
115
116mhk@mhk-desktop:~/parrot$ date
117Wed Mar 11 14:12:32 GMT 2009 
118mhk@mhk-desktop:~/parrot$ make world
119
120mhk@mhk-desktop:~/parrot$ date                                                                                                                                               
121Wed Mar 11 14:18:57 GMT 2009                                                                                                                                                 
122mhk@mhk-desktop:~/parrot$ make html
123
124-------------------------------------------------------------------------------
125
126mhk@mhk-desktop:~/parrot$ date                                             
127Wed Mar 11 14:19:20 GMT 2009                                               
128mhk@mhk-desktop:~/parrot$ make smoke
129
130All tests successful.                                                                                                                                                               
131Files=396, Tests=11737, 343 wallclock secs ( 3.73 usr  1.18 sys + 115.39 cusr 42.61 csys = 162.91 CPU)                                                                             
132Result: PASS                                                                                                                                                                       
133
134TAP Archive created at /home/mhk/parrot/parrot_test_run.tar.gz
135Test report successfully sent to Smolder at                   
136http://smolder.plusthree.com/app/public_projects/report_details/18875
137
138-------------------------------------------------------------------------------
139
140built rakudo (0c893bc) on parrot r37310 linux i386 - make test/spectest all pass
141
142-------------------------------------------------------------------------------
143
144mhk@mhk-desktop:~/parrot$ make fulltest 2>&1 | tee fulltest.37310.log
145
146-------------------------------------------------------------------------------
147
148/usr/bin/perl t/harness --gc-debug --running-make-test -b --runcore-tests
149
150All tests successful.
151
152Test Summary Report
153-------------------
154t/compilers/imcc/syn/hll.t           (Wstat: 0 Tests: 2 Failed: 0)
155  TODO passed:   2
156t/op/exceptions.t                    (Wstat: 0 Tests: 31 Failed: 0)
157  TODO passed:   23
158t/pmc/exception.t                    (Wstat: 0 Tests: 31 Failed: 0)
159  TODO passed:   26
160Files=252, Tests=8392, 291 wallclock secs ( 2.85 usr  0.66 sys + 76.39 cusr 34.14 csys = 114.04 CPU)
161Result: PASS
162
163-------------------------------------------------------------------------------
164
165/usr/bin/perl t/harness --gc-debug --running-make-test -C --runcore-tests
166
167All tests successful.
168
169Test Summary Report
170-------------------
171t/compilers/imcc/syn/hll.t           (Wstat: 0 Tests: 2 Failed: 0)
172  TODO passed:   2
173t/op/exceptions.t                    (Wstat: 0 Tests: 31 Failed: 0)
174  TODO passed:   23
175t/pmc/exception.t                    (Wstat: 0 Tests: 31 Failed: 0)
176  TODO passed:   26, 30
177Files=252, Tests=8392, 294 wallclock secs ( 2.72 usr  0.58 sys + 76.81 cusr 34.46 csys = 114.57 CPU)
178Result: PASS
179
180-------------------------------------------------------------------------------
181
182/usr/bin/perl t/harness --gc-debug --running-make-test -f --runcore-tests
183
184All tests successful.
185
186Test Summary Report
187-------------------
188t/compilers/imcc/syn/hll.t           (Wstat: 0 Tests: 2 Failed: 0)
189  TODO passed:   2
190t/op/exceptions.t                    (Wstat: 0 Tests: 31 Failed: 0)
191  TODO passed:   23
192t/pmc/exception.t                    (Wstat: 0 Tests: 31 Failed: 0)
193  TODO passed:   26
194Files=252, Tests=8392, 291 wallclock secs ( 2.85 usr  0.62 sys + 76.92 cusr 34.11 csys = 114.50 CPU)
195Result: PASS
196
197-------------------------------------------------------------------------------
198
199/usr/bin/perl t/harness --gc-debug --running-make-test -g --runcore-tests
200
201ll tests successful.
202
203Test Summary Report
204-------------------
205t/compilers/imcc/syn/hll.t           (Wstat: 0 Tests: 2 Failed: 0)
206  TODO passed:   2
207t/op/exceptions.t                    (Wstat: 0 Tests: 31 Failed: 0)
208  TODO passed:   23
209t/pmc/exception.t                    (Wstat: 0 Tests: 31 Failed: 0)
210  TODO passed:   26
211Files=252, Tests=8392, 288 wallclock secs ( 2.86 usr  0.57 sys + 76.74 cusr 35.12 csys = 115.29 CPU)
212Result: PASS
213
214-------------------------------------------------------------------------------
215
216/usr/bin/perl t/harness --gc-debug --running-make-test -j --runcore-tests
217
218
219#   Failed test 'Getting out-of-bounds elements, I'
220#   at t/pmc/fixedintegerarray.t line 144.
221# Expected error but exited cleanly
222# Received:
223#
224# Expected:
225# /FixedIntegerArray: index out of bounds!
226# current instr\.:/
227#
228# Looks like you failed 1 test of 11.
229t/pmc/fixedintegerarray.t ..............
230Dubious, test returned 1 (wstat 256, 0x100)
231Failed 1/11 subtests
232
233
234#   Failed test 'Miscellaneous words'
235#   at t/library/md5.t line 35.
236# Exited with error code: 139
237# Received:
238# Segmentation fault
239#
240# Expected:
241# 8b1a9953c4611296a827abf8c47804d7
242# 6fc422233a40a75a1f028e11c3cd1140
243# e7cb1e977e896954fec46d2ea7832072
244# ed076287532e86365e841e92bfc50d8c
245#
246
247#   Failed test 'Funny chars'
248#   at t/library/md5.t line 63.
249# Exited with error code: 139
250# Received:
251# Segmentation fault
252#
253# Expected:
254# b66434493525523b4393ce0d1f2425d7
255#
256
257#   Failed test 'String lengths'
258#   at t/library/md5.t line 201.
259# Exited with error code: 139
260# Received:
261# bd35d6a8f93d310aae38bc539f9fca1b
262# Segmentation fault
263#
264# Expected:
265# d41d8cd98f00b204e9800998ecf8427e
266...
267...
268# 6c27622d1d5365e4abfd02f2eccfd8f9
269#
270
271#   Failed test 'REALLY long string'
272#   at t/library/md5.t line 324.
273# Exited with error code: 139
274# Received:
275# Segmentation fault
276#
277# Expected:
278# 840e4dec51660b1f52473e0b0b9545f5
279#
280
281#   Failed test 'recursive md5sum (1)'
282#   at t/library/md5.t line 352.
283# Exited with error code: 139
284# Received:
285# Hello World!
286# Segmentation fault
287#
288# Expected:
289# Hello World!
290# ed076287532e86365e841e92bfc50d8c
291...
292...
293# eab26f6455a08779bcb43bc48c02c717
294#
295
296#   Failed test 'recursive md5sum (2)'
297#   at t/library/md5.t line 590.
298# Exited with error code: 139
299# Received:
300# Hello World!
301# Segmentation fault
302#
303# Expected:
304# Hello World!
305# ee41c968530f7715ab70805b341c3956
306...
307...
308# 982e0fde28cd2f62ef8db2d8dfd0f0d7
309#
310# Looks like you failed 6 tests of 6.
311t/library/md5.t ........................
312Dubious, test returned 6 (wstat 1536, 0x600)
313Failed 6/6 subtests
314
315
316#   Failed test 'mt19937ar output'
317#   at t/library/mt19937ar.t line 148.
318# Exited with error code: 139
319# Received:
320# Segmentation fault
321#
322# Expected:
323# 1000 outputs of genrand_int32()
324# 1067595299  955945823  477289528 4107218783 4228976476
325...
326...
327# 0.33163422 0.85739792 0.59908488 0.74566046 0.72157152
328#
329# Looks like you failed 1 test of 10.
330t/library/mt19937ar.t ..................
331Dubious, test returned 1 (wstat 256, 0x100)
332Failed 1/10 subtests
333
334
335
336Test Summary Report
337-------------------
338t/compilers/imcc/syn/hll.t           (Wstat: 0 Tests: 2 Failed: 0)
339  TODO passed:   2
340t/op/exceptions.t                    (Wstat: 0 Tests: 31 Failed: 0)
341  TODO passed:   23
342t/pmc/exception.t                    (Wstat: 0 Tests: 31 Failed: 0)
343  TODO passed:   26
344t/pmc/fixedintegerarray.t            (Wstat: 256 Tests: 11 Failed: 1)
345  Failed test:  7
346  Non-zero exit status: 1
347t/library/md5.t                      (Wstat: 1536 Tests: 6 Failed: 6)
348  Failed tests:  1-6
349  Non-zero exit status: 6
350t/library/mt19937ar.t                (Wstat: 256 Tests: 10 Failed: 1)
351  Failed test:  10
352  Non-zero exit status: 1
353Files=252, Tests=8093, 273 wallclock secs ( 2.69 usr  0.63 sys + 74.09 cusr 33.15 csys = 110.56 CPU)
354Result: FAIL
355make[1]: *** [testj] Error 1
356make[1]: Leaving directory `/home/mhk/parrot'
357make: [fulltest] Error 2 (ignored)
358
359-------------------------------------------------------------------------------
360
361As make fulltest exited here I ran the rest of the tests manually
362
363-------------------------------------------------------------------------------
364
365mhk@mhk-desktop:~/parrot$ make testr 2>&1 | tee testr.37310.log
366
367#   Failed test 'pushaction as closure'
368#   at t/op/pushaction.t line 100.
369# Exited with error code: 1
370# Received:
371# main
372# at popmark, flag = 0
373# a = Null PMC in say
374# current instr.: 'exit_handler' pc 32 (/home/mhk/parrot/t/op/pushaction_6.pir:22)
375# called from Sub 'main' pc 15 (/home/mhk/parrot/t/op/pushaction_6.pir:11)
376#
377# Expected:
378# main
379# at popmark, flag = 0
380# a = 42
381#
382# Looks like you failed 1 test of 7.
383t/op/pushaction.t ......................
384not ok 7 - pushaction: error while handling error # TODO runloop shenanigans
385Dubious, test returned 1 (wstat 256, 0x100)
386Failed 1/7 subtests
387
388
389#   Failed test ':outer with identical sub names'
390#   at t/pmc/sub.t line 1457.
391# Exited with error code: 1
392# Received:
393# ABC::outer
394# ABC::inner
395# Null PMC in say
396# current instr.: 'parrot;ABC;inner' pc 47 (/home/mhk/parrot/t/pmc/sub_63.pir:20)
397# called from Sub 'parrot;ABC;outer' pc 37 (/home/mhk/parrot/t/pmc/sub_63.pir:14)
398# called from Sub 'main' pc 9 (/home/mhk/parrot/t/pmc/sub_63.pir:3)
399#
400# Expected:
401# ABC::outer
402# ABC::inner
403# ABC lex
404# DEF::outer
405# DEF::inner
406# DEF lex
407#
408# Looks like you failed 1 test of 64.
409t/pmc/sub.t ............................
410Dubious, test returned 1 (wstat 256, 0x100)
411Failed 1/64 subtests
412
413
414Test Summary Report
415-------------------
416t/op/pushaction.t                    (Wstat: 256 Tests: 7 Failed: 1)
417  Failed test:  6
418  Non-zero exit status: 1
419t/pmc/sub.t                          (Wstat: 256 Tests: 64 Failed: 1)
420  Failed test:  63
421  Non-zero exit status: 1
422Files=252, Tests=8392, 338 wallclock secs ( 2.56 usr  0.67 sys + 106.33 cusr 54.12 csys = 163.68 CPU)
423Result: FAIL
424make: *** [testr] Error 1
425
426-------------------------------------------------------------------------------
427
428mhk@mhk-desktop:~/parrot$ make testS 2>&1 | tee testS.37310.log
429
430All tests successful.
431
432Test Summary Report
433-------------------
434t/compilers/imcc/syn/hll.t           (Wstat: 0 Tests: 2 Failed: 0)
435  TODO passed:   2
436t/op/exceptions.t                    (Wstat: 0 Tests: 31 Failed: 0)
437  TODO passed:   23
438t/pmc/exception.t                    (Wstat: 0 Tests: 31 Failed: 0)
439  TODO passed:   26, 30
440Files=252, Tests=8093, 284 wallclock secs ( 2.70 usr  0.68 sys + 73.85 cusr 30.93 csys = 108.16 CPU)
441Result: PASS
442
443-------------------------------------------------------------------------------
444
445mhk@mhk-desktop:~/parrot$ make src_tests 2>&1 | tee sec_tests.37310.log
446
447All tests successful         
448Files=6, Tests=33, 13 wallclock secs ( 0.03 usr  0.02 sys + 11.01 cusr  2.53 csys = 13.59 CPU)
449Result: PASS
450
451-------------------------------------------------------------------------------
452
453mhk@mhk-desktop:~/parrot$ make run_tests 2>&1 | tee run_tests.37310.log
454
455All tests successful.
456Files=2, Tests=36,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.59 cusr  0.26 csys =  0.89 CPU)
457Result: PASS
458
459-------------------------------------------------------------------------------
460
461mhk@mhk-desktop:~/parrot$ make perl_tests 2>&1 | tee perl_tests.37310.log
462
463All tests successful.
464Files=4, Tests=229,  5 wallclock secs ( 0.06 usr  0.04 sys +  2.47 cusr  0.55 csys =  3.12 CPU)
465Result: PASS
466
467-------------------------------------------------------------------------------
468
469mhk@mhk-desktop:~/parrot$ make codetest 2>&1 | tee codetest.37310.log
470
471#   Failed test 'Test::Perl::Critic for "/home/mhk/parrot/examples/languages/abc/Configure.pl"'
472#   at t/codingstd/perlcritic.t line 88.
473#
474# Perl::Critic found these violations in "/home/mhk/parrot/examples/languages/abc/Configure.pl":
475# Missing properly located perl coda for parrot source at /home/mhk/parrot/examples/languages/abc/Configure.pl line 42
476
477#   Failed test 'Test::Perl::Critic for "/home/mhk/parrot/examples/languages/abc/src/parser/actions.pm"'
478#   at t/codingstd/perlcritic.t line 88.
479#
480# Perl::Critic found these violations in "/home/mhk/parrot/examples/languages/abc/src/parser/actions.pm":
481# Code before strictures are enabled at /home/mhk/parrot/examples/languages/abc/src/parser/actions.pm line 46
482# Code before warnings are enabled at /home/mhk/parrot/examples/languages/abc/src/parser/actions.pm line 46
483# Missing properly located perl coda for parrot source at /home/mhk/parrot/examples/languages/abc/src/parser/actions.pm line 256
484
485#   Failed test 'Test::Perl::Critic for "/home/mhk/parrot/examples/languages/squaak/src/parser/actions.pm"'
486#   at t/codingstd/perlcritic.t line 88.
487#
488# Perl::Critic found these violations in "/home/mhk/parrot/examples/languages/squaak/src/parser/actions.pm":
489# Missing properly located perl coda for parrot source at /home/mhk/parrot/examples/languages/squaak/src/parser/actions.pm line 5
490# Looks like you failed 3 tests of 311.
491t/codingstd/perlcritic.t .......
492Dubious, test returned 3 (wstat 768, 0x300)
493Failed 3/311 subtests
494
495Test Summary Report
496-------------------
497t/codingstd/perlcritic.t     (Wstat: 768 Tests: 311 Failed: 3)
498  Failed tests:  120-121, 123
499  Non-zero exit status: 3
500Files=28, Tests=358, 215 wallclock secs ( 0.27 usr  0.05 sys + 202.08 cusr  3.26 csys = 205.66 CPU)
501Result: FAIL
502make: *** [codetest] Error 1
503
504-------------------------------------------------------------------------------
505
506mhk@mhk-desktop:~/parrot$ make benchmark_tests 2>&1 | tee benchmark_tests.37310.log
507
508#   Failed test 'examples/benchmarks/oo1.pasm'
509#   at t/benchmark/benchmarks.t line 218.
510# Exited with error code: 139
511# Received:
512# Segmentation fault
513#
514# Expected:
515# 10
516#
517
518#   Failed test 'examples/benchmarks/oo2.pasm'
519#   at t/benchmark/benchmarks.t line 218.
520# Exited with error code: 139
521# Received:
522# Segmentation fault
523#
524# Expected:
525# 10
526#
527
528#   Failed test 'examples/benchmarks/oo3.pasm'
529#   at t/benchmark/benchmarks.t line 218.
530# Exited with error code: 139
531# Received:
532# Segmentation fault
533#
534# Expected:
535# 10
536#
537
538#   Failed test 'examples/benchmarks/oo4.pasm'
539#   at t/benchmark/benchmarks.t line 218.
540# Exited with error code: 139
541# Received:
542# Segmentation fault
543#
544# Expected:
545# 500000
546#
547# Looks like you failed 4 tests of 37.
548t/benchmark/benchmarks.t ..
549Dubious, test returned 4 (wstat 1024, 0x400)
550Failed 4/37 subtests
551
552Test Summary Report
553-------------------
554t/benchmark/benchmarks.t (Wstat: 1024 Tests: 37 Failed: 4)
555  Failed tests:  20-23
556  Non-zero exit status: 4
557Files=1, Tests=37, 541 wallclock secs ( 0.05 usr  0.01 sys + 528.00 cusr  7.65 csys = 535.71 CPU)
558Result: FAIL
559make: *** [benchmark_tests] Error 1
560
561-------------------------------------------------------------------------------
562
563mhk@mhk-desktop:~/parrot$ make doc_tests 2>&1 | tee doc_tests.37310.log
564
565Files=0, Tests=0,  0 wallclock secs ( 0.00 usr +  0.00 sys =  0.00 CPU)
566Result: NOTESTS
567make: *** [doc_tests] Error 1
568
569-------------------------------------------------------------------------------
570
571mhk@mhk-desktop:~/parrot$ make manifest_tests 2>&1 | tee manifest_tests.37310.log
572
573All tests successful.
574Files=5, Tests=47,  6 wallclock secs ( 0.04 usr  0.02 sys +  3.82 cusr  0.96 csys =  4.84 CPU)
575Result: PASS
576
577-------------------------------------------------------------------------------
578
579mhk@mhk-desktop:~/parrot$ make examples_tests 2>&1 | tee examples_tests.37310.log                                                                   
580
581error:imcc:syntax error, unexpected VAR, expecting '(' ('sock')
582        in file 'examples/io/echo_client.pir' line 33
583error:imcc:syntax error, unexpected VAR, expecting '(' ('address')
584        in file 'examples/io/echo_client.pir' line 36
585error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
586        in file 'examples/io/echo_client.pir' line 38
587error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
588        in file 'examples/io/echo_client.pir' line 49
589error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
590        in file 'examples/io/echo_client.pir' line 50
591error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
592        in file 'examples/io/echo_client.pir' line 51
593
594#   Failed test 'examples/io/echo_client.pir'
595#   at t/examples/catchall.t line 45.
596#          got: '256'
597#     expected: '0'
598error:imcc:syntax error, unexpected VAR, expecting '(' ('sock')
599        in file 'examples/io/http.pir' line 31
600error:imcc:syntax error, unexpected VAR, expecting '(' ('address')
601        in file 'examples/io/http.pir' line 35
602error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
603        in file 'examples/io/http.pir' line 37
604error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
605        in file 'examples/io/http.pir' line 42
606error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
607        in file 'examples/io/http.pir' line 43
608error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
609        in file 'examples/io/http.pir' line 45
610
611#   Failed test 'examples/io/http.pir'
612#   at t/examples/catchall.t line 45.
613#          got: '256'
614#     expected: '0'
615error:imcc:syntax error, unexpected VAR, expecting '(' ('sock')
616        in file 'examples/io/httpd.pir' line 112
617error:imcc:syntax error, unexpected VAR, expecting '(' ('port')
618        in file 'examples/io/httpd.pir' line 116
619error:imcc:syntax error, unexpected VAR, expecting '(' ('sock')
620        in file 'examples/io/httpd.pir' line 117
621error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
622        in file 'examples/io/httpd.pir' line 132
623error:imcc:syntax error, unexpected VAR, expecting '(' ('work')
624        in file 'examples/io/httpd.pir' line 134
625error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
626        in file 'examples/io/httpd.pir' line 137
627error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
628        in file 'examples/io/httpd.pir' line 228
629error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
630        in file 'examples/io/httpd.pir' line 251
631error:imcc:syntax error, unexpected VAR, expecting '(' ('ret')
632        in file 'examples/io/httpd.pir' line 278
633error:imcc:syntax error, unexpected VAR, expecting '(' ('hex')
634        in file 'examples/io/httpd.pir' line 334
635
636#   Failed test 'examples/io/httpd.pir'
637#   at t/examples/catchall.t line 45.
638#          got: '256'
639#     expected: '0'
640error:imcc:syntax error, unexpected IDENTIFIER, expecting PARROT_OP ('socket')
641        in file 'examples/io/net_smtp.pasm' line 25
642
643#   Failed test 'examples/io/net_smtp.pasm'
644#   at t/examples/catchall.t line 45.
645#          got: '256'
646#     expected: '0'
647error:imcc:No such file or directory
648        in file 'examples/languages/abc/abc.pir' line 53
649
650#   Failed test 'examples/languages/abc/abc.pir'
651#   at t/examples/catchall.t line 45.
652#          got: '512'
653#     expected: '0'
654error:imcc:No such file or directory
655        in file 'examples/languages/squaak/squaak.pir' line 60
656
657#   Failed test 'examples/languages/squaak/squaak.pir'
658#   at t/examples/catchall.t line 45.
659#          got: '512'
660#     expected: '0'
661error:imcc:No such file or directory
662        in file 'examples/nci/sdl_blue_rectangle.pir' line 9
663
664#   Failed test 'examples/nci/sdl_blue_rectangle.pir'
665#   at t/examples/catchall.t line 45.
666#          got: '512'
667#     expected: '0'
668error:imcc:No such file or directory
669        in file 'examples/nci/xlibtest.pir' line 21
670
671#   Failed test 'examples/nci/xlibtest.pir'
672#   at t/examples/catchall.t line 45.
673#          got: '512'
674#     expected: '0'
675error:imcc:syntax error, unexpected IDENTIFIER, expecting PARROT_OP ('compile')
676        in file 'examples/pasm/nanoforth.pasm' line 90
677
678#   Failed test 'examples/pasm/nanoforth.pasm'
679#   at t/examples/catchall.t line 45.
680#          got: '256'
681#     expected: '0'
682error:imcc:syntax error, unexpected IDENTIFIER, expecting PARROT_OP ('find_global')
683        in file 'examples/pasm/nanoforth2.pasm' line 30
684
685#   Failed test 'examples/pasm/nanoforth2.pasm'
686#   at t/examples/catchall.t line 45.
687#          got: '256'
688#     expected: '0'
689error:imcc:No such file or directory
690        in file 'examples/pir/befunge/befunge.pir' line 3
691
692#   Failed test 'examples/pir/befunge/befunge.pir'
693#   at t/examples/catchall.t line 45.
694#          got: '512'
695#     expected: '0'
696error:imcc:syntax error, unexpected STRINGC, expecting '(' (''Mines::Field'')
697        in file 'examples/sdl/minesweeper/field.pir' line 180
698error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Mines::Field"')
699        in file 'examples/sdl/minesweeper/field.pir' line 317
700error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Mines::Field"')
701        in file 'examples/sdl/minesweeper/field.pir' line 320
702error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Mines::Field"')
703        in file 'examples/sdl/minesweeper/field.pir' line 979
704error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Mines::Field"')
705        in file 'examples/sdl/minesweeper/field.pir' line 984
706
707#   Failed test 'examples/sdl/minesweeper/field.pir'
708#   at t/examples/catchall.t line 45.
709#          got: '256'
710#     expected: '0'
711error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Tetris::App"')
712        in file 'examples/sdl/tetris/app.pir' line 80
713error:imcc:syntax error, unexpected PREG, expecting '(' ('$P0')
714        in file 'examples/sdl/tetris/app.pir' line 168
715error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Tetris::App"')
716        in file 'examples/sdl/tetris/app.pir' line 192
717
718#   Failed test 'examples/sdl/tetris/app.pir'
719#   at t/examples/catchall.t line 45.
720#          got: '256'
721#     expected: '0'
722error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Tetris::Block"')
723        in file 'examples/sdl/tetris/blocks.pir' line 61
724
725#   Failed test 'examples/sdl/tetris/blocks.pir'
726#   at t/examples/catchall.t line 45.
727#          got: '256'
728#     expected: '0'
729error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"Tetris::Block"')
730        in file 'examples/sdl/tetris/board.pir' line 879
731
732#   Failed test 'examples/sdl/tetris/board.pir'
733#   at t/examples/catchall.t line 45.
734#          got: '256'
735#     expected: '0'
736error:imcc:syntax error, unexpected STRINGC, expecting '(' ('"SDL::Event"')
737        in file 'examples/sdl/tetris/eventhandler.pir' line 42
738
739#   Failed test 'examples/sdl/tetris/eventhandler.pir'
740#   at t/examples/catchall.t line 45.
741#          got: '256'
742#     expected: '0'
743# Looks like you failed 16 tests of 170.
744t/examples/catchall.t ...
745Dubious, test returned 16 (wstat 4096, 0x1000)
746Failed 16/170 subtests
747
748#   Failed test 'examples/japh/japh2.pasm'
749#   at t/examples/japh.t line 54.
750#          got: '畊瑳愠朮桎牥倠牡朲⁎慈正牥瀊             '
751#     expected: 'Just another Parrot Hacker
752# '
753# Looks like you failed 1 test of 5.
754t/examples/japh.t .......
755Dubious, test returned 1 (wstat 256, 0x100)
756Failed 1/5 subtests
757
758
759#   Failed test 'examples/shootout/fannkuch.pir'
760#   at t/examples/shootout.t line 107.
761# Exited with error code: 139
762# Received:
763# 1234567
764# FixedIntegerArray: index out of bounds!
765# current instr.: 'fannkuch' pc 0 (/home/mhk/parrot/t/examples/shootout_3.pir:8)
766# called from Sub 'main' pc 244 (/home/mhk/parrot/t/examples/shootout_3.pir:108)
767# Segmentation fault
768#
769# Expected:
770# 1234567
771# 2134567
772# 2314567
773# 3214567
774# 3124567
775# 1324567
776# 2341567
777# 3241567
778# 3421567
779# 4321567
780# 4231567
781# 2431567
782# 3412567
783# 4312567
784# 4132567
785# 1432567
786# 1342567
787# 3142567
788# 4123567
789# 1423567
790# 1243567
791# 2143567
792# 2413567
793# 4213567
794# 2345167
795# 3245167
796# 3425167
797# 4325167
798# 4235167
799# 2435167
800# Pfannkuchen(7) = 16
801#
802# Looks like you failed 1 test of 20.
803t/examples/shootout.t ...
804Dubious, test returned 1 (wstat 256, 0x100)
805Failed 1/20 subtests
806
807Test Summary Report
808-------------------
809t/examples/catchall.t (Wstat: 4096 Tests: 170 Failed: 16)
810  Failed tests:  40-42, 44, 52, 54, 67, 69, 76-77, 82, 113
811                117, 120-121, 123
812  Non-zero exit status: 16
813t/examples/japh.t     (Wstat: 256 Tests: 5 Failed: 1)
814  Failed test:  2
815  Non-zero exit status: 1
816t/examples/shootout.t (Wstat: 256 Tests: 20 Failed: 1)
817  Failed test:  3
818  Non-zero exit status: 1
819Files=11, Tests=276, 266 wallclock secs ( 0.17 usr  0.02 sys + 16.16 cusr  4.07 csys = 20.42 CPU)
820Result: FAIL
821make: *** [examples_tests] Error 1
822
823-------------------------------------------------------------------------------
824
825mhk@mhk-desktop:~/parrot$ make distro_tests 2>&1 | tee distro_tests.37310.log
826
827#   Failed test 'there are PMC files for all test files in t/pmc'
828#   at t/distro/test_file_coverage.t line 57.
829# files in src/pmc but not in test dir:
830#       packfileannotation
831#       packfileannotationkeys
832#       packfileannotations
833# Looks like you failed 1 test of 3.
834t/distro/test_file_coverage.t ..
835Dubious, test returned 1 (wstat 256, 0x100)
836Failed 1/3 subtests
837
838Test Summary Report
839-------------------
840t/distro/test_file_coverage.t (Wstat: 256 Tests: 3 Failed: 1)
841  Failed test:  1
842  Non-zero exit status: 1
843Files=4, Tests=13,  7 wallclock secs ( 0.03 usr  0.02 sys +  3.44 cusr  1.39 csys =  4.88 CPU)
844Result: FAIL
845make: *** [distro_tests] Error 1
846
847-------------------------------------------------------------------------------