Re: Build failed in Hudson: Lucene-trunk #859

2009-06-15 Thread Simon Willnauer
Uh! I didn't know that I can commit to all contribs
Good to know but I have been inactive for a while so I want use my
power with care!

simon


On Mon, Jun 15, 2009 at 12:34 PM, Grant Ingersoll wrote:
> FYI, Simon, you are still a contrib committer ;-)
>
>
> On Jun 15, 2009, at 3:20 AM, Simon Willnauer wrote:
>
>> There is the wrong name in the pom.xml.template for contrib/remote
>> Here is a diff with a patch:
>>
>> Index: contrib/remote/pom.xml.template
>> ===
>> --- contrib/remote/pom.xml.template     (revision 784550)
>> +++ contrib/remote/pom.xml.template     (working copy)
>> @@ -28,7 +28,7 @@
>>    @version@
>>  
>>  org.apache.lucene
>> -  lucene-regex
>> +  lucene-remote
>>  Lucene Remote
>>  @version@
>>  Remote Searchable based on RMI
>>
>>
>>
>> simon
>> On Mon, Jun 15, 2009 at 4:19 AM, Apache Hudson
>> Server wrote:
>>>
>>> See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/859/changes
>>>
>>> Changes:
>>>
>>> [mikemccand] LUCENE-1539: add DeleteByPercent, FlushReader tasks, and
>>> ability to open reader on a labelled commit point
>>>
>>> [mikemccand] LUCENE-1571: fix LatLongDistanceFilter to respect deleted
>>> docs
>>>
>>> [mikemccand] LUCENE-979: remove a few more old benchmark things
>>>
>>> [mikemccand] revert accidental commit
>>>
>>> [mikemccand] LUCENE-1677: deprecate gcj specializations, and the system
>>> properties that let you specify which SegmentReader impl class to use
>>>
>>> [mikemccand] LUCENE-1407: move RemoteSearchable out of core into
>>> contrib/remote
>>>
>>> --
>>> [...truncated 6620 lines...]
>>> build-lucene:
>>>
>>> build-lucene-tests:
>>>
>>> init:
>>>
>>> clover.setup:
>>>
>>> clover.info:
>>>
>>> clover:
>>>
>>> compile-core:
>>>
>>> jar-src:
>>>     [jar] Building jar:
>>> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/misc/lucene-misc-2.9-SNAPSHOT-src.jar
>>>
>>> dist-maven:
>>>    [copy] Copying 1 file to
>>> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/misc
>>> [artifact:install-provider] Installing provider:
>>> org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime
>>> [artifact:pom] Error downloading parent pom
>>> org.apache.lucene:lucene-contrib::2.9-SNAPSHOT: Missing:
>>> [artifact:pom] --
>>> [artifact:pom] 1) org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
>>> [artifact:pom]   Path to dependency:
>>> [artifact:pom]          1) unspecified:unspecified:jar:0.0
>>> [artifact:pom]          2)
>>> org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
>>> [artifact:pom]
>>> [artifact:pom] --
>>> [artifact:pom] 1 required artifact is missing.
>>> [artifact:pom]
>>> [artifact:pom] for artifact:
>>> [artifact:pom]   unspecified:unspecified:jar:0.0
>>> [artifact:pom]
>>> [artifact:pom] from the specified remote repositories:
>>> [artifact:pom]   central (http://repo1.maven.org/maven2)
>>> [artifact:deploy] Deploying to
>>> file://http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/dist/maven
>>> [artifact:deploy] [INFO] Retrieving previous build number from remote
>>> [artifact:deploy] [INFO] repository metadata for: 'snapshot
>>> org.apache.lucene:lucene-misc:2.9-SNAPSHOT' could not be found on
>>> repository: remote, so will be created
>>> [artifact:deploy] Uploading:
>>> org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1.jar
>>> to remote
>>> [artifact:deploy] Uploaded 52K
>>> [artifact:deploy] [INFO] Retrieving previous metadata from remote
>>> [artifact:deploy] [INFO] repository metadata for: 'artifact
>>> org.apache.lucene:lucene-misc' could not be found on repository: remote, so
>>> will be created
>>> [artifact:deploy] [INFO] Uploading repository metadata for: 'artifact
>>> org.apache.lucene:lucene-misc'
>>> [artifact:deploy] [INFO] Uploading project information for lucene-misc
>>> 2.9-20090615.021803-1
>>> [artifact:deploy] [INFO] Retrieving previous metadata from remote
>>> [artifact:deploy] [INFO] repository metadata for: 'snapshot
>>> org.apache.lucene:lucene-misc:2.9-SNAPSHOT' could not be found on
>>> repository: remote, so will be created
>>> [artifact:deploy] [INFO] Uploading repository metadata for: 'snapshot
>>> org.apache.lucene:lucene-misc:2.9-SNAPSHOT'
>>> [artifact:deploy] [INFO] Retrieving previous build number from remote
>>> [artifact:deploy] Uploading:
>>> org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1-sources.jar
>>> to remote
>>> [artifact:deploy] Uploaded 53K
>>> [artifact:deploy] [INFO] Retrieving previous build number from remote
>>> [artifact:deploy] Uploading:
>>> org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1-javadoc.jar
>>> to remote
>>> [artifact:deploy] Uploaded 142K
>>>    [echo] Building queries...
>>>
>>> javacc-uptodate-check:
>>>
>>> javacc-notice:
>>>
>>> jflex-uptodate-check:
>>>
>>> jflex-notice:
>>>
>>> common.init:
>>>
>>> bui

Re: Build failed in Hudson: Lucene-trunk #859

2009-06-15 Thread Grant Ingersoll

FYI, Simon, you are still a contrib committer ;-)


