You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by hu...@lucene.zones.apache.org on 2007/07/12 13:41:29 UTC

Build failed in Hudson: Hadoop-Nightly #152

See http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/152/changes

Changes:

[jimk] Exception handling in HBase is broken over client server connections

[omalley] HADOOP-1533. Add persistent logging of errors to distcp.

[cutting] HADOOP-1286.  Add support to HDFS for distributed upgrades.  Contributed by Konstantin.

[cutting] HADOOP-1580.  Improve contrib/streaming so that subprocess exit status is shown for errors.  Contributed by John Heidemann.

[cutting] HADOOP-1448.  In HDFS, randomize lists of non-local block locations returned to client.  Contributed by Hairong.

[cutting] HADOOP-1578.  Fix datanode to send its storage id to namenode during registration.  Contributed by Konstantin.

[cutting] HADOOP-1584.  Fix a bug in GenericWritable that limited it to 128 types.  Contributed by Espen Amble Kolstad.

[cutting] HADOOP-1473.  Make job ids unique across jobtracker restarts.  Contributed by Owen.

[cutting] HADOOP-1582.  Fix hdfslib to return 0 at EOF instead of -1, per C conventions.  Contributed by Chistian Kunz.

[cutting] HADOOP-911.  Fix a multithreading bug in libhdfs.  Contributed by Christian Kunz.

[cutting] HADOOP-1486.  Fix so that fatal exceptions in namenode cause it to exit.  Contributed by Dhruba.

[cutting] HADOOP-1470.  Factor checksum generation and validation out of ChecksumFileSystem to make it reusable.  Contributed by Hairong.

[stack] HADOOP-1375 a simple parser for hbase
M src/contrib/hbase/NOTICE.txt
    Add notice of udanax contributions.
Msrc/contrib/hbase/conf/hbase-default.xml
    (hbaseshell.jline.bell.enabled): Added.
M src/contrib/hbase/CHANGES.txt
    (hadoop-1375) Added.
M src/contrib/hbase/src/java/org/apache/hadoop/hbase/package.html
    Add note on how to start up hbase shell
M src/contrib/hbase/bin/hbase
    Add 'shell'.  Remove 'client' (shell does what it used do and more).
    Removed all reader and logreader until better developed.  Starting
    up a reader or logreader on a running hbase system could do damage).
M src/contrib/hbase/build.xml
    Add a javacc target to generate content of shell/generated subpackage.
A src/contrib/hbase/src/test/org/apache/hadoop/hbase/shell/TestHBaseShell.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/Shell.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DeleteCommand.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/CreateCommand.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DropCommand.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/InsertCommand.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/CommandFactory.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpContents.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ExitCommand.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ConsoleTable.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/DescCommand.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/SelectCommand.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/Command.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ShowCommand.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/BasicCommand.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpManager.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/ReturnMsg.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HelpCommand.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/HBaseShell.jj
    Added.
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/Token.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/TokenMgrError.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/SimpleCharStream.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParserTokenManager.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParseException.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/ParserConstants.java
A src/contrib/hbase/src/java/org/apache/hadoop/hbase/shell/generated/Parser.java
    Added javacc generated files.

[cutting] HADOOP-1590.  Use relative paths in jobtracker web ui.  Contributed by Thomas Friol.

