CPAN
view release on metacpan or search on metacpan
everything OK.
2007-06-04 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* Watch HTML-TreeBuilder-XPath-0.08
It failed suddenly in current build and has quite a good history of
green builds, although not perfect.
* Binary searches in some regions below 23023 are getting uglier and
uglier. I now see test failures in CPAN.pm's 10version.t (Out of
memory!) so CPAN.pm does not get installed, we have to use a very old
CPAN.pm which cannot install current CPAN::Reporter and cannot run
distroprefs. So it asks all the questions that we had so happily
eliminated.
Some time ago I had always used the very current CPAN.pm from the repo
for running the binary searches. Maybe I should switch back to that?
Notest is your friend! First we check if we are below patchlevel 23023.
Then we check if we are below 1.8802. If so, we install 1.8802 so that
we get at "notest". Then we install current version with the help of
notest. Fini. Now it flies again.
* SADAHIRO/ShiftJIS-X0213-MapUTF-0.30.tar.gz might also be a candidate,
or with the same history pattern:
SADAHIRO/ShiftJIS-CP932-MapUTF-1.01.tar.gz
Let's try with
ShiftJIS::X0213::MapUTF
This became a BBC article on 2007-06-05
* Time-HiRes-Value-0.04 has an unreproducable test failure.
make[3]: Entering directory `/home/sand/.cpan/build/Time-HiRes-Value-0.04-GZ0nGl'
PERL_DL_NONLAZY=1 /home/src/perl/repoperls/installed-perls/perl/p4tyIz4/perl-5.8.0@31330/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01test......ok
t/02timing....
# Failed test at t/02timing.t line 19.
# got: ''
# expected: '1'
# Looks like you failed 1 test of 2.
dubious
^ITest returned status 1 (wstat 256, 0x100)
DIED. FAILED test 2
^IFailed 1/2 tests, 50.00% okay
Failed Test Stat Wstat Total Fail List of Failed
-------------------------------------------------------------------------------
t/02timing.t 1 256 2 1 2
Failed 1/2 test scripts. 1/52 subtests failed.
* LBROCARD/Devel-ebug-0.48.tar.gz has intermittent failures, should be
reported.
* SAVA/Encode-IMAPUTF7-1.00.tar.gz candidate for binary search? 23023
fails also. 20002 doesn't fail. After many hours we reach the interval
between 22774 and 22872 and we need to build new perls again.
Before we reach the endpoint I already see that the test output has
already changed somewhere, so maybe we need more binary searches. The
failure @22842 looks so simple:
t/0-test....Modification of a read-only value attempted at /home/sand/.cpan/build/Encode-IMAPUTF7-1.00/blib/lib/Encode/IMAPUTF7.pm line 39.
# Looks like your test died before it could output anything.
t/0-test....dubious
Test returned status 255 (wstat 65280, 0xff00)
----Program----
eval q{use Encode::IMAPUTF7 1.00};
print $@ ? "N/A" : "OK";
print "\n";
----Output of .../p1d1ohA/perl-5.8.0@22841/bin/perl----
OK
----EOF ($?='0')----
----Output of .../p4U7uLf/perl-5.8.0@22842/bin/perl----
N/A
----EOF ($?='0')----
* Net-Write has a negative dependency on Pod::Coverage on bleadperl. The
type we saw with File::Slurp and Graph::Easy and Tk::Wizard.
2007-06-02 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* New idea how to quickly locate more candidates for binary searches:
% HEAD http://cpantesters.perl.org/testers.db
200 OK
Connection: close
Date: Sat, 02 Jun 2007 15:25:43 GMT
Accept-Ranges: bytes
ETag: "f4022-59f3000-35b66a40"
Server: Apache/2.0.55 (Unix)
Content-Length: 94318592
Content-Type: text/plain; charset=ISO-8859-1
Last-Modified: Sat, 02 Jun 2007 14:33:05 GMT
Client-Date: Sat, 02 Jun 2007 15:25:44 GMT
Client-Peer: 216.52.237.215:80
Client-Response-Num: 1
and then with SQLite pick everything that has 5.8.8 OK and 5.9.*
something failing.
2007-06-01 Andreas J. Koenig <andreas.koenig.7os6VVqR@franz.ak.mind.de>
* metadata::byinode is all rrrrrrred.
* Archive-Any broken since many months, trivial patch would be possible.
Nooo! Let's limit the tests to be run instead!
* Off topic: [perl #43088] needs a binary search. DONE
* SADAHIRO/String-Multibyte-1.05.tar.gz needs a binary search.
----Program----
eval q{use String::Multibyte 1.05};
print $@ ? "N/A" : "OK";
print "\n";
( run in 2.139 seconds using v1.01-cache-2.11-cpan-9581c071862 )