Hi, I am sorry, I woke up shortly ago. The problem here is (as told yesterday), that our 1.5 compilation is done using a very old JDK 1.5.0_07 and it seems that this version is more strict on the really broken unchecked casts in the new FieldCache code.
The Clover problems with libfreetype.so.9 are caused by Openjdk and Clover (which seems to access swing/awt/X????). I will try to add missing libs. I have no idea, when this will be fixed, so don't hurt me because of Hudson/Jenkins spam and broken builds. There is nothing I can do except fighting against this horrible FreeBSD Jail with very poor Java support - for the ASF with having more than 50% of Java Projects, choosing FreeBSD as O/S of a development/build/project virtual machine is in my opinion a very bad idea (and infra stuff is unfriendly and unhelpful - just my personal opinion). Uwe ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected] > -----Original Message----- > From: Apache Hudson Server [mailto:[email protected]] > Sent: Wednesday, March 09, 2011 8:55 AM > To: [email protected] > Subject: [HUDSON] Lucene-Solr-tests-only-trunk - Build # 5728 - Still Failing > > Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only- > trunk/5728/ > > No tests ran. > > Build Log (for compile errors): > [...truncated 43 lines...] > clean: > [echo] Building analyzers-icu... > > clean: > [echo] Building analyzers-phonetic... > > clean: > [echo] Building analyzers-smartcn... > > clean: > [echo] Building analyzers-stempel... > > clean: > [echo] Building benchmark... > > clean: > > clean-contrib: > > clean: > > clean: > > clean: > > clean: > > clean: > > clean: > > BUILD SUCCESSFUL > Total time: 1 second > + cd > + /home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only- > trunk/check > + out/lucene > + JAVA_HOME=/home/hudson/tools/java/latest1.5 > + /home/hudson/tools/ant/latest1.7/bin/ant compile compile-test > + build-contrib > Buildfile: build.xml > > jflex-uptodate-check: > > jflex-notice: > > javacc-uptodate-check: > > javacc-notice: > > init: > > clover.setup: > > clover.info: > [echo] > [echo] Clover not found. Code coverage reports disabled. > [echo] > > clover: > > common.compile-core: > [mkdir] Created dir: /usr/home/hudson/hudson-slave/workspace/Lucene- > Solr-tests-only-trunk/checkout/lucene/build/classes/java > [javac] Compiling 508 source files to /usr/home/hudson/hudson- > slave/workspace/Lucene-Solr-tests-only- > trunk/checkout/lucene/build/classes/java > [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests- > only- > trunk/checkout/lucene/src/java/org/apache/lucene/util/Version.java:80: > warning: [dep-ann] deprecated name isnt annotated with @Deprecated > [javac] public boolean onOrAfter(Version other) { > [javac] ^ > [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests- > only- > trunk/checkout/lucene/src/java/org/apache/lucene/search/SortField.java:4 > 15: inconvertible types > [javac] found : > org.apache.lucene.search.cache.CachedArrayCreator<capture of ?> > [javac] required: org.apache.lucene.search.cache.IntValuesCreator > [javac] return new FieldComparator.IntComparator(numHits, > (IntValuesCreator)creator, (Integer)missingValue ); > [javac] > ^ > [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests- > only- > trunk/checkout/lucene/src/java/org/apache/lucene/search/SortField.java:4 > 18: inconvertible types > [javac] found : > org.apache.lucene.search.cache.CachedArrayCreator<capture of ?> > [javac] required: org.apache.lucene.search.cache.FloatValuesCreator > [javac] return new FieldComparator.FloatComparator(numHits, > (FloatValuesCreator)creator, (Float)missingValue ); > [javac] > ^ > [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests- > only- > trunk/checkout/lucene/src/java/org/apache/lucene/search/SortField.java:4 > 21: inconvertible types > [javac] found : > org.apache.lucene.search.cache.CachedArrayCreator<capture of ?> > [javac] required: org.apache.lucene.search.cache.LongValuesCreator > [javac] return new FieldComparator.LongComparator(numHits, > (LongValuesCreator)creator, (Long)missingValue ); > [javac] > ^ > [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests- > only- > trunk/checkout/lucene/src/java/org/apache/lucene/search/SortField.java:4 > 24: inconvertible types > [javac] found : > org.apache.lucene.search.cache.CachedArrayCreator<capture of ?> > [javac] required: org.apache.lucene.search.cache.DoubleValuesCreator > [javac] return new FieldComparator.DoubleComparator(numHits, > (DoubleValuesCreator)creator, (Double)missingValue ); > [javac] > ^ > [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests- > only- > trunk/checkout/lucene/src/java/org/apache/lucene/search/SortField.java:4 > 27: inconvertible types > [javac] found : > org.apache.lucene.search.cache.CachedArrayCreator<capture of ?> > [javac] required: org.apache.lucene.search.cache.ByteValuesCreator > [javac] return new FieldComparator.ByteComparator(numHits, > (ByteValuesCreator)creator, (Byte)missingValue ); > [javac] > ^ > [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests- > only- > trunk/checkout/lucene/src/java/org/apache/lucene/search/SortField.java:4 > 30: inconvertible types > [javac] found : > org.apache.lucene.search.cache.CachedArrayCreator<capture of ?> > [javac] required: org.apache.lucene.search.cache.ShortValuesCreator > [javac] return new FieldComparator.ShortComparator(numHits, > (ShortValuesCreator)creator, (Short)missingValue ); > [javac] > ^ > [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests- > only- > trunk/checkout/lucene/src/java/org/apache/lucene/queryParser/CharStrea > m.java:34: warning: [dep-ann] deprecated name isnt annotated with > @Deprecated > [javac] int getColumn(); > [javac] ^ > [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests- > only- > trunk/checkout/lucene/src/java/org/apache/lucene/queryParser/CharStrea > m.java:41: warning: [dep-ann] deprecated name isnt annotated with > @Deprecated > [javac] int getLine(); > [javac] ^ > [javac] Note: Some input files use or override a deprecated API. > [javac] Note: Recompile with -Xlint:deprecation for details. > [javac] 6 errors > [...truncated 10 lines...] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] For additional > commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
