Front page | perl.perl5.porters |
Postings from December 2008
Smokes
From:
H.Merijn Brand
Date:
December 26, 2008 02:16
Subject:
Smokes
Message ID:
20081226111605.2e8d97b4@pc09.procura.nl
Abe is working on the subject of the smoke reports. Smokers should
upgrade Test::Smoke once that is done. We'll wait for Abe to give us
instructions. I expect subject lines to change from something like
Subject: Smoke [5.11.0] 2008122519001044509733541761741882676004675445 PASS HP-UX B.11.11/64 (PA-RISC2.0/64/2 cpu)
to
Subject: Smoke [5.11.0] 2008-12-25.12:02:09 FAIL(M) linux 2.6.25.18-0.2-default [SuSE] (x86_64/4 cpu)
I have been working a bit - together with Yves - on the other side, and
log files should have halved in size now that patchlevel related stuff
is `fixed'
In perforce, PERL_PATCHLEVEL was a single numeric value, bit since git,
it was moulded into something very more verbosem causing not only a lot
of ambiguity, but also a lot of warnings in the log files
Worse than that, probably all statements beyond the broken line would
be skipped in most shells
In config.sh, after Configure finished, we fould
PERL_PATCHLEVEL=31253
after the conversion this was changed to
PERL_PATCHLEVEL=blead 2008-12-23.17:12:08 235f84edeedd25ea878a5e9d8ee8490c1af72837 GitLive-blead-68-g235f84e
which broke, because it was not quoted
Now you will see
PERL_PATCHLEVEL='GitLive-blead-69-g0f04e85'
Follow-up plans are to remove a lot from Configure that has nothing to
do in there to a much later point in the build process.
I still have some smoke-report stuff to look into. Any pointers?
Tests start here:
TSTENV = stdio No saved state, selection will be empty
make[2]: *** [_test_notty] Error 141
make[1]: *** [_test] Error 141
make: *** [test_harness] Broken pipe
error while running harness target 'test_harness': 2 at /pro/3gl/CPAN/smoke/Test/Smoke.pm line 191
All tests successful.
Archived results...
TSTENV = perlio No saved state, selection will be empty
make[2]: *** [_test_notty] Error 141
make[1]: *** [_test] Error 141
make: *** [test_harness] Broken pipe
error while running harness target 'test_harness': 2 at /pro/3gl/CPAN/smoke/Test/Smoke.pm line 191
All tests successful.
Archived results...
TSTENV = locale:en_US.utf8 No saved state, selection will be empty
Malformed UTF-8 character (unexpected non-continuation byte 0x20, immediately after start byte 0xe0) at lib/locale/latin1 line 2.
Malformed UTF-8 character (unexpected non-continuation byte 0x61, immediately after start byte 0xe7) at lib/locale/latin1 line 2.
Malformed UTF-8 character (unexpected non-continuation byte 0x69, immediately after start byte 0xe1) at lib/locale/latin1 line 2.
Malformed UTF-8 character (unexpected non-continuation byte 0x72, immediately after start byte 0xf8) at lib/locale/latin1 line 2.
Malformed UTF-8 character (unexpected non-continuation byte 0x73, immediately after start byte 0xcd) at lib/locale/latin1 line 2.
Malformed UTF-8 character (unexpected non-continuation byte 0x6d, immediately after start byte 0xe1) at lib/locale/latin1 line 2.
Malformed UTF-8 character (unexpected non-continuation byte 0x73, immediately after start byte 0xea) at lib/locale/latin1 line 2.
Malformed UTF-8 character (unexpected non-continuation byte 0x6c, immediately after start byte 0xf5) at lib/locale/latin1 line 2.
make[2]: *** [_test_notty] Error 141
make[1]: *** [_test] Error 141
make: *** [test_harness] Broken pipe
error while running harness target 'test_harness': 2 at /pro/3gl/CPAN/smoke/Test/Smoke.pm line 191
All tests successful.
Archived results...
--
H.Merijn Brand http://tux.nl Perl Monger http://amsterdam.pm.org/
using & porting perl 5.6.2, 5.8.x, 5.10.x, 5.11.x on HP-UX 10.20, 11.00,
11.11, 11.23, and 11.31, SuSE 10.1, 10.3, and 11.0, AIX 5.2, and Cygwin.
http://mirrors.develooper.com/hpux/ http://www.test-smoke.org/
http://qa.perl.org http://www.goldmark.org/jeff/stupid-disclaimers/