On Jun 15, 2009, at 3:20 AM, Simon Willnauer wrote:


There is the wrong name in the pom.xml.template for contrib/remote
Here is a diff with a patch:

Index: contrib/remote/pom.xml.template
===
--- contrib/remote/pom.xml.template (revision 784550)
+++ contrib/remote/pom.xml.template (working copy)
@@ -28,7 +28,7 @@
@version@
  
  org.apache.lucene
-  lucene-regex
+  lucene-remote
  Lucene Remote
  @version@
  Remote Searchable based on RMI



simon
On Mon, Jun 15, 2009 at 4:19 AM, Apache Hudson
Server wrote:
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/859/ 
changes


Changes:

[mikemccand] LUCENE-1539: add DeleteByPercent, FlushReader tasks,  
and ability to open reader on a labelled commit point


[mikemccand] LUCENE-1571: fix LatLongDistanceFilter to respect  
deleted docs


[mikemccand] LUCENE-979: remove a few more old benchmark things

[mikemccand] revert accidental commit

[mikemccand] LUCENE-1677: deprecate gcj specializations, and the  
system properties that let you specify which SegmentReader impl  
class to use


[mikemccand] LUCENE-1407: move RemoteSearchable out of core into  
contrib/remote


--
[...truncated 6620 lines...]
build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

compile-core:

jar-src:
 [jar] Building jar: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/misc/lucene-misc-2.9-SNAPSHOT-src.jar

dist-maven:
[copy] Copying 1 file to 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/misc
[artifact:install-provider] Installing provider:  
org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime
[artifact:pom] Error downloading parent pom  
org.apache.lucene:lucene-contrib::2.9-SNAPSHOT: Missing:

[artifact:pom] --
[artifact:pom] 1) org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
[artifact:pom]   Path to dependency:
[artifact:pom]  1) unspecified:unspecified:jar:0.0
[artifact:pom]  2) org.apache.lucene:lucene-contrib:pom:2.9- 
SNAPSHOT

