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

Changes:

[gates] PIG-2215: Newlines in function arguments still cause exceptions to be 
thrown

[gates] PIG-2214: InternalSortedBag two-arg constructor doesn't pass bagCount.

[dvryaboy] PIG-2102: MonitoredUDF does not work

------------------------------------------
[...truncated 39134 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--9173807072968693818.txt_cleanupOnFailure_succeeded1 by 
DFSClient_-114229306
    [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.MiniGenericCluster.shutdownMiniDfsClusters(MiniGenericCluster.java:83)
    [junit]     at 
org.apache.pig.test.MiniGenericCluster.shutdownMiniDfsAndMrClusters(MiniGenericCluster.java:77)
    [junit]     at 
org.apache.pig.test.MiniGenericCluster.shutDown(MiniGenericCluster.java:68)
    [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] 11/08/13 22:40:10 WARN hdfs.StateChange: DIR* 
NameSystem.completeFile: failed to complete 
/tmp/TestStore-output-4203246677420930457.txt_cleanupOnFailure_succeeded 
because dir.getFileBlocks() is null  and pendingFile is null
    [junit] 11/08/13 22:40:10 INFO ipc.Server: IPC Server handler 2 on 40328, 
call 
complete(/tmp/TestStore-output-4203246677420930457.txt_cleanupOnFailure_succeeded,
 DFSClient_-114229306) from 127.0.0.1:39214: error: java.io.IOException: Could 
not complete write to file 
/tmp/TestStore-output-4203246677420930457.txt_cleanupOnFailure_succeeded by 
DFSClient_-114229306
    [junit] java.io.IOException: Could not complete write to file 
/tmp/TestStore-output-4203246677420930457.txt_cleanupOnFailure_succeeded by 
DFSClient_-114229306
    [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] 11/08/13 22:40:10 ERROR hdfs.DFSClient: Exception closing file 
/tmp/TestStore-output-4203246677420930457.txt_cleanupOnFailure_succeeded : 
org.apache.hadoop.ipc.RemoteException: java.io.IOException: Could not complete 
write to file 
/tmp/TestStore-output-4203246677420930457.txt_cleanupOnFailure_succeeded by 
DFSClient_-114229306
    [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] org.apache.hadoop.ipc.RemoteException: java.io.IOException: Could 
not complete write to file 
/tmp/TestStore-output-4203246677420930457.txt_cleanupOnFailure_succeeded by 
DFSClient_-114229306
    [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] Shutting down the Mini HDFS Cluster
    [junit] Shutting down DataNode 3
    [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.MiniGenericCluster.shutdownMiniDfsClusters(MiniGenericCluster.java:83)
    [junit]     at 
org.apache.pig.test.MiniGenericCluster.shutdownMiniDfsAndMrClusters(MiniGenericCluster.java:77)
    [junit]     at 
org.apache.pig.test.MiniGenericCluster.shutDown(MiniGenericCluster.java:68)
    [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] 11/08/13 22:40:10 INFO ipc.Server: Stopping server on 43047
    [junit] 11/08/13 22:40:10 INFO ipc.Server: IPC Server handler 0 on 43047: 
exiting
    [junit] 11/08/13 22:40:10 INFO ipc.Server: IPC Server handler 1 on 43047: 
exiting
    [junit] 11/08/13 22:40:10 INFO ipc.Server: IPC Server handler 2 on 43047: 
exiting
    [junit] 11/08/13 22:40:10 INFO ipc.Server: Stopping IPC Server listener on 
43047
    [junit] 11/08/13 22:40:10 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/08/13 22:40:10 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 1
    [junit] 11/08/13 22:40:10 WARN datanode.DataNode: 
DatanodeRegistration(127.0.0.1:37138, 
storageID=DS-106528481-67.195.138.24-37138-1313274856874, infoPort=42909, 
ipcPort=43047):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/08/13 22:40:11 INFO datanode.DataNode: 
DatanodeRegistration(127.0.0.1:37138, 
storageID=DS-106528481-67.195.138.24-37138-1313274856874, infoPort=42909, 
ipcPort=43047):Finishing DataNode in: 
FSDataset{dirpath='<https://builds.apache.org/job/Pig-trunk/ws/trunk/build/test/data/dfs/data/data7/current,/home/jenkins/jenkins-slave/workspace/Pig-trunk/trunk/build/test/data/dfs/data/data8/current'}>
    [junit] 11/08/13 22:40:11 INFO ipc.Server: Stopping server on 43047
    [junit] 11/08/13 22:40:11 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 0
    [junit] 11/08/13 22:40:11 INFO datanode.DataBlockScanner: Exiting 
DataBlockScanner thread.
    [junit] 11/08/13 22:40:11 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 0
    [junit] Shutting down DataNode 2
    [junit] 11/08/13 22:40:12 INFO ipc.Server: Stopping server on 38650
    [junit] 11/08/13 22:40:12 INFO ipc.Server: IPC Server handler 0 on 38650: 
exiting
    [junit] 11/08/13 22:40:12 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/08/13 22:40:12 INFO ipc.Server: Stopping IPC Server listener on 
38650
    [junit] 11/08/13 22:40:12 INFO ipc.Server: IPC Server handler 1 on 38650: 
exiting
    [junit] 11/08/13 22:40:12 WARN datanode.DataNode: 
DatanodeRegistration(127.0.0.1:52102, 
storageID=DS-404977607-67.195.138.24-52102-1313274856609, infoPort=40796, 
ipcPort=38650):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/08/13 22:40:12 INFO ipc.Server: IPC Server handler 2 on 38650: 
exiting
    [junit] 11/08/13 22:40:12 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 1
    [junit] 11/08/13 22:40:12 INFO datanode.DataBlockScanner: Exiting 
DataBlockScanner thread.
    [junit] 11/08/13 22:40:12 INFO datanode.DataNode: 
DatanodeRegistration(127.0.0.1:52102, 
storageID=DS-404977607-67.195.138.24-52102-1313274856609, infoPort=40796, 
ipcPort=38650):Finishing DataNode in: 
FSDataset{dirpath='<https://builds.apache.org/job/Pig-trunk/ws/trunk/build/test/data/dfs/data/data5/current,/home/jenkins/jenkins-slave/workspace/Pig-trunk/trunk/build/test/data/dfs/data/data6/current'}>
    [junit] 11/08/13 22:40:12 INFO ipc.Server: Stopping server on 38650
    [junit] 11/08/13 22:40:12 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 0
    [junit] Shutting down DataNode 1
    [junit] 11/08/13 22:40:12 INFO hdfs.StateChange: BLOCK* ask 127.0.0.1:37138 
to delete  blk_2806126570042705630_1124 blk_-9025719320470032361_1121 
blk_234951827351307471_1126 blk_-1333971115122130258_1127 
blk_-6099511093477827682_1122 blk_-3631916791721797789_1123
    [junit] 11/08/13 22:40:12 INFO hdfs.StateChange: BLOCK* ask 127.0.0.1:45235 
to delete  blk_-9025719320470032361_1121 blk_234951827351307471_1126 
blk_-1333971115122130258_1127 blk_-3631916791721797789_1123
    [junit] 11/08/13 22:40:12 INFO ipc.Server: Stopping server on 59636
    [junit] 11/08/13 22:40:12 INFO ipc.Server: IPC Server handler 0 on 59636: 
exiting
    [junit] 11/08/13 22:40:12 INFO ipc.Server: IPC Server handler 1 on 59636: 
exiting
    [junit] 11/08/13 22:40:12 INFO ipc.Server: IPC Server handler 2 on 59636: 
exiting
    [junit] 11/08/13 22:40:12 INFO ipc.Server: Stopping IPC Server listener on 
59636
    [junit] 11/08/13 22:40:12 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/08/13 22:40:12 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 1
    [junit] 11/08/13 22:40:12 WARN datanode.DataNode: 
DatanodeRegistration(127.0.0.1:59028, 
storageID=DS-283545543-67.195.138.24-59028-1313274856316, infoPort=38312, 
ipcPort=59636):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/08/13 22:40:12 INFO datanode.DataBlockScanner: Exiting 
DataBlockScanner thread.
    [junit] 11/08/13 22:40:12 INFO mapred.TaskTracker: Received 'KillJobAction' 
for job: job_20110813223416939_0015
    [junit] 11/08/13 22:40:12 WARN mapred.TaskTracker: Unknown job 
job_20110813223416939_0015 being deleted.
    [junit] 11/08/13 22:40:13 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 0
    [junit] 11/08/13 22:40:13 INFO datanode.DataNode: 
DatanodeRegistration(127.0.0.1:59028, 
storageID=DS-283545543-67.195.138.24-59028-1313274856316, infoPort=38312, 
ipcPort=59636):Finishing DataNode in: 
FSDataset{dirpath='<https://builds.apache.org/job/Pig-trunk/ws/trunk/build/test/data/dfs/data/data3/current,/home/jenkins/jenkins-slave/workspace/Pig-trunk/trunk/build/test/data/dfs/data/data4/current'}>
    [junit] 11/08/13 22:40:13 INFO ipc.Server: Stopping server on 59636
    [junit] 11/08/13 22:40:13 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 0
    [junit] Shutting down DataNode 0
    [junit] 11/08/13 22:40:13 INFO datanode.DataNode: Deleting block 
blk_-9025719320470032361_1121 file 
build/test/data/dfs/data/data2/current/blk_-9025719320470032361
    [junit] 11/08/13 22:40:13 INFO datanode.DataNode: Deleting block 
blk_-3631916791721797789_1123 file 
build/test/data/dfs/data/data1/current/blk_-3631916791721797789
    [junit] 11/08/13 22:40:13 INFO datanode.DataNode: Deleting block 
blk_-1333971115122130258_1127 file 
build/test/data/dfs/data/data1/current/blk_-1333971115122130258
    [junit] 11/08/13 22:40:13 INFO datanode.DataNode: Deleting block 
blk_234951827351307471_1126 file 
build/test/data/dfs/data/data2/current/blk_234951827351307471
    [junit] 11/08/13 22:40:13 INFO ipc.Server: Stopping server on 54637
    [junit] 11/08/13 22:40:13 INFO ipc.Server: IPC Server handler 0 on 54637: 
exiting
    [junit] 11/08/13 22:40:13 INFO ipc.Server: IPC Server handler 2 on 54637: 
exiting
    [junit] 11/08/13 22:40:13 INFO ipc.Server: IPC Server handler 1 on 54637: 
exiting
    [junit] 11/08/13 22:40:13 INFO ipc.Server: Stopping IPC Server listener on 
54637
    [junit] 11/08/13 22:40:13 INFO ipc.Server: Stopping IPC Server Responder
    [junit] 11/08/13 22:40:13 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 1
    [junit] 11/08/13 22:40:13 WARN datanode.DataNode: 
DatanodeRegistration(127.0.0.1:45235, 
storageID=DS-1933755240-67.195.138.24-45235-1313274856048, infoPort=44813, 
ipcPort=54637):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/08/13 22:40:14 INFO datanode.DataBlockScanner: Exiting 
DataBlockScanner thread.
    [junit] 11/08/13 22:40:14 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 0
    [junit] 11/08/13 22:40:14 INFO datanode.DataNode: 
DatanodeRegistration(127.0.0.1:45235, 
storageID=DS-1933755240-67.195.138.24-45235-1313274856048, infoPort=44813, 
ipcPort=54637):Finishing DataNode in: 
FSDataset{dirpath='<https://builds.apache.org/job/Pig-trunk/ws/trunk/build/test/data/dfs/data/data1/current,/home/jenkins/jenkins-slave/workspace/Pig-trunk/trunk/build/test/data/dfs/data/data2/current'}>
    [junit] 11/08/13 22:40:14 INFO ipc.Server: Stopping server on 54637
    [junit] 11/08/13 22:40:14 INFO datanode.DataNode: Waiting for threadgroup 
to exit, active threads is 0
    [junit] 11/08/13 22:40:14 WARN namenode.FSNamesystem: ReplicationMonitor 
thread received InterruptedException.java.lang.InterruptedException: sleep 
interrupted
    [junit] 11/08/13 22:40:14 INFO namenode.FSNamesystem: Number of 
transactions: 694 Total time for transactions(ms): 11Number of transactions 
batched in Syncs: 114 Number of syncs: 484 SyncTimes(ms): 5658 327 
    [junit] 11/08/13 22:40:14 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/08/13 22:40:14 INFO ipc.Server: Stopping server on 40328
    [junit] 11/08/13 22:40:14 INFO ipc.Server: IPC Server handler 0 on 40328: 
exiting
    [junit] 11/08/13 22:40:14 INFO ipc.Server: IPC Server handler 1 on 40328: 
exiting
    [junit] 11/08/13 22:40:14 INFO ipc.Server: IPC Server handler 2 on 40328: 
exiting
    [junit] 11/08/13 22:40:14 INFO ipc.Server: IPC Server handler 4 on 40328: 
exiting
    [junit] 11/08/13 22:40:14 INFO ipc.Server: IPC Server handler 3 on 40328: 
exiting
    [junit] 11/08/13 22:40:14 INFO ipc.Server: IPC Server handler 5 on 40328: 
exiting
    [junit] 11/08/13 22:40:14 INFO ipc.Server: IPC Server handler 6 on 40328: 
exiting
    [junit] 11/08/13 22:40:14 INFO ipc.Server: IPC Server handler 7 on 40328: 
exiting
    [junit] 11/08/13 22:40:14 INFO ipc.Server: IPC Server handler 8 on 40328: 
exiting
    [junit] 11/08/13 22:40:14 INFO ipc.Server: IPC Server handler 9 on 40328: 
exiting
    [junit] 11/08/13 22:40:14 INFO ipc.Server: Stopping IPC Server listener on 
40328
    [junit] 11/08/13 22:40:14 INFO ipc.Server: Stopping IPC Server Responder
    [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 355.495 sec
    [junit] Running org.apache.pig.test.TestStringUDFs
    [junit] 11/08/13 22:40:15 WARN builtin.SUBSTRING: No logger object provided 
to UDF: org.apache.pig.builtin.SUBSTRING. java.lang.NullPointerException
    [junit] 11/08/13 22:40:15 WARN builtin.SUBSTRING: No logger object provided 
to UDF: org.apache.pig.builtin.SUBSTRING. 
java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    [junit] 11/08/13 22:40:15 WARN builtin.SUBSTRING: No logger object provided 
to UDF: org.apache.pig.builtin.SUBSTRING. 
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    [junit] 11/08/13 22:40:15 WARN builtin.SUBSTRING: No logger object provided 
to UDF: org.apache.pig.builtin.SUBSTRING. 
java.lang.StringIndexOutOfBoundsException: String index out of range: -8
    [junit] 11/08/13 22:40:15 WARN builtin.SUBSTRING: No logger object provided 
to UDF: org.apache.pig.builtin.SUBSTRING. 
java.lang.StringIndexOutOfBoundsException: String index out of range: -2
    [junit] 11/08/13 22:40:15 WARN builtin.INDEXOF: No logger object provided 
to UDF: org.apache.pig.builtin.INDEXOF. Failed to process input; error - null
    [junit] 11/08/13 22:40:15 WARN builtin.LAST_INDEX_OF: No logger object 
provided to UDF: org.apache.pig.builtin.LAST_INDEX_OF. Failed to process input; 
error - null
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.085 sec
   [delete] Deleting directory /tmp/pig_junit_tmp314113454

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

Total time: 29 minutes 22 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

Reply via email to