------------------------------------------
[...truncated 41620 lines...]
    [junit] 	at org.apache.hadoop.streaming.PipeMapper.close(PipeMapper.java:117)
    [junit] 	at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:49)
    [junit] 	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:189)
    [junit] 	at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1763)

    [junit] 07/07/12 11:39:59 INFO mapred.TaskInProgress: Task 'task_200707121139_0001_m_000000_1' has been lost.
    [junit] 07/07/12 11:39:59 INFO mapred.TaskInProgress: Error from task_200707121139_0001_m_000002_0: java.lang.NullPointerException
    [junit] 	at org.apache.hadoop.streaming.PipeMapRed.waitOutputThreads(PipeMapRed.java:289)
    [junit] 	at org.apache.hadoop.streaming.PipeMapRed.mapRedFinished(PipeMapRed.java:410)
    [junit] 	at org.apache.hadoop.streaming.PipeMapper.close(PipeMapper.java:117)
    [junit] 	at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:49)
    [junit] 	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:189)
    [junit] 	at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1763)

    [junit] 07/07/12 11:39:59 INFO mapred.JobInProgress: Choosing failed task tip_200707121139_0001_m_000000
    [junit] 07/07/12 11:39:59 INFO mapred.JobTracker: Adding task 'task_200707121139_0001_m_000000_2' to tip tip_200707121139_0001_m_000000, for tracker 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:39:59 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000000_1' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:39:59 INFO mapred.TaskTracker: LaunchTaskAction: task_200707121139_0001_m_000000_2
    [junit] 07/07/12 11:39:59 INFO dfs.DataNode: Served block blk_-7279568455298474650 to /127.0.0.1
    [junit] 07/07/12 11:39:59 INFO dfs.DataNode: Served block blk_4946279160141697260 to /127.0.0.1
    [junit] 07/07/12 11:39:59 INFO mapred.TaskRunner: task_200707121139_0001_m_000002_0 done; removing files.
    [junit] 07/07/12 11:39:59 INFO mapred.TaskInProgress: Task 'task_200707121139_0001_m_000002_0' has been lost.
    [junit] 07/07/12 11:39:59 INFO mapred.JobInProgress: TaskTracker at 'tracker_lucene.zones.apache.org' turned 'flaky'
    [junit] 07/07/12 11:39:59 INFO mapred.JobInProgress: Choosing failed task tip_200707121139_0001_m_000001
    [junit] 07/07/12 11:39:59 INFO mapred.JobTracker: Adding task 'task_200707121139_0001_m_000001_1' to tip tip_200707121139_0001_m_000001, for tracker 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:39:59 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000002_0' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:39:59 INFO mapred.TaskTracker: LaunchTaskAction: task_200707121139_0001_m_000001_1
    [junit] 07/07/12 11:39:59 INFO dfs.DataNode: Served block blk_-7279568455298474650 to /127.0.0.1
    [junit] 07/07/12 11:39:59 INFO dfs.DataNode: Served block blk_4946279160141697260 to /127.0.0.1
    [junit] 07/07/12 11:40:01 INFO dfs.DataNode: Served block blk_8609742395590858214 to /127.0.0.1
    [junit] 07/07/12 11:40:01 INFO dfs.DataNode: Served block blk_7553306063626476488 to /127.0.0.1
    [junit] 07/07/12 11:40:01 INFO dfs.DataNode: Served block blk_8609742395590858214 to /127.0.0.1
    [junit] 07/07/12 11:40:02 INFO dfs.DataNode: Served block blk_8609742395590858214 to /127.0.0.1
    [junit] 07/07/12 11:40:02 INFO dfs.DataNode: Served block blk_7553306063626476488 to /127.0.0.1
    [junit] 07/07/12 11:40:02 INFO dfs.DataNode: Served block blk_8609742395590858214 to /127.0.0.1
    [junit] 07/07/12 11:40:04 INFO mapred.TaskRunner: task_200707121139_0001_m_000000_2 done; removing files.
    [junit] 07/07/12 11:40:04 INFO mapred.TaskInProgress: Error from task_200707121139_0001_m_000000_2: java.lang.NullPointerException
    [junit] 	at org.apache.hadoop.streaming.PipeMapRed.waitOutputThreads(PipeMapRed.java:289)
    [junit] 	at org.apache.hadoop.streaming.PipeMapRed.mapRedFinished(PipeMapRed.java:410)
    [junit] 	at org.apache.hadoop.streaming.PipeMapper.close(PipeMapper.java:117)
    [junit] 	at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:49)
    [junit] 	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:189)
    [junit] 	at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1763)

    [junit] 07/07/12 11:40:04 INFO mapred.TaskInProgress: Task 'task_200707121139_0001_m_000000_2' has been lost.
    [junit] 07/07/12 11:40:04 INFO mapred.TaskInProgress: Error from task_200707121139_0001_m_000001_1: java.lang.NullPointerException
    [junit] 	at org.apache.hadoop.streaming.PipeMapRed.waitOutputThreads(PipeMapRed.java:289)
    [junit] 	at org.apache.hadoop.streaming.PipeMapRed.mapRedFinished(PipeMapRed.java:410)
    [junit] 	at org.apache.hadoop.streaming.PipeMapper.close(PipeMapper.java:117)
    [junit] 	at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:49)
    [junit] 	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:189)
    [junit] 	at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1763)

    [junit] 07/07/12 11:40:04 INFO mapred.JobInProgress: Choosing failed task tip_200707121139_0001_m_000000
    [junit] 07/07/12 11:40:04 INFO mapred.JobTracker: Adding task 'task_200707121139_0001_m_000000_3' to tip tip_200707121139_0001_m_000000, for tracker 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:04 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000000_2' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:04 INFO mapred.TaskTracker: LaunchTaskAction: task_200707121139_0001_m_000000_3
    [junit] 07/07/12 11:40:05 INFO dfs.DataNode: Served block blk_-7279568455298474650 to /127.0.0.1
    [junit] 07/07/12 11:40:05 INFO dfs.DataNode: Served block blk_4946279160141697260 to /127.0.0.1
    [junit] 07/07/12 11:40:05 INFO mapred.TaskRunner: task_200707121139_0001_m_000001_1 done; removing files.
    [junit] 07/07/12 11:40:05 INFO mapred.TaskInProgress: Task 'task_200707121139_0001_m_000001_1' has been lost.
    [junit] 07/07/12 11:40:05 INFO mapred.JobInProgress: Choosing failed task tip_200707121139_0001_m_000001
    [junit] 07/07/12 11:40:05 INFO mapred.JobTracker: Adding task 'task_200707121139_0001_m_000001_2' to tip tip_200707121139_0001_m_000001, for tracker 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:05 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000001_1' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:05 INFO mapred.TaskTracker: LaunchTaskAction: task_200707121139_0001_m_000001_2
    [junit] 07/07/12 11:40:05 INFO dfs.DataNode: Served block blk_-7279568455298474650 to /127.0.0.1
    [junit] 07/07/12 11:40:05 INFO dfs.DataNode: Served block blk_4946279160141697260 to /127.0.0.1
    [junit] 07/07/12 11:40:06 INFO mapred.TaskTracker: task_200707121139_0001_m_000000_3 0.0% hdfs://localhost:57156/testing-streaming/input.txt:0+4
    [junit] 07/07/12 11:40:06 INFO dfs.DataNode: Served block blk_8609742395590858214 to /127.0.0.1
    [junit] 07/07/12 11:40:07 INFO dfs.DataNode: Served block blk_7553306063626476488 to /127.0.0.1
    [junit] 07/07/12 11:40:07 INFO dfs.DataNode: Served block blk_8609742395590858214 to /127.0.0.1
    [junit] 07/07/12 11:40:07 INFO mapred.TaskTracker: task_200707121139_0001_m_000000_3 0.0% hdfs://localhost:57156/testing-streaming/input.txt:0+4
    [junit] 07/07/12 11:40:07 INFO dfs.DataNode: Served block blk_8609742395590858214 to /127.0.0.1
    [junit] 07/07/12 11:40:07 INFO dfs.DataNode: Served block blk_7553306063626476488 to /127.0.0.1
    [junit] 07/07/12 11:40:07 INFO dfs.DataNode: Served block blk_8609742395590858214 to /127.0.0.1
    [junit] 07/07/12 11:40:10 INFO mapred.TaskRunner: task_200707121139_0001_m_000001_2 done; removing files.
    [junit] 07/07/12 11:40:10 INFO mapred.TaskInProgress: Error from task_200707121139_0001_m_000000_3: java.lang.NullPointerException
    [junit] 	at org.apache.hadoop.streaming.PipeMapRed.waitOutputThreads(PipeMapRed.java:289)
    [junit] 	at org.apache.hadoop.streaming.PipeMapRed.mapRedFinished(PipeMapRed.java:410)
    [junit] 	at org.apache.hadoop.streaming.PipeMapper.close(PipeMapper.java:117)
    [junit] 	at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:49)
    [junit] 	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:189)
    [junit] 	at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1763)

    [junit] 07/07/12 11:40:10 INFO mapred.TaskInProgress: Error from task_200707121139_0001_m_000001_2: java.lang.NullPointerException
    [junit] 	at org.apache.hadoop.streaming.PipeMapRed.waitOutputThreads(PipeMapRed.java:289)
    [junit] 	at org.apache.hadoop.streaming.PipeMapRed.mapRedFinished(PipeMapRed.java:410)
    [junit] 	at org.apache.hadoop.streaming.PipeMapper.close(PipeMapper.java:117)
    [junit] 	at org.apache.hadoop.mapred.MapRunner.run(MapRunner.java:49)
    [junit] 	at org.apache.hadoop.mapred.MapTask.run(MapTask.java:189)
    [junit] 	at org.apache.hadoop.mapred.TaskTracker$Child.main(TaskTracker.java:1763)

    [junit] 07/07/12 11:40:10 INFO mapred.TaskInProgress: Task 'task_200707121139_0001_m_000001_2' has been lost.
    [junit] 07/07/12 11:40:10 INFO mapred.JobInProgress: Choosing failed task tip_200707121139_0001_m_000001
    [junit] 07/07/12 11:40:10 INFO mapred.JobTracker: Adding task 'task_200707121139_0001_m_000001_3' to tip tip_200707121139_0001_m_000001, for tracker 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:10 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000001_2' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:10 INFO mapred.TaskTracker: LaunchTaskAction: task_200707121139_0001_m_000001_3
    [junit] 07/07/12 11:40:10 INFO dfs.DataNode: Served block blk_-7279568455298474650 to /127.0.0.1
    [junit] 07/07/12 11:40:10 INFO dfs.DataNode: Served block blk_4946279160141697260 to /127.0.0.1
    [junit] 07/07/12 11:40:11 INFO mapred.TaskRunner: task_200707121139_0001_m_000000_3 done; removing files.
    [junit] 07/07/12 11:40:11 INFO mapred.TaskInProgress: Task 'task_200707121139_0001_m_000000_3' has been lost.
    [junit] 07/07/12 11:40:11 INFO mapred.TaskInProgress: TaskInProgress tip_200707121139_0001_m_000000 has failed 4 times.
    [junit] 07/07/12 11:40:11 INFO mapred.JobInProgress: Aborting job job_200707121139_0001
    [junit] 07/07/12 11:40:11 INFO mapred.JobInProgress: Killing job 'job_200707121139_0001'
    [junit] 07/07/12 11:40:11 INFO dfs.StateChange: BLOCK* NameSystem.delete: blk_-6327114152347007745 is added to invalidSet of 127.0.0.1:50010
    [junit] 07/07/12 11:40:11 INFO dfs.StateChange: BLOCK* NameSystem.delete: blk_-5179083206894679091 is added to invalidSet of 127.0.0.1:50010
    [junit] 07/07/12 11:40:11 INFO dfs.StateChange: BLOCK* NameSystem.delete: blk_4870962899451851017 is added to invalidSet of 127.0.0.1:50010
    [junit] 07/07/12 11:40:11 INFO dfs.StateChange: BLOCK* NameSystem.delete: blk_5710991955693868322 is added to invalidSet of 127.0.0.1:50010
    [junit] 07/07/12 11:40:11 INFO dfs.StateChange: BLOCK* NameSystem.delete: blk_8022440541217183677 is added to invalidSet of 127.0.0.1:50010
    [junit] 07/07/12 11:40:11 INFO dfs.StateChange: BLOCK* NameSystem.delete: blk_4875903776298299818 is added to invalidSet of 127.0.0.1:50010
    [junit] 07/07/12 11:40:11 INFO ipc.Server: IPC Server handler 1 on 57156, call getFileInfo(/user/hudson/build/contrib/streaming/test/system/job_200707121139_0001) from 127.0.0.1:57307: error: java.io.IOException: File does not exist
    [junit] java.io.IOException: File does not exist
    [junit] 	at org.apache.hadoop.dfs.FSDirectory.getFileInfo(FSDirectory.java:716)
    [junit] 	at org.apache.hadoop.dfs.FSNamesystem.getFileInfo(FSNamesystem.java:1179)
    [junit] 	at org.apache.hadoop.dfs.NameNode.getFileInfo(NameNode.java:479)
    [junit] 	at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:585)
    [junit] 	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:340)
    [junit] 	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:566)
    [junit] 07/07/12 11:40:11 WARN dfs.StateChange: DIR* FSDirectory.unprotectedDelete: failed to remove /user/hudson/build/contrib/streaming/test/system/job_200707121139_0001 because it does not exist
    [junit] 07/07/12 11:40:11 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000000_0' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:11 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000000_1' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:11 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000000_2' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:11 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000000_3' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:11 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000001_0' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:11 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000001_1' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:11 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000001_2' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:11 INFO mapred.JobTracker: Removed completed task 'task_200707121139_0001_m_000002_0' from 'tracker_lucene.zones.apache.org:57168'
    [junit] 07/07/12 11:40:11 INFO mapred.TaskTracker: Received 'KillJobAction' for job: job_200707121139_0001
    [junit] 07/07/12 11:40:11 INFO mapred.TaskRunner: task_200707121139_0001_m_000000_2 done; removing files.
    [junit] 07/07/12 11:40:11 INFO mapred.TaskRunner: task_200707121139_0001_m_000001_3 done; removing files.
    [junit] 07/07/12 11:40:11 INFO mapred.TaskRunner: task_200707121139_0001_m_000000_0 done; removing files.
    [junit] 07/07/12 11:40:11 INFO mapred.TaskRunner: task_200707121139_0001_m_000000_1 done; removing files.
    [junit] 07/07/12 11:40:11 INFO mapred.TaskRunner: task_200707121139_0001_m_000001_2 done; removing files.
    [junit] 07/07/12 11:40:11 INFO mapred.TaskRunner: task_200707121139_0001_m_000000_3 done; removing files.
    [junit] 07/07/12 11:40:11 INFO mapred.TaskRunner: task_200707121139_0001_m_000001_1 done; removing files.
    [junit] 07/07/12 11:40:11 INFO mapred.TaskRunner: task_200707121139_0001_m_000002_0 done; removing files.
    [junit] 07/07/12 11:40:11 INFO mapred.TaskRunner: task_200707121139_0001_m_000001_0 done; removing files.
    [junit] 07/07/12 11:40:11 WARN mapred.TaskTracker: Unknown child task finshed: task_200707121139_0001_m_000001_3. Ignored.
    [junit] 07/07/12 11:40:11 INFO streaming.StreamJob:  map 100%  reduce 100%
    [junit] 07/07/12 11:40:11 INFO streaming.StreamJob: To kill this job, run:
    [junit] 07/07/12 11:40:11 INFO streaming.StreamJob: UNDEF/bin/hadoop job  -Dmapred.job.tracker=localhost:57166 -kill job_200707121139_0001
    [junit] 07/07/12 11:40:11 INFO streaming.StreamJob: Tracking URL: http://localhost:57167/jobdetails.jsp?jobid=job_200707121139_0001
    [junit] 07/07/12 11:40:11 ERROR streaming.StreamJob: Error Launching job : Job not Successful!
    [junit] 07/07/12 11:40:11 INFO streaming.StreamJob: killJob...
    [junit] Shutting down the Mini HDFS Cluster
    [junit] Shutting down DataNode 0
    [junit] 07/07/12 11:40:11 INFO util.ThreadedServer: Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=57161]
    [junit] 07/07/12 11:40:11 INFO http.SocketListener: Stopped SocketListener on 0.0.0.0:57161
    [junit] 07/07/12 11:40:11 INFO util.Container: Stopped org.mortbay.jetty.servlet.WebApplicationHandler@1114460
    [junit] 07/07/12 11:40:11 INFO util.Container: Stopped WebApplicationContext[/,/]
    [junit] 07/07/12 11:40:11 INFO util.Container: Stopped HttpContext[/logs,/logs]
    [junit] 07/07/12 11:40:11 INFO dfs.StateChange: BLOCK* NameSystem.blockToInvalidate: ask 127.0.0.1:50010 to delete  blk_-6327114152347007745 blk_-5179083206894679091 blk_4870962899451851017 blk_5710991955693868322 blk_8022440541217183677 blk_4875903776298299818
    [junit] 07/07/12 11:40:11 INFO util.Container: Stopped HttpContext[/static,/static]
    [junit] 07/07/12 11:40:11 INFO util.Container: Stopped org.mortbay.jetty.Server@4865ce
    [junit] 07/07/12 11:40:11 INFO dfs.DataNode: Exiting DataXceiveServer due to java.net.SocketException: Socket closed
    [junit] 07/07/12 11:40:11 INFO dfs.DataNode: Finishing DataNode in: FSDataset{dirpath='http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build/contrib/streaming/test/data/dfs/data/data1/current,/export/home/hudson/hudson/jobs/Hadoop-Nightly/workspace/trunk/build/contrib/streaming/test/data/dfs/data/data2/current'} 
    [junit] 07/07/12 11:40:11 WARN fs.FSNamesystem: PendingReplicationMonitor thread received exception. java.lang.InterruptedException: sleep interrupted
    [junit] 07/07/12 11:40:11 INFO util.ThreadedServer: Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=57157]
    [junit] 07/07/12 11:40:11 INFO http.SocketListener: Stopped SocketListener on 0.0.0.0:57157
    [junit] 07/07/12 11:40:11 INFO util.Container: Stopped org.mortbay.jetty.servlet.WebApplicationHandler@11e0c13
    [junit] 07/07/12 11:40:11 INFO util.Container: Stopped WebApplicationContext[/,/]
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped HttpContext[/logs,/logs]
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped HttpContext[/static,/static]
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped org.mortbay.jetty.Server@ff057f
    [junit] 07/07/12 11:40:12 INFO ipc.Server: Stopping server on 57156
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 0 on 57156: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 4 on 57156: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 3 on 57156: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 1 on 57156: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: Stopping IPC Server listener on 57156
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 6 on 57156: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 7 on 57156: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 5 on 57156: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 8 on 57156: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 2 on 57156: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 9 on 57156: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: Stopping server on 57168
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 0 on 57168: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 1 on 57168: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: Stopping IPC Server listener on 57168
    [junit] 07/07/12 11:40:12 INFO mapred.TaskTracker: Shutting down StatusHttpServer
    [junit] 07/07/12 11:40:12 INFO mapred.TaskTracker: Shutting down: Map-events fetcher for all reduce tasks on tracker_lucene.zones.apache.org:57168
    [junit] 07/07/12 11:40:12 INFO util.ThreadedServer: Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=50060]
    [junit] 07/07/12 11:40:12 INFO http.SocketListener: Stopped SocketListener on 0.0.0.0:50060
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped org.mortbay.jetty.servlet.WebApplicationHandler@8aeb74
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped WebApplicationContext[/,/]
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped HttpContext[/logs,/logs]
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped HttpContext[/static,/static]
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped org.mortbay.jetty.Server@196f4b5
    [junit] 07/07/12 11:40:12 INFO mapred.TaskTracker: Interrupted. Closing down.
    [junit] 07/07/12 11:40:12 INFO mapred.JobTracker: Stopping infoServer
    [junit] 07/07/12 11:40:12 INFO util.ThreadedServer: Stopping Acceptor ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=57167]
    [junit] 07/07/12 11:40:12 INFO http.SocketListener: Stopped SocketListener on 0.0.0.0:57167
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped org.mortbay.jetty.servlet.WebApplicationHandler@aa233f
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped WebApplicationContext[/,/]
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped HttpContext[/logs,/logs]
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped HttpContext[/static,/static]
    [junit] 07/07/12 11:40:12 INFO util.Container: Stopped org.mortbay.jetty.Server@9444d1
    [junit] 07/07/12 11:40:12 INFO mapred.JobTracker: Stopping interTrackerServer
    [junit] 07/07/12 11:40:12 INFO ipc.Server: Stopping server on 57166
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 1 on 57166: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 4 on 57166: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 3 on 57166: exiting
    [junit] 07/07/12 11:40:12 INFO mapred.JobTracker: Stopping expireTrackers
    [junit] 07/07/12 11:40:12 INFO mapred.JobTracker: Stopped interTrackerServer
    [junit] 07/07/12 11:40:12 INFO ipc.Server: Stopping IPC Server listener on 57166
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 5 on 57166: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 0 on 57166: exiting
    [junit] 07/07/12 11:40:12 ERROR mapred.JobTracker: Tracker Expiry Thread got exception: java.lang.InterruptedException: sleep interrupted
    [junit] 	at java.lang.Thread.sleep(Native Method)
    [junit] 	at org.apache.hadoop.mapred.JobTracker$ExpireTrackers.run(JobTracker.java:258)
    [junit] 	at java.lang.Thread.run(Thread.java:595)

    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 6 on 57166: exiting
    [junit] 07/07/12 11:40:12 INFO mapred.JobTracker: Stopping retirer
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 2 on 57166: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 7 on 57166: exiting
    [junit] 07/07/12 11:40:12 INFO mapred.JobTracker: Stopping initer
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 9 on 57166: exiting
    [junit] 07/07/12 11:40:12 INFO ipc.Server: IPC Server handler 8 on 57166: exiting
    [junit] 07/07/12 11:40:12 INFO mapred.JobTracker: Stopping expireLaunchingTasks
    [junit] 07/07/12 11:40:12 INFO mapred.JobTracker: stopped all jobtracker services
    [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 40.962 sec
    [junit] Test org.apache.hadoop.streaming.TestSymLink FAILED

BUILD FAILED
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/build.xml :490: The following error occurred while executing this line:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/contrib/build.xml :23: The following error occurred while executing this line:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/contrib/streaming/build.xml :25: The following error occurred while executing this line:
http://lucene.zones.apache.org:8080/hudson/job/Hadoop-Nightly/ws/trunk/src/contrib/build-contrib.xml :202: Tests failed!

Total time: 34 minutes 25 seconds
Recording fingerprints
Publishing Javadoc
Recording test results
Updating HADOOP-1582
Updating HADOOP-1486
Updating HADOOP-1533
Updating HADOOP-1590
Updating HADOOP-1580
Updating HADOOP-1375
Updating HADOOP-1584
Updating HADOOP-1448
Updating HADOOP-1473
Updating HADOOP-911
Updating HADOOP-1470
Updating HADOOP-1578
Updating HADOOP-1286