You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2010/11/27 15:14:00 UTC

Lucene-Solr-tests-only-trunk - Build # 1902 - Still Failing

Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1902/

All tests passed

Build Log (for compile errors):
[...truncated 7144 lines...]
    [javac]         NamedList<Object> index = (NamedList<Object>) field.get("index");
    [javac]                                                                ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/response/DocumentAnalysisResponse.java:62: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: org.apache.solr.common.util.NamedList<java.lang.Object>
    [javac]           NamedList<Object> valueNL = (NamedList<Object>) valueEntry.getValue();
    [javac]                                                                              ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/response/FieldAnalysisResponse.java:47: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: org.apache.solr.common.util.NamedList<java.lang.Object>
    [javac]     NamedList<Object> fieldTypesNL = (NamedList<Object>) analysisNL.get("field_types");
    [javac]                                                                        ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/response/FieldAnalysisResponse.java:51: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: org.apache.solr.common.util.NamedList<java.lang.Object>
    [javac]       NamedList<Object> queryNL = (NamedList<Object>) fieldTypeNL.get("query");
    [javac]                                                                      ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/response/FieldAnalysisResponse.java:54: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: org.apache.solr.common.util.NamedList<java.lang.Object>
    [javac]       NamedList<Object> indexNL = (NamedList<Object>) fieldTypeNL.get("index");
    [javac]                                                                      ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/response/FieldAnalysisResponse.java:61: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: org.apache.solr.common.util.NamedList<java.lang.Object>
    [javac]     NamedList<Object> fieldNamesNL = (NamedList<Object>) analysisNL.get("field_names");
    [javac]                                                                        ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/response/FieldAnalysisResponse.java:65: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: org.apache.solr.common.util.NamedList<java.lang.Object>
    [javac]       NamedList<Object> queryNL = (NamedList<Object>) fieldNameNL.get("query");
    [javac]                                                                      ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/response/FieldAnalysisResponse.java:68: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: org.apache.solr.common.util.NamedList<java.lang.Object>
    [javac]       NamedList<Object> indexNL = (NamedList<Object>) fieldNameNL.get("index");
    [javac]                                                                      ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:54: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]       params.add("commitWithin", updateRequest.getCommitWithin());
    [javac]                 ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:65: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]     nl.add("params", params);// 0: params
    [javac]           ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:66: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]     nl.add("delById", updateRequest.getDeleteById());
    [javac]           ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:67: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]     nl.add("delByQ", updateRequest.getDeleteQuery());
    [javac]           ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:68: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]     nl.add("docs", docIter);
    [javac]           ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:113: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]           nl.add(name, val);
    [javac]                 ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:136: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: java.util.List<org.apache.solr.common.util.NamedList>
    [javac]           handler.document(listToSolrInputDocument((List<NamedList>) o), updateRequest);
    [javac]                                                                      ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:142: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: java.util.List<java.lang.String>
    [javac]     delById = (List<String>) namedList[0].get("delById");
    [javac]                                              ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:143: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: java.util.List<java.lang.String>
    [javac]     delByQ = (List<String>) namedList[0].get("delByQ");
    [javac]                                             ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:144: warning: [unchecked] unchecked cast
    [javac] found   : java.lang.Object
    [javac] required: java.util.List<java.util.List<org.apache.solr.common.util.NamedList>>
    [javac]     doclist = (List<List<NamedList>>) namedList[0].get("docs");
    [javac]                                                       ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:170: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]     nl.add("boost", doc.getDocumentBoost() == 1.0f ? null : doc.getDocumentBoost());
    [javac]           ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:176: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]       nl.add("name", field.getName());
    [javac]             ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:177: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]       nl.add("val", field.getValue());
    [javac]             ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:178: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]       nl.add("boost", field.getBoost() == 1.0f ? null : field.getBoost());
    [javac]             ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:205: warning: [unchecked] unchecked call to add(java.lang.String,T) as a member of the raw type org.apache.solr.common.util.NamedList
    [javac]       nl.add(s, params.getParams(s));
    [javac]             ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/request/JavaBinUpdateRequestCodec.java:213: warning: [unchecked] unchecked conversion
    [javac] found   : java.util.List
    [javac] required: java.util.List<java.lang.String>
    [javac]       List<String> l = (List) nl.getVal(i);
    [javac]                        ^
    [javac] /usr/home/hudson/hudson-slave/workspace/Lucene-Solr-tests-only-trunk/checkout/solr/src/solrj/org/apache/solr/client/solrj/response/LukeResponse.java:106: error while writing org.apache.solr.client.solrj.response.LukeResponse.FieldInfo: No space left on device
    [javac]   public static class FieldInfo implements Serializable {
    [javac]                 ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 1 error
[...truncated 11 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Lucene-Solr-tests-only-trunk - Build # 1907 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1907/

No tests ran.

Build Log (for compile errors):
[...truncated 38 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Lucene-Solr-tests-only-trunk - Build # 1906 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1906/

No tests ran.

Build Log (for compile errors):
[...truncated 47 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: Lucene-Solr-tests-only-trunk - Build # 1905 - Still Failing

Posted by Uwe Schindler <us...@apache.org>.
Thanks!

-----
Uwe Schindler
uschindler@apache.org 
Apache Lucene PMC Member / Committer
Bremen, Germany
http://lucene.apache.org/

> -----Original Message-----
> From: Gav... [mailto:gavin@16degrees.com.au]
> Sent: Saturday, November 27, 2010 11:13 PM
> To: 'Uwe Schindler'; dev@lucene.apache.org
> Cc: 'Apache Infrastructure'
> Subject: RE: Lucene-Solr-tests-only-trunk - Build # 1905 - Still Failing
> 
> 
> 
> > -----Original Message-----
> > From: Uwe Schindler [mailto:uschindler@apache.org]
> > Sent: Sunday, 28 November 2010 4:15 AM
> > To: dev@lucene.apache.org
> > Cc: 'Apache Infrastructure'; builds@apache.org
> > Subject: RE: Lucene-Solr-tests-only-trunk - Build # 1905 - Still
> > Failing
> >
> > I cannot do anything: The filesystem is shared with other freebsd
> > slaves, so we have to wait for somebody from infra to clean it up:
> 
> The main issue is that the host Sigyn is waiting for an array, we had one but
> seems not compatible so in the meantime things are a bit tight.
> 
> I have freed off another 20GB out of Gump Jail /var/tmp and will cron that it
> stays that way. If you can keep Lucene clean of lots of logs and tmp stuff and I'll
> search other jails to ensure they do the same.
> 
> We should then be fine until we get that array sorted.
> 
> Gav...
> 
> >
> > [uschindler@lucene ~]$ df -h
> > Filesystem                             Size    Used   Avail Capacity
> > Mounted on
> > zroot/jails/lucene.zones.apache.org     16G     16G      0B   100%    /
> > [uschindler@lucene ~]$
> >
> > I will cleanup the local workspaces, but as soon as all jobs ran, we
> > are here again!
> >
> > Uwe
> >
> > -----
> > Uwe Schindler
> > uschindler@apache.org
> > Apache Lucene PMC Member / Committer
> > Bremen, Germany
> > http://lucene.apache.org/
> >
> > > -----Original Message-----
> > > From: Uwe Schindler [mailto:uwe@thetaphi.de]
> > > Sent: Saturday, November 27, 2010 5:17 PM
> > > To: dev@lucene.apache.org
> > > Subject: Re: Lucene-Solr-tests-only-trunk - Build # 1905 - Still
> > Failing
> > >
> > > Hudson is angry again, I will fix when back at home. Seems out of
> > disk space
> > >
> > >
> > >
> > > "Apache Hudson Server" <hu...@hudson.apache.org> schrieb:
> > >
> > > >Build:
> > > >https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-
> > trunk/1905/
> > > >
> > > >No tests ran.
> > > >
> > > >Build Log (for compile errors):
> > > >[...truncated 45 lines...]
> > > >
> > > >
> > > >
> > > >-------------------------------------------------------------------
> > > >-
> > -
> > > >To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> > > >additional commands, e-mail: dev-help@lucene.apache.org
> > >
> > > --
> > > Uwe Schindler
> > > H.-H.-Meier-Allee 63, 28213 Bremen
> > > http://www.thetaphi.de
> > >
> > > --------------------------------------------------------------------
> > > - To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> > additional
> > > commands, e-mail: dev-help@lucene.apache.org
> >
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: Lucene-Solr-tests-only-trunk - Build # 1905 - Still Failing

Posted by "Gav..." <ga...@16degrees.com.au>.

> -----Original Message-----
> From: Uwe Schindler [mailto:uschindler@apache.org]
> Sent: Sunday, 28 November 2010 4:15 AM
> To: dev@lucene.apache.org
> Cc: 'Apache Infrastructure'; builds@apache.org
> Subject: RE: Lucene-Solr-tests-only-trunk - Build # 1905 - Still
> Failing
> 
> I cannot do anything: The filesystem is shared with other freebsd
> slaves, so we have to wait for somebody from infra to clean it up:

The main issue is that the host Sigyn is waiting for an array, we had one
but seems not compatible so in the meantime things are a bit tight.

I have freed off another 20GB out of Gump Jail /var/tmp and will cron that
it stays that way. If you can keep Lucene clean of lots of logs and tmp
stuff and I'll search other jails to ensure they do the same.

We should then be fine until we get that array sorted.

Gav...

> 
> [uschindler@lucene ~]$ df -h
> Filesystem                             Size    Used   Avail Capacity
> Mounted on
> zroot/jails/lucene.zones.apache.org     16G     16G      0B   100%    /
> [uschindler@lucene ~]$
> 
> I will cleanup the local workspaces, but as soon as all jobs ran, we
> are here again!
> 
> Uwe
> 
> -----
> Uwe Schindler
> uschindler@apache.org
> Apache Lucene PMC Member / Committer
> Bremen, Germany
> http://lucene.apache.org/
> 
> > -----Original Message-----
> > From: Uwe Schindler [mailto:uwe@thetaphi.de]
> > Sent: Saturday, November 27, 2010 5:17 PM
> > To: dev@lucene.apache.org
> > Subject: Re: Lucene-Solr-tests-only-trunk - Build # 1905 - Still
> Failing
> >
> > Hudson is angry again, I will fix when back at home. Seems out of
> disk space
> >
> >
> >
> > "Apache Hudson Server" <hu...@hudson.apache.org> schrieb:
> >
> > >Build:
> > >https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-
> trunk/1905/
> > >
> > >No tests ran.
> > >
> > >Build Log (for compile errors):
> > >[...truncated 45 lines...]
> > >
> > >
> > >
> > >--------------------------------------------------------------------
> -
> > >To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> > >additional commands, e-mail: dev-help@lucene.apache.org
> >
> > --
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, 28213 Bremen
> > http://www.thetaphi.de
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> additional
> > commands, e-mail: dev-help@lucene.apache.org
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: Lucene-Solr-tests-only-trunk - Build # 1905 - Still Failing

Posted by Uwe Schindler <us...@apache.org>.
I cannot do anything: The filesystem is shared with other freebsd slaves, so we have to wait for somebody from infra to clean it up:

[uschindler@lucene ~]$ df -h
Filesystem                             Size    Used   Avail Capacity  Mounted on
zroot/jails/lucene.zones.apache.org     16G     16G      0B   100%    /
[uschindler@lucene ~]$

I will cleanup the local workspaces, but as soon as all jobs ran, we are here again!

Uwe

-----
Uwe Schindler
uschindler@apache.org 
Apache Lucene PMC Member / Committer
Bremen, Germany
http://lucene.apache.org/

> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Saturday, November 27, 2010 5:17 PM
> To: dev@lucene.apache.org
> Subject: Re: Lucene-Solr-tests-only-trunk - Build # 1905 - Still Failing
> 
> Hudson is angry again, I will fix when back at home. Seems out of disk space
> 
> 
> 
> "Apache Hudson Server" <hu...@hudson.apache.org> schrieb:
> 
> >Build:
> >https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1905/
> >
> >No tests ran.
> >
> >Build Log (for compile errors):
> >[...truncated 45 lines...]
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> >additional commands, e-mail: dev-help@lucene.apache.org
> 
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


RE: Lucene-Solr-tests-only-trunk - Build # 1905 - Still Failing

Posted by Uwe Schindler <us...@apache.org>.
I cannot do anything: The filesystem is shared with other freebsd slaves, so we have to wait for somebody from infra to clean it up:

[uschindler@lucene ~]$ df -h
Filesystem                             Size    Used   Avail Capacity  Mounted on
zroot/jails/lucene.zones.apache.org     16G     16G      0B   100%    /
[uschindler@lucene ~]$

I will cleanup the local workspaces, but as soon as all jobs ran, we are here again!

Uwe

-----
Uwe Schindler
uschindler@apache.org 
Apache Lucene PMC Member / Committer
Bremen, Germany
http://lucene.apache.org/

> -----Original Message-----
> From: Uwe Schindler [mailto:uwe@thetaphi.de]
> Sent: Saturday, November 27, 2010 5:17 PM
> To: dev@lucene.apache.org
> Subject: Re: Lucene-Solr-tests-only-trunk - Build # 1905 - Still Failing
> 
> Hudson is angry again, I will fix when back at home. Seems out of disk space
> 
> 
> 
> "Apache Hudson Server" <hu...@hudson.apache.org> schrieb:
> 
> >Build:
> >https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1905/
> >
> >No tests ran.
> >
> >Build Log (for compile errors):
> >[...truncated 45 lines...]
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For
> >additional commands, e-mail: dev-help@lucene.apache.org
> 
> --
> Uwe Schindler
> H.-H.-Meier-Allee 63, 28213 Bremen
> http://www.thetaphi.de
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional
> commands, e-mail: dev-help@lucene.apache.org



Re: Lucene-Solr-tests-only-trunk - Build # 1905 - Still Failing

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hudson is angry again, I will fix when back at home. Seems out of disk space



"Apache Hudson Server" <hu...@hudson.apache.org> schrieb:

>Build:
>https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1905/
>
>No tests ran.
>
>Build Log (for compile errors):
>[...truncated 45 lines...]
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>For additional commands, e-mail: dev-help@lucene.apache.org

--
Uwe Schindler
H.-H.-Meier-Allee 63, 28213 Bremen
http://www.thetaphi.de

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Lucene-Solr-tests-only-trunk - Build # 1905 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1905/

No tests ran.

Build Log (for compile errors):
[...truncated 45 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Lucene-Solr-tests-only-trunk - Build # 1904 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1904/

No tests ran.

Build Log (for compile errors):
[...truncated 45 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


Lucene-Solr-tests-only-trunk - Build # 1903 - Still Failing

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/1903/

No tests ran.

Build Log (for compile errors):
[...truncated 53 lines...]



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org