Opened 17 years ago

Last modified 17 years ago

#1932 closed defect

Perl tests crash on telascience-stable builder — at Initial Version

Reported by: Mateusz Łoskot Owned by: warmerdam
Priority: normal Milestone: 1.4.3
Component: default Version: svn-stable
Severity: normal Keywords: bindings perl tests
Cc: Ari Jolma, warmerdam

Description

Recently, Perl tests have been seriously crashing on the telascience-stable, here is one of recent logs:

http://buildbot.osgeo.org:8500/telascience-stable/builds/42/step-perl-test/0

I tried to reproduce this problem on my Linux box (Ubuntu 7.04) but tests output is surprisingly short:

./configure (...)
make clean && make
cd swig/perl
perl Makefile.PL
make build
make test
...
mloskot@dog:~/dev/gdal/_svn/branches/1.4/gdal/swig/perl$ make test
make -f Makefile_Geo__GDAL
make[1]: Entering directory `/home/mloskot/dev/gdal/_svn/branches/1.4/gdal/swig/perl'
make[1]: Leaving directory `/home/mloskot/dev/gdal/_svn/branches/1.4/gdal/swig/perl'
make -f Makefile_Geo__GDAL__Const
make[1]: Entering directory `/home/mloskot/dev/gdal/_svn/branches/1.4/gdal/swig/perl'
make[1]: Leaving directory `/home/mloskot/dev/gdal/_svn/branches/1.4/gdal/swig/perl'
make -f Makefile_Geo__OGR
make[1]: Entering directory `/home/mloskot/dev/gdal/_svn/branches/1.4/gdal/swig/perl'
make[1]: Leaving directory `/home/mloskot/dev/gdal/_svn/branches/1.4/gdal/swig/perl'
make -f Makefile_Geo__OSR
make[1]: Entering directory `/home/mloskot/dev/gdal/_svn/branches/1.4/gdal/swig/perl'
make[1]: Leaving directory `/home/mloskot/dev/gdal/_svn/branches/1.4/gdal/swig/perl'
make -f Makefile_Geo__GDAL test
make[1]: Entering directory `/home/mloskot/dev/gdal/_svn/branches/1.4/gdal/swig/perl'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/gdal....ok 268/0                                                           
Available drivers were AAIGrid, AIG, AirSAR, BMP, BSB, BT, CEOS, CPG, DIPEx, DOQ1, DOQ2, DTED, EHdr, ELAS, ENVI, ESAT, FAST, FIT, FujiBAS, GIF, GMT, GSC, GTiff, GXF, HFA, IDA, ILWIS, ISIS2, JDEM, JP2KAK, JPEG, L1B, LAN, Leveller, MEM, MFF, MFF2, MrSID, NDF, NITF, PAux, PCIDSK, PCRaster, PDS, PNG, PNM, RIK, RMF, RS2, RST, SAR_CEOS, SDTS, SGI, USGSDEM, VRT, WCS, XPM, netCDF
Drivers used in tests were: GTiff, MEM, EHdr
t/gdal....ok                                                                 
t/ogr.....ok 1/0                                                             
Available drivers were AVCBin, CSV, DGN, ESRI Shapefile, GML, Interlis 1, Interlis 2, KML, MapInfo File, Memory, MySQL, OCI, PostgreSQL, REC, S57, SDTS, SQLite, TIGER, UK .NTF, VRT
Drivers used in tests were: ESRI Shapefile, MapInfo File, Memory
t/ogr.....ok                                                                 
All tests successful.
Files=2, Tests=674,  1 wallclock secs ( 0.38 cusr +  0.12 csys =  0.50 CPU)
make[1]: Leaving directory `/home/mloskot/dev/gdal/_svn/branches/1.4/gdal/swig/perl'
mloskot@dog:~/dev/gdal/_svn/branches/1.4/gdal/swig/perl$ 

Any idea what's going wrong with the crashing tests and the short output?

Change History (0)

Note: See TracTickets for help on using tickets.