[artifact:pom]
[artifact:pom] --
[artifact:pom] 1 required artifact is missing.
[artifact:pom]
[artifact:pom] for artifact:
[artifact:pom]   unspecified:unspecified:jar:0.0
[artifact:pom]
[artifact:pom] from the specified remote repositories:
[artifact:pom]   central (http://repo1.maven.org/maven2)
[artifact:deploy] Deploying to 
file://http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/dist/maven
[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] [INFO] repository metadata for: 'snapshot  
org.apache.lucene:lucene-misc:2.9-SNAPSHOT' could not be found on  
repository: remote, so will be created
[artifact:deploy] Uploading: org/apache/lucene/lucene-misc/2.9- 
SNAPSHOT/lucene-misc-2.9-20090615.021803-1.jar to remote

[artifact:deploy] Uploaded 52K
[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] repository metadata for: 'artifact  
org.apache.lucene:lucene-misc' could not be found on repository:  
remote, so will be created
[artifact:deploy] [INFO] Uploading repository metadata for:  
'artifact org.apache.lucene:lucene-misc'
[artifact:deploy] [INFO] Uploading project information for lucene- 
misc 2.9-20090615.021803-1

[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] repository metadata for: 'snapshot  
org.apache.lucene:lucene-misc:2.9-SNAPSHOT' could not be found on  
repository: remote, so will be created
[artifact:deploy] [INFO] Uploading repository metadata for:  
'snapshot org.apache.lucene:lucene-misc:2.9-SNAPSHOT'

[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] Uploading: org/apache/lucene/lucene-misc/2.9- 
SNAPSHOT/lucene-misc-2.9-20090615.021803-1-sources.jar to remote

[artifact:deploy] Uploaded 53K
[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] Uploading: org/apache/lucene/lucene-misc/2.9- 
SNAPSHOT/lucene-misc-2.9-20090615.021803-1-javadoc.jar to remote

[artifact:deploy] Uploaded 142K
[echo] Building queries...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

compile-core:

jar-src:
 [jar] Building jar: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/queries/lucene-queries-2.9-SNAPSHOT-src.jar

dist-maven:
[copy] Copying 1 file to 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/queries
[artifact:install-provider] Installing provider:  
org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime
[artifact:pom] Error downloading parent pom  
org.apache.lucene:lucene-contrib::2.9-SNAPSHOT: Missing:

[artifact:pom] --
[artifact

Re: Build failed in Hudson: Lucene-trunk #859

2009-06-15 Thread Michael Busch

Thanks, Simon!

I just committed the fix.

 Michael

On 6/15/09 12:20 AM, Simon Willnauer wrote:

There is the wrong name in the pom.xml.template for contrib/remote
Here is a diff with a patch:

Index: contrib/remote/pom.xml.template
===
--- contrib/remote/pom.xml.template (revision 784550)
+++ contrib/remote/pom.xml.template (working copy)
@@ -28,7 +28,7 @@
  @version@

org.apache.lucene
-lucene-regex
+lucene-remote
Lucene Remote
@version@
Remote Searchable based on RMI



simon
On Mon, Jun 15, 2009 at 4:19 AM, Apache Hudson
Server  wrote:
   

See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/859/changes

Changes:

[mikemccand] LUCENE-1539: add DeleteByPercent, FlushReader tasks, and ability 
to open reader on a labelled commit point

[mikemccand] LUCENE-1571: fix LatLongDistanceFilter to respect deleted docs

[mikemccand] LUCENE-979: remove a few more old benchmark things

[mikemccand] revert accidental commit

[mikemccand] LUCENE-1677: deprecate gcj specializations, and the system 
properties that let you specify which SegmentReader impl class to use

[mikemccand] LUCENE-1407: move RemoteSearchable out of core into contrib/remote

--
[...truncated 6620 lines...]
build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

compile-core:

jar-src:
  [jar] Building jar: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/misc/lucene-misc-2.9-SNAPSHOT-src.jar

dist-maven:
 [copy] Copying 1 file to 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/misc
[artifact:install-provider] Installing provider: 
org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime
[artifact:pom] Error downloading parent pom 
org.apache.lucene:lucene-contrib::2.9-SNAPSHOT: Missing:
[artifact:pom] --
[artifact:pom] 1) org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
[artifact:pom]   Path to dependency:
[artifact:pom]  1) unspecified:unspecified:jar:0.0
[artifact:pom]  2) org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
[artifact:pom]
[artifact:pom] --
[artifact:pom] 1 required artifact is missing.
[artifact:pom]
[artifact:pom] for artifact:
[artifact:pom]   unspecified:unspecified:jar:0.0
[artifact:pom]
[artifact:pom] from the specified remote repositories:
[artifact:pom]   central (http://repo1.maven.org/maven2)
[artifact:deploy] Deploying to 
file://http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/dist/maven
[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] [INFO] repository metadata for: 'snapshot 
org.apache.lucene:lucene-misc:2.9-SNAPSHOT' could not be found on repository: 
remote, so will be created
[artifact:deploy] Uploading: 
org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1.jar
 to remote
[artifact:deploy] Uploaded 52K
[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] repository metadata for: 'artifact 
org.apache.lucene:lucene-misc' could not be found on repository: remote, so 
will be created
[artifact:deploy] [INFO] Uploading repository metadata for: 'artifact 
org.apache.lucene:lucene-misc'
[artifact:deploy] [INFO] Uploading project information for lucene-misc 
2.9-20090615.021803-1
[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] repository metadata for: 'snapshot 
org.apache.lucene:lucene-misc:2.9-SNAPSHOT' could not be found on repository: 
remote, so will be created
[artifact:deploy] [INFO] Uploading repository metadata for: 'snapshot 
org.apache.lucene:lucene-misc:2.9-SNAPSHOT'
[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] Uploading: 
org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1-sources.jar
 to remote
[artifact:deploy] Uploaded 53K
[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] Uploading: 
org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1-javadoc.jar
 to remote
[artifact:deploy] Uploaded 142K
 [echo] Building queries...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

compile-core:

jar-src:
  [jar] Building jar: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/queries/lucene-queries-2.9-SNAPSHOT-src.jar

dist-maven:
 [copy] Copying 1 file to 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/queries
[artifact:install-provider] Installing provider: 
org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime
[artifact:pom] Error downloading parent pom 
org.apache.lucene:lucene-contrib::2.9-SNAPSHOT: Missing:
[artifact:pom] --
[artifact:pom] 1) org.apache.lucene:

