This test passes for me. Hrm?

test-core:
  [delete] Deleting directory /Users/dmitriy/src/pig-svn/build/test/logs
   [mkdir] Created dir: /Users/dmitriy/src/pig-svn/build/test/logs
   [mkdir] Created dir:
/var/folders/1b/1bGBxc9WFlOPxTkePU+pVk+++TM/-Tmp-/pig_junit_tmp1812190739
   [junit] WARNING: multiple versions of ant detected in path for junit
   [junit]
 jar:file:/usr/share/ant/lib/ant.jar!/org/apache/tools/ant/Project.class
   [junit]      and
jar:file:/Users/dmitriy/.ivy2/cache/ant/ant/jars/ant-1.6.5.jar!/org/apache/tools/ant/Project.class
*    [junit] Running org.apache.pig.test.TestStringUDFs
   [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.298 sec*
  [delete] Deleting directory
/var/folders/1b/1bGBxc9WFlOPxTkePU+pVk+++TM/-Tmp-/pig_junit_tmp1812190739

D

On Mon, Jun 20, 2011 at 4:22 PM, Dmitriy Ryaboy <[email protected]> wrote:
> Looking
>
> On Mon, Jun 20, 2011 at 2:27 PM, Apache Jenkins Server
> <[email protected]> wrote:
>> See <https://builds.apache.org/job/Pig-trunk-commit/837/changes>
>>
>> Changes:
>>
>> [dvryaboy] PIG-2120: UDFContext.getClientSystemProps() does not respect
pig.properties (dvryaboy)
>>
>> ------------------------------------------
>> [...truncated 33338 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] 11/06/20 21:22:52 ERROR hdfs.DFSClient: Exception closing file
/tmp/TestStore-output-2751839537489678377.txt_cleanupOnFailure_succeeded2 :
org.apache.hadoop.ipc.RemoteException: java.io.IOException: Could not
complete write to file
/tmp/TestStore-output-2751839537489678377.txt_cleanupOnFailure_succeeded2 by
DFSClient_-827286820
>>    [junit]     at
org.apache.hadoop.hdfs.server.namenode.NameNode.complete(NameNode.java:449)
>>    [junit] Shutting down the Mini HDFS Cluster
>>    [junit] Shutting down DataNode 3
>>    [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-2751839537489678377.txt_cleanupOnFailure_succeeded2 by
DFSClient_-827286820
>>    [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] 11/06/20 21:22:52 INFO ipc.Server: Stopping server on 36343
>>    [junit] 11/06/20 21:22:52 INFO ipc.Server: IPC Server handler 0 on
36343: exiting
>>    [junit] 11/06/20 21:22:52 WARN datanode.DataNode:
DatanodeRegistration(127.0.0.1:59963,
storageID=DS-1499700189-127.0.1.1-59963-1308604578855, infoPort=52875,
ipcPort=36343):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/06/20 21:22:52 INFO ipc.Server: IPC Server handler 2 on
36343: exiting
>>    [junit] 11/06/20 21:22:52 INFO ipc.Server: Stopping IPC Server
listener on 36343
>>    [junit] 11/06/20 21:22:52 INFO datanode.DataNode: Waiting for
threadgroup to exit, active threads is 1
>>    [junit] 11/06/20 21:22:52 INFO datanode.DataBlockScanner: Exiting
DataBlockScanner thread.
>>    [junit] 11/06/20 21:22:52 INFO ipc.Server: IPC Server handler 1 on
36343: exiting
>>    [junit] 11/06/20 21:22:52 INFO ipc.Server: Stopping IPC Server
Responder
>>    [junit] 11/06/20 21:22:52 INFO datanode.DataNode:
DatanodeRegistration(127.0.0.1:59963,
storageID=DS-1499700189-127.0.1.1-59963-1308604578855, infoPort=52875,
ipcPort=36343):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/06/20 21:22:52 INFO ipc.Server: Stopping server on 36343
>>    [junit] 11/06/20 21:22:52 INFO datanode.DataNode: Waiting for
threadgroup to exit, active threads is 0
>>    [junit] Shutting down DataNode 2
>>    [junit] 11/06/20 21:22:52 INFO ipc.Server: Stopping server on 51422
>>    [junit] 11/06/20 21:22:52 INFO ipc.Server: IPC Server handler 0 on
51422: exiting
>>    [junit] 11/06/20 21:22:52 INFO ipc.Server: IPC Server handler 1 on
51422: exiting
>>    [junit] 11/06/20 21:22:52 INFO ipc.Server: IPC Server handler 2 on
51422: exiting
>>    [junit] 11/06/20 21:22:52 INFO ipc.Server: Stopping IPC Server
listener on 51422
>>    [junit] 11/06/20 21:22:52 INFO ipc.Server: Stopping IPC Server
Responder
>>    [junit] 11/06/20 21:22:52 INFO datanode.DataNode: Waiting for
threadgroup to exit, active threads is 1
>>    [junit] 11/06/20 21:22:52 WARN datanode.DataNode:
DatanodeRegistration(127.0.0.1:36968,
storageID=DS-561568186-127.0.1.1-36968-1308604578554, infoPort=35301,
ipcPort=51422):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/06/20 21:22:52 INFO datanode.DataBlockScanner: Exiting
DataBlockScanner thread.
>>    [junit] 11/06/20 21:22:52 INFO hdfs.StateChange: BLOCK* ask
127.0.0.1:59963 to delete  blk_9047800574337598805_1127
blk_-6664293237159055399_1122 blk_-1851075934156445886_1126
blk_-5235944509665685385_1121 blk_-2874467637234490857_1124
blk_-4282865535144571490_1123
>>    [junit] 11/06/20 21:22:52 INFO hdfs.StateChange: BLOCK* ask
127.0.0.1:40249 to delete  blk_-6664293237159055399_1122
blk_-1851075934156445886_1126 blk_-5235944509665685385_1121
blk_-4282865535144571490_1123
>>    [junit] 11/06/20 21:22:53 INFO datanode.DataNode: Waiting for
threadgroup to exit, active threads is 0
>>    [junit] 11/06/20 21:22:53 INFO datanode.DataNode:
DatanodeRegistration(127.0.0.1:36968,
storageID=DS-561568186-127.0.1.1-36968-1308604578554, infoPort=35301,
ipcPort=51422):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/06/20 21:22:53 INFO ipc.Server: Stopping server on 51422
>>    [junit] 11/06/20 21:22:53 INFO datanode.DataNode: Waiting for
threadgroup to exit, active threads is 0
>>    [junit] Shutting down DataNode 1
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: Stopping server on 46566
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: IPC Server handler 0 on
46566: exiting
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: IPC Server handler 1 on
46566: exiting
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: IPC Server handler 2 on
46566: exiting
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: Stopping IPC Server
listener on 46566
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: Stopping IPC Server
Responder
>>    [junit] 11/06/20 21:22:53 WARN datanode.DataNode:
DatanodeRegistration(127.0.0.1:50524,
storageID=DS-613112483-127.0.1.1-50524-1308604578226, infoPort=42099,
ipcPort=46566):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/06/20 21:22:53 INFO datanode.DataNode: Waiting for
threadgroup to exit, active threads is 0
>>    [junit] 11/06/20 21:22:53 INFO datanode.DataBlockScanner: Exiting
DataBlockScanner thread.
>>    [junit] 11/06/20 21:22:53 INFO datanode.DataNode:
DatanodeRegistration(127.0.0.1:50524,
storageID=DS-613112483-127.0.1.1-50524-1308604578226, infoPort=42099,
ipcPort=46566):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/06/20 21:22:53 INFO ipc.Server: Stopping server on 46566
>>    [junit] 11/06/20 21:22:53 INFO datanode.DataNode: Waiting for
threadgroup to exit, active threads is 0
>>    [junit] Shutting down DataNode 0
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: Stopping server on 59459
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: IPC Server handler 0 on
59459: exiting
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: Stopping IPC Server
listener on 59459
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: IPC Server handler 1 on
59459: exiting
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: IPC Server handler 2 on
59459: exiting
>>    [junit] 11/06/20 21:22:53 INFO ipc.Server: Stopping IPC Server
Responder
>>    [junit] 11/06/20 21:22:53 INFO datanode.DataNode: Waiting for
threadgroup to exit, active threads is 1
>>    [junit] 11/06/20 21:22:53 WARN datanode.DataNode:
DatanodeRegistration(127.0.0.1:40249,
storageID=DS-289436071-127.0.1.1-40249-1308604577896, infoPort=58280,
ipcPort=59459):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/06/20 21:22:53 INFO mapred.TaskTracker: Received
'KillJobAction' for job: job_20110620211618916_0015
>>    [junit] 11/06/20 21:22:53 WARN mapred.TaskTracker: Unknown job
job_20110620211618916_0015 being deleted.
>>    [junit] 11/06/20 21:22:54 INFO datanode.DataBlockScanner: Exiting
DataBlockScanner thread.
>>    [junit] 11/06/20 21:22:54 INFO datanode.DataNode:
DatanodeRegistration(127.0.0.1:40249,
storageID=DS-289436071-127.0.1.1-40249-1308604577896, infoPort=58280,
ipcPort=59459):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/06/20 21:22:54 INFO ipc.Server: Stopping server on 59459
>>    [junit] 11/06/20 21:22:54 INFO datanode.DataNode: Waiting for
threadgroup to exit, active threads is 0
>>    [junit] 11/06/20 21:22:54 INFO datanode.DataNode: Waiting for
threadgroup to exit, active threads is 0
>>    [junit] 11/06/20 21:22:54 WARN namenode.FSNamesystem:
ReplicationMonitor thread received
InterruptedException.java.lang.InterruptedException: sleep interrupted
>>    [junit] 11/06/20 21:22:54 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/06/20 21:22:54 INFO namenode.FSNamesystem: Number of
transactions: 694 Total time for transactions(ms): 13Number of transactions
batched in Syncs: 115 Number of syncs: 483 SyncTimes(ms): 3090 296
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping server on 46183
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 0 on
46183: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 1 on
46183: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 2 on
46183: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 3 on
46183: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 4 on
46183: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 5 on
46183: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 7 on
46183: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping IPC Server
listener on 46183
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 9 on
46183: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping IPC Server
Responder
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 8 on
46183: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 6 on
46183: exiting
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Shutting down:
Map-events fetcher for all reduce tasks on tracker_host0.foo.com:localhost/
127.0.0.1:40492
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping server on 40492
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 0 on
40492: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 1 on
40492: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 2 on
40492: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 3 on
40492: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping IPC Server
listener on 40492
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping IPC Server
Responder
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Shutting down
StatusHttpServer
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Interrupted.
Closing down.
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Shutting down:
Map-events fetcher for all reduce tasks on tracker_host1.foo.com:localhost/
127.0.0.1:56407
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping server on 56407
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 0 on
56407: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping IPC Server
listener on 56407
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 1 on
56407: exiting
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Shutting down
StatusHttpServer
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping IPC Server
Responder
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 2 on
56407: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 3 on
56407: exiting
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Interrupted.
Closing down.
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Shutting down:
Map-events fetcher for all reduce tasks on tracker_host2.foo.com:localhost/
127.0.0.1:38483
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping server on 38483
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 0 on
38483: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 2 on
38483: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 3 on
38483: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping IPC Server
Responder
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Shutting down
StatusHttpServer
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 1 on
38483: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping IPC Server
listener on 38483
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Interrupted.
Closing down.
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Shutting down:
Map-events fetcher for all reduce tasks on tracker_host3.foo.com:localhost/
127.0.0.1:54654
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping server on 54654
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 0 on
54654: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 2 on
54654: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 3 on
54654: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping IPC Server
Responder
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: IPC Server handler 1 on
54654: exiting
>>    [junit] 11/06/20 21:22:54 INFO ipc.Server: Stopping IPC Server
listener on 54654
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Shutting down
StatusHttpServer
>>    [junit] 11/06/20 21:22:54 INFO mapred.TaskTracker: Interrupted.
Closing down.
>>    [junit] 11/06/20 21:22:54 INFO mapred.JobTracker: Stopping infoServer
>>    [junit] 11/06/20 21:22:55 INFO mapred.JobTracker: Stopping
interTrackerServer
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: Stopping server on 33110
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: IPC Server handler 0 on
33110: exiting
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: IPC Server handler 1 on
33110: exiting
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: IPC Server handler 2 on
33110: exiting
>>    [junit] 11/06/20 21:22:55 INFO mapred.JobTracker: Stopping
expireTrackers
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: IPC Server handler 3 on
33110: exiting
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: IPC Server handler 5 on
33110: exiting
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: IPC Server handler 9 on
33110: exiting
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: Stopping IPC Server
listener on 33110
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: IPC Server handler 8 on
33110: exiting
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: IPC Server handler 7 on
33110: exiting
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: IPC Server handler 6 on
33110: exiting
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: IPC Server handler 4 on
33110: exiting
>>    [junit] 11/06/20 21:22:55 INFO ipc.Server: Stopping IPC Server
Responder
>>    [junit] 11/06/20 21:22:55 INFO mapred.JobTracker: Stopped
interTrackerServer
>>    [junit] 11/06/20 21:22:55 INFO mapred.JobTracker: Stopping retirer
>>    [junit] 11/06/20 21:22:55 INFO mapred.EagerTaskInitializationListener:
Stopping Job Init Manager thread
>>    [junit] 11/06/20 21:22:55 INFO mapred.EagerTaskInitializationListener:
JobInitManagerThread interrupted.
>>    [junit] 11/06/20 21:22:55 INFO mapred.EagerTaskInitializationListener:
Shutting down thread pool
>>    [junit] 11/06/20 21:22:55 INFO mapred.JobTracker: Stopping
expireLaunchingTasks
>>    [junit] 11/06/20 21:22:55 INFO mapred.JobTracker: stopped all
jobtracker services
>>    [junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 393.066
sec
>>    [junit] Running org.apache.pig.test.TestStringUDFs
>>    [junit] 11/06/20 21:22:55 WARN builtin.SUBSTRING:
java.lang.NullPointerException
>>    [junit] 11/06/20 21:22:55 WARN builtin.SUBSTRING:
java.lang.StringIndexOutOfBoundsException: String index out of range: -2
>>    [junit] 11/06/20 21:22:55 WARN builtin.SUBSTRING:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
>>    [junit] 11/06/20 21:22:55 WARN builtin.SUBSTRING:
java.lang.StringIndexOutOfBoundsException: String index out of range: -8
>>    [junit] 11/06/20 21:22:55 WARN builtin.SUBSTRING:
java.lang.StringIndexOutOfBoundsException: String index out of range: -2
>>    [junit] 11/06/20 21:22:55 WARN builtin.INDEXOF: Failed to process
input; error - null
>>    [junit] 11/06/20 21:22:55 WARN builtin.LAST_INDEX_OF: Failed to
process input; error - null
>>    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.115 sec
>>   [delete] Deleting directory /tmp/pig_junit_tmp454962506
>>
>> 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: 20 minutes 31 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