Hi list, I'm attempting to build the arcGrid module to get the cause of the
failing build of geotools.
However, today I'm on a clean machine and due to refractions svn problems I
can't setup and build the plugin.

I hope the geotools SVN will back soon, so I can investigate on the problem.

Best Regards,
Daniele Romagnoli



On Tue, Mar 11, 2008 at 5:09 PM, <[EMAIL PROTECTED]> wrote:

> See
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/321/changes
>
> Changes:
>
> [desruisseaux] Replaced some call to TreeNode.iterator() by direct access
> to children linked list. Profiling suggests that usage of iterator has some
> cost that could be avoided.
>
> ------------------------------------------
> [...truncated 2108 lines...]
>  org.geotools.filter.function.FilterFunction_parseDouble
>  org.geotools.filter.function.FilterFunction_parseInt
>  org.geotools.filter.function.FilterFunction_intersects
>  org.geotools.filter.function.FilterFunction_isClosed
>  org.geotools.filter.function.FilterFunction_geomFromWKT
>  org.geotools.filter.function.FilterFunction_toWKT
>  org.geotools.filter.function.FilterFunction_geomLength
>  org.geotools.filter.function.FilterFunction_isValid
>  org.geotools.filter.function.FilterFunction_geometryType
>  org.geotools.filter.function.FilterFunction_numPoints
>  org.geotools.filter.function.FilterFunction_isSimple
>  org.geotools.filter.function.FilterFunction_distance
>  org.geotools.filter.function.FilterFunction_isWithinDistance
>  org.geotools.filter.function.FilterFunction_area
>  org.geotools.filter.function.FilterFunction_centroid
>  org.geotools.filter.function.FilterFunction_interiorPoint
>  org.geotools.filter.function.FilterFunction_dimension
>  org.geotools.filter.function.FilterFunction_boundary
>  org.geotools.filter.function.FilterFunction_boundaryDimension
>  org.geotools.filter.function.FilterFunction_envelope
>  org.geotools.filter.function.FilterFunction_disjoint
>  org.geotools.filter.function.FilterFunction_touches
>  org.geotools.filter.function.FilterFunction_crosses
>  org.geotools.filter.function.FilterFunction_within
>  org.geotools.filter.function.FilterFunction_overlaps
>  org.geotools.filter.function.FilterFunction_relatePattern
>  org.geotools.filter.function.FilterFunction_relate
>  org.geotools.filter.function.FilterFunction_bufferWithSegments
>  org.geotools.filter.function.FilterFunction_buffer
>  org.geotools.filter.function.FilterFunction_convexHull
>  org.geotools.filter.function.FilterFunction_intersection
>  org.geotools.filter.function.FilterFunction_union
>  org.geotools.filter.function.FilterFunction_difference
>  org.geotools.filter.function.FilterFunction_symDifference
>  org.geotools.filter.function.FilterFunction_equalsExactTolerance
>  org.geotools.filter.function.FilterFunction_equalsExact
>  org.geotools.filter.function.FilterFunction_numGeometries
>  org.geotools.filter.function.FilterFunction_getGeometryN
>  org.geotools.filter.function.FilterFunction_getX
>  org.geotools.filter.function.FilterFunction_getY
>  org.geotools.filter.function.FilterFunction_getZ
>  org.geotools.filter.function.FilterFunction_pointN
>  org.geotools.filter.function.FilterFunction_startPoint
>  org.geotools.filter.function.FilterFunction_endPoint
>  org.geotools.filter.function.FilterFunction_isRing
>  org.geotools.filter.function.FilterFunction_exteriorRing
>  org.geotools.filter.function.FilterFunction_numInteriorRing
>  org.geotools.filter.function.FilterFunction_interiorRingN
>  org.geotools.filter.function.FilterFunction_strConcat
>  org.geotools.filter.function.FilterFunction_strEndsWith
>  org.geotools.filter.function.FilterFunction_strStartsWith
>  org.geotools.filter.function.FilterFunction_strEqualsIgnoreCase
>  org.geotools.filter.function.FilterFunction_strIndexOf
>  org.geotools.filter.function.FilterFunction_strLastIndexOf
>  org.geotools.filter.function.FilterFunction_strLength
>  org.geotools.filter.function.FilterFunction_strMatches
>  org.geotools.filter.function.FilterFunction_strReplace
>  org.geotools.filter.function.FilterFunction_strSubstring
>  org.geotools.filter.function.FilterFunction_strSubstringStart
>  org.geotools.filter.function.FilterFunction_strTrim
>  org.geotools.filter.function.FilterFunction_parseBoolean
>  org.geotools.filter.function.FilterFunction_roundDouble
>  org.geotools.filter.function.FilterFunction_int2ddouble
>  org.geotools.filter.function.FilterFunction_int2bbool
>  org.geotools.filter.function.FilterFunction_double2bool
>  org.geotools.filter.function.FilterFunction_if_then_else
>  org.geotools.filter.function.FilterFunction_equalTo
>  org.geotools.filter.function.FilterFunction_notEqualTo
>  org.geotools.filter.function.FilterFunction_lessThan
>  org.geotools.filter.function.FilterFunction_greaterThan
>  org.geotools.filter.function.FilterFunction_greaterEqualThan
>  org.geotools.filter.function.FilterFunction_lessEqualThan
>  org.geotools.filter.function.FilterFunction_isLike
>  org.geotools.filter.function.FilterFunction_isNull
>  org.geotools.filter.function.FilterFunction_between
>  org.geotools.filter.function.FilterFunction_not
>  org.geotools.filter.function.FilterFunction_in2
>  org.geotools.filter.function.FilterFunction_in3
>  org.geotools.filter.function.FilterFunction_in4
>  org.geotools.filter.function.FilterFunction_in5
>  org.geotools.filter.function.FilterFunction_in6
>  org.geotools.filter.function.FilterFunction_in7
>  org.geotools.filter.function.FilterFunction_in8
>  org.geotools.filter.function.FilterFunction_in9
>  org.geotools.filter.function.FilterFunction_in10
>  org.geotools.filter.function.FilterFunction_dateParse
>  org.geotools.filter.function.FilterFunction_dateFormat
>  org.geotools.filter.function.math.FilterFunction_IEEEremainder
>  org.geotools.filter.function.math.FilterFunction_abs
>  org.geotools.filter.function.math.FilterFunction_abs_2
>  org.geotools.filter.function.math.FilterFunction_abs_3
>  org.geotools.filter.function.math.FilterFunction_abs_4
>  org.geotools.filter.function.math.FilterFunction_acos
>  org.geotools.filter.function.math.FilterFunction_asin
>  org.geotools.filter.function.math.FilterFunction_atan
>  org.geotools.filter.function.math.FilterFunction_atan2
>  org.geotools.filter.function.math.FilterFunction_ceil
>  org.geotools.filter.function.math.FilterFunction_cos
>  org.geotools.filter.function.math.FilterFunction_exp
>  org.geotools.filter.function.math.FilterFunction_floor
>  org.geotools.filter.function.math.FilterFunction_log
>  org.geotools.filter.function.math.FilterFunction_max
>  org.geotools.filter.function.math.FilterFunction_max_2
>  org.geotools.filter.function.math.FilterFunction_max_3
>  org.geotools.filter.function.math.FilterFunction_max_4
>  org.geotools.filter.function.math.FilterFunction_min
>  org.geotools.filter.function.math.FilterFunction_min_2
>  org.geotools.filter.function.math.FilterFunction_min_3
>  org.geotools.filter.function.math.FilterFunction_min_4
>  org.geotools.filter.function.math.FilterFunction_pow
>  org.geotools.filter.function.math.FilterFunction_random
>  org.geotools.filter.function.math.FilterFunction_rint
>  org.geotools.filter.function.math.FilterFunction_round
>  org.geotools.filter.function.math.FilterFunction_round_2
>  org.geotools.filter.function.math.FilterFunction_sin
>  org.geotools.filter.function.math.FilterFunction_sqrt
>  org.geotools.filter.function.math.FilterFunction_tan
>  org.geotools.filter.function.math.FilterFunction_toDegrees
>  org.geotools.filter.function.math.FilterFunction_toRadians
> Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 sec
> Running org.geotools.data.jdbc.FilterToSQLTest
> Mar 11, 2008 12:09:20 PM 
> org.geotools.data.jdbc.FilterToSQLTesttestIntegerContext
> FINE: testAttr is an Integer [ testAttr = 5 ] -> WHERE testAttr = 5
> Mar 11, 2008 12:09:20 PM org.geotools.factory.FactoryRegistryscanForPlugins
> CONFIG: Factory implementations for category ConverterFactory:
>  org.geotools.util.CommonsConverterFactory
>  org.geotools.util.NumericConverterFactory
>  org.geotools.util.GeometryConverterFactory
>  org.geotools.util.TemporalConverterFactory
>  org.geotools.util.BooleanConverterFactory
>  org.geotools.util.CollectionConverterFactory
> Mar 11, 2008 12:09:20 PM 
> org.geotools.data.jdbc.FilterToSQLTesttestStringContext
> FINE: testAttr is a String [ testAttr = 5 ] -> WHERE testAttr = '5'
> Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 sec
> Running org.geotools.filter.SQLUnpackerTest
> Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
> Running org.geotools.data.jdbc.fidmapper.AutoIncrementFIDMapperTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
> Running org.geotools.data.jdbc.JDBCFeatureCollectionTest
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.272 sec
>
> Results :
> Tests run: 22, Failures: 0, Errors: 0, Skipped: 0
>
> [INFO] [jar:jar]
> [INFO] Building jar:
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/library/jdbc/target/gt2-jdbc-2.5-SNAPSHOT.jar
> [INFO] Preparing source:jar
> [WARNING] Removing: jar from forked lifecycle, to prevent recursive
> invocation.
> [INFO] No goals needed for project - skipping
> [INFO] [source:jar {execution: attach-sources}]
> [INFO] Building jar:
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/library/jdbc/target/gt2-jdbc-2.5-SNAPSHOT-sources.jar
> [INFO] [gt2-jar-collector:collect {execution: default}]
> [INFO] Copied 2 JAR to parent directory.
> [INFO] [install:install]
> [INFO] Installing
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/library/jdbc/target/gt2-jdbc-2.5-SNAPSHOT.jar
>  to /home/tomcat/.m2/repository/org/geotools/gt2-jdbc/2.5-SNAPSHOT/gt2-
> jdbc-2.5-SNAPSHOT.jar
> [INFO] Installing
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/library/jdbc/target/gt2-jdbc-2.5-SNAPSHOT-sources.jar
>  to /home/tomcat/.m2/repository/org/geotools/gt2-jdbc/2.5-SNAPSHOT/gt2-
> jdbc-2.5-SNAPSHOT-sources.jar
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] Building ArcGrid datasource module
> [INFO]    task-segment: [clean, install]
> [INFO]
> ----------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/plugin/arcgrid/target
> [INFO] Deleting directory
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/plugin/arcgrid/target/classes
> [INFO] Deleting directory
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/plugin/arcgrid/target/test-classes
> [INFO] Deleting directory
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/plugin/arcgrid/target/site
> [INFO] [resources:resources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] snapshot
> it.geosolutions.imageio-ext:imageio-ext-arcgrid:1.0-SNAPSHOT: checking for
> updates from refractions
> [INFO] snapshot
> it.geosolutions.imageio-ext:imageio-ext-plugin:1.0-SNAPSHOT: checking for
> updates from refractions
> [INFO] snapshot it.geosolutions.imageio-ext:imageio-ext:1.0-SNAPSHOT:checking 
> for updates from refractions
> [INFO] snapshot
> it.geosolutions.imageio-ext:imageio-ext-customstreams:1.0-SNAPSHOT:checking 
> for updates from refractions
> [INFO] snapshot
> it.geosolutions.imageio-ext:imageio-ext-library:1.0-SNAPSHOT: checking for
> updates from refractions
> [INFO] [compiler:compile]
> [INFO] Compiling 5 source files to
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/plugin/arcgrid/target/classes
> [INFO] [resources:testResources]
> [INFO] Using default encoding to copy filtered resources.
> [INFO] [compiler:testCompile]
> [INFO] Compiling 5 source files to
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/plugin/arcgrid/target/test-classes
> [INFO] [surefire:test]
> [INFO] Surefire report directory:
> http://gridlock.openplans.org:8080/hudson/job/geotools-trunk/ws/gt/modules/plugin/arcgrid/target/surefire-reports
>
> -------------------------------------------------------
>  T E S T S
> -------------------------------------------------------
> Running org.geotools.gce.arcgrid.ArcGridReadWriteTest
> Mar 11, 2008 12:09:27 PM 
> org.geotools.gce.arcgrid.ArcGridReadWriteTesttestErrorConditions
> INFO: testErrorConditions
> Mar 11, 2008 12:09:27 PM 
> org.geotools.gce.arcgrid.ArcGridReadergetCoordinateReferenceSystem
> INFO: Unable to find crs, continuing with default WGS4 CRS
> Mar 11, 2008 12:09:27 PM org.geotools.gce.arcgrid.ArcGridReadWriteTestrunMe
> INFO: arcGrid.asc ESRI
> Mar 11, 2008 12:09:27 PM 
> org.geotools.gce.arcgrid.ArcGridReadergetCoordinateReferenceSystem
> INFO: Unable to find crs, continuing with default WGS4 CRS
> Mar 11, 2008 12:09:27 PM java.util.prefs.FileSystemPreferences$7 run
> WARNING: Prefs file removed in background
> /home/tomcat/.java/.userPrefs/org/geotools/referencing/wkt/prefs.xml
> Mar 11, 2008 12:09:27 PM org.geotools.gce.arcgrid.ArcGridReadWriteTestrunMe
> INFO: arcGrid.asc GRASS
> Mar 11, 2008 12:09:27 PM 
> org.geotools.gce.arcgrid.ArcGridReadergetCoordinateReferenceSystem
> INFO: Unable to find crs, continuing with default WGS4 CRS
> Mar 11, 2008 12:09:27 PM org.geotools.gce.arcgrid.ArcGridReadWriteTestrunMe
> INFO: spearfish_dem.arx ESRI
> Mar 11, 2008 12:09:27 PM 
> org.geotools.gce.arcgrid.ArcGridReadergetCoordinateReferenceSystem
> INFO: Unable to find crs, continuing with default WGS4 CRS
> Mar 11, 2008 12:09:28 PM org.geotools.gce.arcgrid.ArcGridReadWriteTestrunMe
> INFO: spearfish_dem.arx GRASS
> Mar 11, 2008 12:09:28 PM 
> org.geotools.gce.arcgrid.ArcGridReadergetCoordinateReferenceSystem
> INFO: Unable to find crs, continuing with default WGS4 CRS
> Mar 11, 2008 12:09:28 PM org.geotools.gce.arcgrid.ArcGridReadWriteTestrunMe
> INFO: precip30min.asc ESRI
> Mar 11, 2008 12:09:29 PM org.geotools.gce.arcgrid.ArcGridReadWriteTestrunMe
> INFO: precip30min.asc GRASS
> Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.525 sec
> Running org.geotools.gce.arcgrid.ServiceTest
> Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
> Running org.geotools.gce.arcgrid.ArcGridVisualizationTest
> Mar 11, 2008 12:09:30 PM 
> org.geotools.gce.arcgrid.ArcGridVisualizationTesttestVisualization
> INFO: testing visualization of precip30min.asc
> Mar 11, 2008 12:09:30 PM 
> org.geotools.gce.arcgrid.ArcGridVisualizationTesttestReadFileGZip
> INFO: Reading the coverage through a file
> Mar 11, 2008 12:09:30 PM 
> org.geotools.gce.arcgrid.ArcGridReadergetCoordinateReferenceSystem
> INFO: Unable to find crs, continuing with default WGS4 CRS
> Mar 11, 2008 12:09:30 PM 
> org.geotools.gce.arcgrid.ArcGridVisualizationTesttestReadFileGZip
> INFO: Reading the gzipped coverage through an ImageInputStream
> Mar 11, 2008 12:09:30 PM 
> org.geotools.gce.arcgrid.ArcGridReadergetCoordinateReferenceSystem
> INFO: Unable to find crs, continuing with default WGS4 CRS
> Mar 11, 2008 12:09:30 PM 
> org.geotools.gce.arcgrid.ArcGridVisualizationTesttestReadFileGZip
> INFO:  Reading the gzipped coverage through an InputStream
> Mar 11, 2008 12:09:30 PM 
> org.geotools.gce.arcgrid.ArcGridReadergetCoordinateReferenceSystem
> INFO: Unable to find crs, continuing with default WGS4 CRS
> Mar 11, 2008 12:09:30 PM 
> org.geotools.gce.arcgrid.ArcGridVisualizationTesttestReadFileGZip
> INFO: Reading the gzipped coverage through a URL
> Mar 11, 2008 12:09:30 PM 
> org.geotools.gce.arcgrid.ArcGridReadergetCoordinateReferenceSystem
> INFO: Unable to find crs, continuing with default WGS4 CRS
> Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.712 sec
> <<< FAILURE!
>
> Results :
> Tests run: 6, Failures: 0, Errors: 1, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
> [INFO]
> ------------------------------------------------------------------------
> [INFO] For more information, run Maven with the -e switch
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 2 minutes 26 seconds
> [INFO] Finished at: Tue Mar 11 12:09:32 EDT 2008
> [INFO] Final Memory: 29M/63M
> [INFO]
> ------------------------------------------------------------------------
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Geotools-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>



-- 
-------------------------------------------------------
Eng. Daniele Romagnoli
Software Engineer

GeoSolutions S.A.S.
Via Carignoni 51
55041 Camaiore (LU)
Italy

phone: +39 0584983027
fax:     +39 0584983027
mob:   +39 328 0559267


http://www.geo-solutions.it

-------------------------------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to