Re: Build failed in Hudson: Lucene-trunk #859

2009-06-15 Thread Simon Willnauer
There is the wrong name in the pom.xml.template for contrib/remote
Here is a diff with a patch:

Index: contrib/remote/pom.xml.template
===
--- contrib/remote/pom.xml.template (revision 784550)
+++ contrib/remote/pom.xml.template (working copy)
@@ -28,7 +28,7 @@
 @version@
   
   org.apache.lucene
-  lucene-regex
+  lucene-remote
   Lucene Remote
   @version@
   Remote Searchable based on RMI



simon
On Mon, Jun 15, 2009 at 4:19 AM, Apache Hudson
Server wrote:
> See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/859/changes
>
> Changes:
>
> [mikemccand] LUCENE-1539: add DeleteByPercent, FlushReader tasks, and ability 
> to open reader on a labelled commit point
>
> [mikemccand] LUCENE-1571: fix LatLongDistanceFilter to respect deleted docs
>
> [mikemccand] LUCENE-979: remove a few more old benchmark things
>
> [mikemccand] revert accidental commit
>
> [mikemccand] LUCENE-1677: deprecate gcj specializations, and the system 
> properties that let you specify which SegmentReader impl class to use
>
> [mikemccand] LUCENE-1407: move RemoteSearchable out of core into 
> contrib/remote
>
> --
> [...truncated 6620 lines...]
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> clover.setup:
>
> clover.info:
>
> clover:
>
> compile-core:
>
> jar-src:
>      [jar] Building jar: 
> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/misc/lucene-misc-2.9-SNAPSHOT-src.jar
>
> dist-maven:
>     [copy] Copying 1 file to 
> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/misc
> [artifact:install-provider] Installing provider: 
> org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime
> [artifact:pom] Error downloading parent pom 
> org.apache.lucene:lucene-contrib::2.9-SNAPSHOT: Missing:
> [artifact:pom] --
> [artifact:pom] 1) org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
> [artifact:pom]   Path to dependency:
> [artifact:pom]          1) unspecified:unspecified:jar:0.0
> [artifact:pom]          2) org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
> [artifact:pom]
> [artifact:pom] --
> [artifact:pom] 1 required artifact is missing.
> [artifact:pom]
> [artifact:pom] for artifact:
> [artifact:pom]   unspecified:unspecified:jar:0.0
> [artifact:pom]
> [artifact:pom] from the specified remote repositories:
> [artifact:pom]   central (http://repo1.maven.org/maven2)
> [artifact:deploy] Deploying to 
> file://http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/dist/maven
> [artifact:deploy] [INFO] Retrieving previous build number from remote
> [artifact:deploy] [INFO] repository metadata for: 'snapshot 
> org.apache.lucene:lucene-misc:2.9-SNAPSHOT' could not be found on repository: 
> remote, so will be created
> [artifact:deploy] Uploading: 
> org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1.jar
>  to remote
> [artifact:deploy] Uploaded 52K
> [artifact:deploy] [INFO] Retrieving previous metadata from remote
> [artifact:deploy] [INFO] repository metadata for: 'artifact 
> org.apache.lucene:lucene-misc' could not be found on repository: remote, so 
> will be created
> [artifact:deploy] [INFO] Uploading repository metadata for: 'artifact 
> org.apache.lucene:lucene-misc'
> [artifact:deploy] [INFO] Uploading project information for lucene-misc 
> 2.9-20090615.021803-1
> [artifact:deploy] [INFO] Retrieving previous metadata from remote
> [artifact:deploy] [INFO] repository metadata for: 'snapshot 
> org.apache.lucene:lucene-misc:2.9-SNAPSHOT' could not be found on repository: 
> remote, so will be created
> [artifact:deploy] [INFO] Uploading repository metadata for: 'snapshot 
> org.apache.lucene:lucene-misc:2.9-SNAPSHOT'
> [artifact:deploy] [INFO] Retrieving previous build number from remote
> [artifact:deploy] Uploading: 
> org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1-sources.jar
>  to remote
> [artifact:deploy] Uploaded 53K
> [artifact:deploy] [INFO] Retrieving previous build number from remote
> [artifact:deploy] Uploading: 
> org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1-javadoc.jar
>  to remote
> [artifact:deploy] Uploaded 142K
>     [echo] Building queries...
>
> javacc-uptodate-check:
>
> javacc-notice:
>
> jflex-uptodate-check:
>
> jflex-notice:
>
> common.init:
>
> build-lucene:
>
> build-lucene-tests:
>
> init:
>
> clover.setup:
>
> clover.info:
>
> clover:
>
> compile-core:
>
> jar-src:
>      [jar] Building jar: 
> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/queries/lucene-queries-2.9-SNAPSHOT-src.jar
>
> dist-maven:
>     [copy] Copying 1 file to 
> http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/queries
> [artifact:install-provider] Installing provider: 
> org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime
> [artifact:pom] Error downloading parent pom 

Build failed in Hudson: Lucene-trunk #859

2009-06-14 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/859/changes

Changes:

[mikemccand] LUCENE-1539: add DeleteByPercent, FlushReader tasks, and ability 
to open reader on a labelled commit point

[mikemccand] LUCENE-1571: fix LatLongDistanceFilter to respect deleted docs

[mikemccand] LUCENE-979: remove a few more old benchmark things

[mikemccand] revert accidental commit

[mikemccand] LUCENE-1677: deprecate gcj specializations, and the system 
properties that let you specify which SegmentReader impl class to use

[mikemccand] LUCENE-1407: move RemoteSearchable out of core into contrib/remote

--
[...truncated 6620 lines...]
build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

compile-core:

jar-src:
  [jar] Building jar: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/misc/lucene-misc-2.9-SNAPSHOT-src.jar
 

dist-maven:
 [copy] Copying 1 file to 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/misc
 
[artifact:install-provider] Installing provider: 
org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime
[artifact:pom] Error downloading parent pom 
org.apache.lucene:lucene-contrib::2.9-SNAPSHOT: Missing:
[artifact:pom] --
[artifact:pom] 1) org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
[artifact:pom]   Path to dependency: 
[artifact:pom]  1) unspecified:unspecified:jar:0.0
[artifact:pom]  2) org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
[artifact:pom] 
[artifact:pom] --
[artifact:pom] 1 required artifact is missing.
[artifact:pom] 
[artifact:pom] for artifact: 
[artifact:pom]   unspecified:unspecified:jar:0.0
[artifact:pom] 
[artifact:pom] from the specified remote repositories:
[artifact:pom]   central (http://repo1.maven.org/maven2)
[artifact:deploy] Deploying to 
file://http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/dist/maven
 
[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] [INFO] repository metadata for: 'snapshot 
org.apache.lucene:lucene-misc:2.9-SNAPSHOT' could not be found on repository: 
remote, so will be created
[artifact:deploy] Uploading: 
org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1.jar
 to remote
[artifact:deploy] Uploaded 52K
[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] repository metadata for: 'artifact 
org.apache.lucene:lucene-misc' could not be found on repository: remote, so 
will be created
[artifact:deploy] [INFO] Uploading repository metadata for: 'artifact 
org.apache.lucene:lucene-misc'
[artifact:deploy] [INFO] Uploading project information for lucene-misc 
2.9-20090615.021803-1
[artifact:deploy] [INFO] Retrieving previous metadata from remote
[artifact:deploy] [INFO] repository metadata for: 'snapshot 
org.apache.lucene:lucene-misc:2.9-SNAPSHOT' could not be found on repository: 
remote, so will be created
[artifact:deploy] [INFO] Uploading repository metadata for: 'snapshot 
org.apache.lucene:lucene-misc:2.9-SNAPSHOT'
[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] Uploading: 
org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1-sources.jar
 to remote
[artifact:deploy] Uploaded 53K
[artifact:deploy] [INFO] Retrieving previous build number from remote
[artifact:deploy] Uploading: 
org/apache/lucene/lucene-misc/2.9-SNAPSHOT/lucene-misc-2.9-20090615.021803-1-javadoc.jar
 to remote
[artifact:deploy] Uploaded 142K
 [echo] Building queries...

javacc-uptodate-check:

javacc-notice:

jflex-uptodate-check:

jflex-notice:

common.init:

build-lucene:

build-lucene-tests:

init:

clover.setup:

clover.info:

clover:

compile-core:

jar-src:
  [jar] Building jar: 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/queries/lucene-queries-2.9-SNAPSHOT-src.jar
 

dist-maven:
 [copy] Copying 1 file to 
http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/build/contrib/queries
 
[artifact:install-provider] Installing provider: 
org.apache.maven.wagon:wagon-ssh:jar:1.0-beta-2:runtime
[artifact:pom] Error downloading parent pom 
org.apache.lucene:lucene-contrib::2.9-SNAPSHOT: Missing:
[artifact:pom] --
[artifact:pom] 1) org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
[artifact:pom]   Path to dependency: 
[artifact:pom]  1) unspecified:unspecified:jar:0.0
[artifact:pom]  2) org.apache.lucene:lucene-contrib:pom:2.9-SNAPSHOT
[artifact:pom] 
[artifact:pom] --
[artifact:pom] 1 required artifact is missing.
[artifact:pom] 
[artifact:pom] for artifact: 
[artifact:pom]   unspecified:unspecified:jar:0.0
[artifact:pom] 
[artifact:pom] from the specified remote repositories:
[artifact:pom]   central (http://repo1.maven.org/maven2)
[artifact:deploy] Deploying to 
file://http://hudson.zones.apache.org/hudson/job/Lucene-trunk/ws/trunk/dist/maven