You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/07/14 00:31:35 UTC

Build failed in Jenkins: Pig-trunk-commit #852

See <https://builds.apache.org/job/Pig-trunk-commit/852/changes>

Changes:

[julien] PIG-2128: Generating the jar file takes a lot of time and is unnecessary when running Pig local mode

------------------------------------------
[...truncated 35611 lines...]
    [junit] 	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:959)
    [junit] 	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:955)
    [junit] 	at java.security.AccessController.doPrivileged(Native Method)
    [junit] 	at javax.security.auth.Subject.doAs(Subject.java:396)
    [junit] 	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:953)
    [junit] 
    [junit] org.apache.hadoop.ipc.RemoteException: java.io.IOException: Could not complete write to file /tmp/TestStore-output-2988694528541470136.txt_cleanupOnFailure_succeeded1 by DFSClient_-596130999
    [junit] 	at org.apache.hadoop.hdfs.server.namenode.NameNode.complete(NameNode.java:449)
    [junit] 	at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:508)
    [junit] 	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:959)
    [junit] 	at org.apache.hadoop.ipc.Server$Handler$1.run(Server.java:955)
    [junit] 	at java.security.AccessController.doPrivileged(Native Method)
    [junit] 	at javax.security.auth.Subject.doAs(Subject.java:396)
    [junit] 	at org.apache.hadoop.ipc.Server$Handler.run(Server.java:953)
    [junit] 
    [junit] 	at org.apache.hadoop.ipc.Client.call(Client.java:740)
    [junit] 	at org.apache.hadoop.ipc.RPC$Invoker.invoke(RPC.java:220)
    [junit] 	at $Proxy0.complete(Unknown Source)
    [junit] 	at sun.reflect.GeneratedMethodAccessor18.invoke(Unknown Source)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:82)
    [junit] 	at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:59)
    [junit] 	at $Proxy0.complete(Unknown Source)
    [junit] 	at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.closeInternal(DFSClient.java:3264)
    [junit] 	at org.apache.hadoop.hdfs.DFSClient$DFSOutputStream.close(DFSClient.java:3188)
    [junit] 	at org.apache.hadoop.hdfs.DFSClient$LeaseChecker.close(DFSClient.java:1043)
    [junit] 	at org.apache.hadoop.hdfs.DFSClient.close(DFSClient.java:237)
    [junit] 	at org.apache.hadoop.hdfs.DistributedFileSystem.close(DistributedFileSystem.java:269)
    [junit] 	at org.apache.pig.test.MiniCluster.shutdownMiniDfsAndMrClusters(MiniCluster.java:111)
    [junit] 	at org.apache.pig.test.MiniCluster.shutDown(MiniCluster.java:101)
    [junit] 	at org.apache.pig.test.TestStore.oneTimeTearDown(TestStore.java:127)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [junit] 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [junit] 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [junit] 	at java.lang.reflect.Method.invoke(Method.java:597)
    [junit] 	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
    [junit] 	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
    [junit] 	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
    [junit] 	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
    [junit] 	at org.junit.runners.ParentRunner.run(ParentRunner.java:220)
    [junit] 	at junit.framework.JUnit4TestAdapter.run(JUnit4TestAdapter.java:39)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.run(JUnitTestRunner.java:420)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.launch(JUnitTestRunner.java:911)
    [junit] 	at org.apache.tools.ant.taskdefs.optional.junit.JUnitTestRunner.main(JUnitTestRunner.java:768)
    [junit] Shutting down the Mini HDFS Cluster
    [junit] Shutting down DataNode 3
    [junit] 11/07/13 22:31:21 INFO ipc.Server: Stopping server on 57181
    [junit] 11/07/13 22:31:21 INFO ipc.Server: IPC Server handler 2 on 57181: exiting
    [junit] 11/07/13 22:31:21 INFO ipc.Server: IPC Server handler 1 on 57181: exiting
    [junit] 11/07/13 22:31:21 INFO ipc.Server: IPC Server handler 0 on 57181: exiting
    [junit] 11/07/13 22:31:21 INFO ipc.Server: Stopping IPC Server listener on 57181
    [junit] 11/07/13 22:31:21 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/07/13 22:31:21 WARN datanode.DataNode: DatanodeRegistration(127.0.0.1:36760, storageID=DS-1282737050-127.0.1.1-36760-1310595904737, infoPort=38422, ipcPort=57181):DataXceiveServer: java.nio.channels.AsynchronousCloseException
    [junit] 	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:185)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:159)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:84)
    [junit] 	at org.apache.hadoop.hdfs.server.datanode.DataXceiverServer.run(DataXceiverServer.java:130)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] 
    [junit] 11/07/13 22:31:21 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 1
    [junit] 11/07/13 22:31:21 INFO datanode.DataBlockScanner: Exiting DataBlockScanner thread.
    [junit] 11/07/13 22:31:21 WARN datanode.DataNode: Unexpected error trying to delete block blk_-6584573733066164296_1122. BlockInfo not found in volumeMap.
    [junit] 11/07/13 22:31:21 INFO datanode.DataNode: Deleting block blk_-2645846816341887530_1124 file build/test/data/dfs/data/data2/current/blk_-2645846816341887530
    [junit] 11/07/13 22:31:21 INFO datanode.DataNode: Deleting block blk_5281493056970935415_1123 file build/test/data/dfs/data/data1/current/blk_5281493056970935415
    [junit] 11/07/13 22:31:21 WARN datanode.DataNode: Error processing datanode Command
    [junit] java.io.IOException: Error in deleting blocks.
    [junit] 	at org.apache.hadoop.hdfs.server.datanode.FSDataset.invalidate(FSDataset.java:1361)
    [junit] 	at org.apache.hadoop.hdfs.server.datanode.DataNode.processCommand(DataNode.java:868)
    [junit] 	at org.apache.hadoop.hdfs.server.datanode.DataNode.processCommand(DataNode.java:830)
    [junit] 	at org.apache.hadoop.hdfs.server.datanode.DataNode.offerService(DataNode.java:710)
    [junit] 	at org.apache.hadoop.hdfs.server.datanode.DataNode.run(DataNode.java:1186)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] 11/07/13 22:31:22 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 0
    [junit] 11/07/13 22:31:22 INFO datanode.DataNode: DatanodeRegistration(127.0.0.1:36760, storageID=DS-1282737050-127.0.1.1-36760-1310595904737, infoPort=38422, ipcPort=57181):Finishing DataNode in: FSDataset{dirpath='<https://builds.apache.org/job/Pig-trunk-commit/ws/trunk/build/test/data/dfs/data/data7/current,/grid/0/hudson/hudson-slave/workspace/Pig-trunk-commit/trunk/build/test/data/dfs/data/data8/current'}>
    [junit] 11/07/13 22:31:22 INFO ipc.Server: Stopping server on 57181
    [junit] 11/07/13 22:31:22 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 0
    [junit] Shutting down DataNode 2
    [junit] 11/07/13 22:31:22 INFO ipc.Server: Stopping server on 36399
    [junit] 11/07/13 22:31:22 INFO ipc.Server: IPC Server handler 0 on 36399: exiting
    [junit] 11/07/13 22:31:22 INFO ipc.Server: Stopping IPC Server listener on 36399
    [junit] 11/07/13 22:31:22 INFO ipc.Server: IPC Server handler 2 on 36399: exiting
    [junit] 11/07/13 22:31:22 INFO ipc.Server: IPC Server handler 1 on 36399: exiting
    [junit] 11/07/13 22:31:22 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 1
    [junit] 11/07/13 22:31:22 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/07/13 22:31:22 WARN datanode.DataNode: DatanodeRegistration(127.0.0.1:53180, storageID=DS-825730422-127.0.1.1-53180-1310595904443, infoPort=39060, ipcPort=36399):DataXceiveServer: java.nio.channels.AsynchronousCloseException
    [junit] 	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:185)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:159)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:84)
    [junit] 	at org.apache.hadoop.hdfs.server.datanode.DataXceiverServer.run(DataXceiverServer.java:130)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] 
    [junit] 11/07/13 22:31:22 INFO datanode.DataNode: DatanodeRegistration(127.0.0.1:53180, storageID=DS-825730422-127.0.1.1-53180-1310595904443, infoPort=39060, ipcPort=36399):Finishing DataNode in: FSDataset{dirpath='<https://builds.apache.org/job/Pig-trunk-commit/ws/trunk/build/test/data/dfs/data/data5/current,/grid/0/hudson/hudson-slave/workspace/Pig-trunk-commit/trunk/build/test/data/dfs/data/data6/current'}>
    [junit] 11/07/13 22:31:22 INFO ipc.Server: Stopping server on 36399
    [junit] 11/07/13 22:31:22 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 0
    [junit] 11/07/13 22:31:22 INFO datanode.DataBlockScanner: Exiting DataBlockScanner thread.
    [junit] Shutting down DataNode 1
    [junit] 11/07/13 22:31:23 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 0
    [junit] 11/07/13 22:31:23 INFO ipc.Server: Stopping server on 42320
    [junit] 11/07/13 22:31:23 INFO ipc.Server: IPC Server handler 0 on 42320: exiting
    [junit] 11/07/13 22:31:23 INFO ipc.Server: IPC Server handler 2 on 42320: exiting
    [junit] 11/07/13 22:31:23 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 1
    [junit] 11/07/13 22:31:23 INFO ipc.Server: IPC Server handler 1 on 42320: exiting
    [junit] 11/07/13 22:31:23 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/07/13 22:31:23 INFO ipc.Server: Stopping IPC Server listener on 42320
    [junit] 11/07/13 22:31:23 WARN datanode.DataNode: DatanodeRegistration(127.0.0.1:33172, storageID=DS-1485949482-127.0.1.1-33172-1310595904168, infoPort=55039, ipcPort=42320):DataXceiveServer: java.nio.channels.AsynchronousCloseException
    [junit] 	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:185)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:159)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:84)
    [junit] 	at org.apache.hadoop.hdfs.server.datanode.DataXceiverServer.run(DataXceiverServer.java:130)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] 
    [junit] 11/07/13 22:31:23 INFO hdfs.StateChange: BLOCK* ask 127.0.0.1:38668 to delete  blk_6894079777862381786_1121 blk_4952021341667642735_1126
    [junit] 11/07/13 22:31:23 INFO hdfs.StateChange: BLOCK* ask 127.0.0.1:36760 to delete  blk_6894079777862381786_1121 blk_-8074045611470285790_1127 blk_4952021341667642735_1126
    [junit] 11/07/13 22:31:24 INFO datanode.DataBlockScanner: Exiting DataBlockScanner thread.
    [junit] 11/07/13 22:31:24 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 0
    [junit] 11/07/13 22:31:24 INFO datanode.DataNode: DatanodeRegistration(127.0.0.1:33172, storageID=DS-1485949482-127.0.1.1-33172-1310595904168, infoPort=55039, ipcPort=42320):Finishing DataNode in: FSDataset{dirpath='<https://builds.apache.org/job/Pig-trunk-commit/ws/trunk/build/test/data/dfs/data/data3/current,/grid/0/hudson/hudson-slave/workspace/Pig-trunk-commit/trunk/build/test/data/dfs/data/data4/current'}>
    [junit] 11/07/13 22:31:24 INFO ipc.Server: Stopping server on 42320
    [junit] 11/07/13 22:31:24 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 0
    [junit] Shutting down DataNode 0
    [junit] 11/07/13 22:31:24 INFO ipc.Server: Stopping server on 34910
    [junit] 11/07/13 22:31:24 INFO ipc.Server: IPC Server handler 0 on 34910: exiting
    [junit] 11/07/13 22:31:24 INFO ipc.Server: Stopping IPC Server listener on 34910
    [junit] 11/07/13 22:31:24 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 1
    [junit] 11/07/13 22:31:24 INFO ipc.Server: IPC Server handler 1 on 34910: exiting
    [junit] 11/07/13 22:31:24 WARN datanode.DataNode: DatanodeRegistration(127.0.0.1:38668, storageID=DS-1157062146-127.0.1.1-38668-1310595903800, infoPort=55434, ipcPort=34910):DataXceiveServer: java.nio.channels.AsynchronousCloseException
    [junit] 	at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:185)
    [junit] 	at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:159)
    [junit] 	at sun.nio.ch.ServerSocketAdaptor.accept(ServerSocketAdaptor.java:84)
    [junit] 	at org.apache.hadoop.hdfs.server.datanode.DataXceiverServer.run(DataXceiverServer.java:130)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] 
    [junit] 11/07/13 22:31:24 INFO ipc.Server: IPC Server handler 2 on 34910: exiting
    [junit] 11/07/13 22:31:24 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/07/13 22:31:24 INFO datanode.DataBlockScanner: Exiting DataBlockScanner thread.
    [junit] 11/07/13 22:31:24 INFO datanode.DataNode: DatanodeRegistration(127.0.0.1:38668, storageID=DS-1157062146-127.0.1.1-38668-1310595903800, infoPort=55434, ipcPort=34910):Finishing DataNode in: FSDataset{dirpath='<https://builds.apache.org/job/Pig-trunk-commit/ws/trunk/build/test/data/dfs/data/data1/current,/grid/0/hudson/hudson-slave/workspace/Pig-trunk-commit/trunk/build/test/data/dfs/data/data2/current'}>
    [junit] 11/07/13 22:31:24 INFO ipc.Server: Stopping server on 34910
    [junit] 11/07/13 22:31:24 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 0
    [junit] 11/07/13 22:31:25 INFO datanode.DataNode: Waiting for threadgroup to exit, active threads is 0
    [junit] 11/07/13 22:31:25 INFO namenode.FSNamesystem: Number of transactions: 694 Total time for transactions(ms): 15Number of transactions batched in Syncs: 113 Number of syncs: 485 SyncTimes(ms): 3969 285 
    [junit] 11/07/13 22:31:25 INFO namenode.DecommissionManager: Interrupted Monitor
    [junit] java.lang.InterruptedException: sleep interrupted
    [junit] 	at java.lang.Thread.sleep(Native Method)
    [junit] 	at org.apache.hadoop.hdfs.server.namenode.DecommissionManager$Monitor.run(DecommissionManager.java:65)
    [junit] 	at java.lang.Thread.run(Thread.java:662)
    [junit] 11/07/13 22:31:25 WARN namenode.FSNamesystem: ReplicationMonitor thread received InterruptedException.java.lang.InterruptedException: sleep interrupted
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping server on 56786
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 0 on 56786: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 3 on 56786: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 5 on 56786: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 8 on 56786: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 9 on 56786: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 4 on 56786: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 7 on 56786: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server listener on 56786
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 6 on 56786: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 2 on 56786: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 1 on 56786: exiting
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Shutting down: Map-events fetcher for all reduce tasks on tracker_host0.foo.com:localhost/127.0.0.1:58549
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping server on 58549
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 0 on 58549: exiting
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Shutting down StatusHttpServer
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 2 on 58549: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 3 on 58549: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 1 on 58549: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server listener on 58549
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Interrupted. Closing down.
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Shutting down: Map-events fetcher for all reduce tasks on tracker_host1.foo.com:localhost/127.0.0.1:40745
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping server on 40745
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 0 on 40745: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 1 on 40745: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 3 on 40745: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 2 on 40745: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server listener on 40745
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Shutting down StatusHttpServer
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Interrupted. Closing down.
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Shutting down: Map-events fetcher for all reduce tasks on tracker_host2.foo.com:localhost/127.0.0.1:52936
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping server on 52936
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 0 on 52936: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server listener on 52936
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 2 on 52936: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 3 on 52936: exiting
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Shutting down StatusHttpServer
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 1 on 52936: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Interrupted. Closing down.
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Shutting down: Map-events fetcher for all reduce tasks on tracker_host3.foo.com:localhost/127.0.0.1:49280
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping server on 49280
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 0 on 49280: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server listener on 49280
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 2 on 49280: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Shutting down StatusHttpServer
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 3 on 49280: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 1 on 49280: exiting
    [junit] 11/07/13 22:31:25 INFO mapred.TaskTracker: Interrupted. Closing down.
    [junit] 11/07/13 22:31:25 INFO mapred.JobTracker: Stopping infoServer
    [junit] 11/07/13 22:31:25 INFO mapred.JobTracker: Stopping interTrackerServer
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping server on 41867
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 0 on 41867: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 5 on 41867: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 7 on 41867: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server listener on 41867
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 9 on 41867: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 1 on 41867: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 3 on 41867: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 6 on 41867: exiting
    [junit] 11/07/13 22:31:25 INFO mapred.JobTracker: Stopped interTrackerServer
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 2 on 41867: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 4 on 41867: exiting
    [junit] 11/07/13 22:31:25 INFO ipc.Server: IPC Server handler 8 on 41867: exiting
    [junit] 11/07/13 22:31:25 INFO mapred.JobTracker: Stopping expireTrackers
    [junit] 11/07/13 22:31:25 INFO mapred.JobTracker: Stopping retirer
    [junit] 11/07/13 22:31:25 INFO mapred.EagerTaskInitializationListener: Stopping Job Init Manager thread
    [junit] 11/07/13 22:31:25 INFO mapred.EagerTaskInitializationListener: JobInitManagerThread interrupted.
    [junit] 11/07/13 22:31:25 INFO mapred.EagerTaskInitializationListener: Shutting down thread pool
    [junit] 11/07/13 22:31:25 INFO mapred.JobTracker: Stopping expireLaunchingTasks
    [junit] 11/07/13 22:31:25 INFO mapred.JobTracker: stopped all jobtracker services
    [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 359.073 sec
    [junit] Running org.apache.pig.test.TestStringUDFs
    [junit] 11/07/13 22:31:26 WARN builtin.SUBSTRING: java.lang.NullPointerException
    [junit] 11/07/13 22:31:26 WARN builtin.SUBSTRING: java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    [junit] 11/07/13 22:31:26 WARN builtin.SUBSTRING: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    [junit] 11/07/13 22:31:26 WARN builtin.SUBSTRING: java.lang.StringIndexOutOfBoundsException: String index out of range: -8
    [junit] 11/07/13 22:31:26 WARN builtin.SUBSTRING: java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    [junit] 11/07/13 22:31:26 WARN builtin.INDEXOF: Failed to process input; error - null
    [junit] 11/07/13 22:31:26 WARN builtin.LAST_INDEX_OF: Failed to process input; error - null
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.111 sec
   [delete] Deleting directory /tmp/pig_junit_tmp13395895

BUILD FAILED
<https://builds.apache.org/job/Pig-trunk-commit/ws/trunk/build.xml>:652: The following error occurred while executing this line:
<https://builds.apache.org/job/Pig-trunk-commit/ws/trunk/build.xml>:707: Tests failed!

Total time: 24 minutes 36 seconds
[FINDBUGS] Skipping publisher since build result is FAILURE
Recording test results
Publishing Javadoc
Archiving artifacts
Recording fingerprints
Publishing Clover coverage report...
No Clover report will be published due to a Build Failure


Jenkins build is back to normal : Pig-trunk-commit #853

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Pig-trunk-commit/853/changes>