You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by Apache Hudson Server <hu...@hudson.zones.apache.org> on 2009/11/02 11:51:12 UTC

Build failed in Hudson: ZooKeeper-trunk #516

See <http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/516/>

------------------------------------------
[...truncated 163860 lines...]
    [junit] 2009-11-02 10:50:57,000 - INFO  [SessionTracker:SessionTrackerImpl@143] - SessionTrackerImpl exited loop!
    [junit] 2009-11-02 10:50:57,005 - INFO  [main:ZooKeeper@505] - Closing session: 0x124b484c87d0000
    [junit] 2009-11-02 10:50:57,005 - INFO  [main:ClientCnxn@1081] - Closing ClientCnxn for session: 0x124b484c87d0000
    [junit] 2009-11-02 10:50:57,006 - INFO  [ProcessThread:-1:PrepRequestProcessor@384] - Processed session termination request for id: 0x124b484c87d0000
    [junit] 2009-11-02 10:50:57,007 - INFO  [SyncThread:0:NIOServerCnxn@834] - closing session:0x124b484c87d0000 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11225 remote=/127.0.0.1:41017]
    [junit] 2009-11-02 10:50:57,008 - INFO  [main-SendThread(localhost:11225):ClientCnxn$SendThread@974] - Exception while closing send thread for session 0x124b484c87d0000 : Read error rc = -1 java.nio.DirectByteBuffer[pos=0 lim=4 cap=4]
    [junit] 2009-11-02 10:50:57,108 - INFO  [main:ClientCnxn@1067] - Disconnecting ClientCnxn for session: 0x124b484c87d0000
    [junit] 2009-11-02 10:50:57,108 - INFO  [main:ZooKeeper@513] - Session: 0x124b484c87d0000 closed
    [junit] 2009-11-02 10:50:57,108 - INFO  [main-EventThread:ClientCnxn$EventThread@525] - EventThread shut down
    [junit] 2009-11-02 10:50:57,109 - INFO  [main:ClientBase@397] - tearDown starting
    [junit] 2009-11-02 10:50:57,109 - INFO  [main:ClientBase@409] - fdcount after test is: 42
    [junit] 2009-11-02 10:50:57,109 - INFO  [main:ZooKeeper@505] - Closing session: 0x124b484c87d0000
    [junit] 2009-11-02 10:50:57,109 - INFO  [main:ClientCnxn@1081] - Closing ClientCnxn for session: 0x124b484c87d0000
    [junit] 2009-11-02 10:50:57,110 - INFO  [main:ClientCnxn@1067] - Disconnecting ClientCnxn for session: 0x124b484c87d0000
    [junit] 2009-11-02 10:50:57,110 - INFO  [main:ZooKeeper@513] - Session: 0x124b484c87d0000 closed
    [junit] 2009-11-02 10:50:57,110 - INFO  [main:ClientBase@374] - STOPPING server
    [junit] 2009-11-02 10:50:57,110 - INFO  [NIOServerCxn.Factory:11225:NIOServerCnxn$Factory@236] - NIOServerCnxn factory exited run method
    [junit] 2009-11-02 10:50:57,111 - INFO  [main:FinalRequestProcessor@319] - shutdown of request processor complete
    [junit] 2009-11-02 10:50:57,111 - INFO  [SyncThread:0:SyncRequestProcessor@134] - SyncRequestProcessor exited!
    [junit] 2009-11-02 10:50:57,111 - INFO  [ProcessThread:-1:PrepRequestProcessor@119] - PrepRequestProcessor exited loop!
    [junit] ensureOnly:[]
    [junit] 2009-11-02 10:50:57,114 - INFO  [main:ClientBase@428] - FINISHED testWatcherAutoResetDisabledWithGlobal
    [junit] 2009-11-02 10:50:57,115 - INFO  [main:ClientBase@338] - STARTING testWatcherAutoResetDisabledWithLocal
    [junit] 2009-11-02 10:50:57,120 - INFO  [main:ClientBase@367] - STARTING server
    [junit] 2009-11-02 10:50:57,121 - INFO  [main:ZooKeeperServer@160] - Created server
    [junit] 2009-11-02 10:50:57,121 - INFO  [main:NIOServerCnxn$Factory@122] - binding to port 11226
    [junit] 2009-11-02 10:50:57,122 - INFO  [main:FileTxnSnapLog@208] - Snapshotting: 0
    [junit] ensureOnly:[InMemoryDataTree, StandaloneServer_port]
    [junit] 2009-11-02 10:50:57,124 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@699] - Processing stat command from /127.0.0.1:52006
    [junit] 2009-11-02 10:50:57,124 - WARN  [NIOServerCxn.Factory:11226:NIOServerCnxn@495] - Exception causing close of session 0x0 due to java.io.IOException: Responded to info probe
    [junit] 2009-11-02 10:50:57,124 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@834] - closing session:0x0 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11226 remote=/127.0.0.1:52006]
    [junit] expect:InMemoryDataTree
    [junit] found:InMemoryDataTree org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=InMemoryDataTree
    [junit] expect:StandaloneServer_port
    [junit] found:StandaloneServer_port org.apache.ZooKeeperService:name0=StandaloneServer_port-1
    [junit] 2009-11-02 10:50:57,125 - INFO  [main:ClientBase@359] - Initial fdcount is: 42
    [junit] 2009-11-02 10:50:57,126 - INFO  [main:ClientBase@363] - Client test setup finished
    [junit] 2009-11-02 10:50:57,126 - INFO  [main:ZooKeeper@372] - Initiating client connection, connectString=127.0.0.1:11226 sessionTimeout=5000 watcher=org.apache.zookeeper.test.WatcherTest$MyWatcher@1ca209e
    [junit] 2009-11-02 10:50:57,126 - INFO  [main-SendThread():ClientCnxn$SendThread@880] - Attempting connection to server /127.0.0.1:11226
    [junit] 2009-11-02 10:50:57,127 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@796] - Priming connection to java.nio.channels.SocketChannel[connected local=/127.0.0.1:52007 remote=localhost/127.0.0.1:11226]
    [junit] 2009-11-02 10:50:57,127 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@950] - Server connection successful
    [junit] 2009-11-02 10:50:57,128 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@584] - Connected to /127.0.0.1:52007 lastZxid 0
    [junit] 2009-11-02 10:50:57,128 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@616] - Creating new session 0x124b484dee20000
    [junit] 2009-11-02 10:50:57,132 - INFO  [SyncThread:0:NIOServerCnxn@965] - Finished init of 0x124b484dee20000 valid:true
    [junit] expect:0x124b484dee20000
    [junit] found:0x124b484dee20000 org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=Connections,name2=127.0.0.1,name3=0x124b484dee20000
    [junit] 2009-11-02 10:50:57,139 - INFO  [main:ClientBase@374] - STOPPING server
    [junit] 2009-11-02 10:50:57,140 - INFO  [main:NIOServerCnxn@834] - closing session:0x124b484dee20000 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11226 remote=/127.0.0.1:52007]
    [junit] 2009-11-02 10:50:57,140 - WARN  [main-SendThread(localhost:11226):ClientCnxn$SendThread@980] - Exception closing session 0x124b484dee20000 to sun.nio.ch.SelectionKeyImpl@13829d5
    [junit] java.io.IOException: Read error rc = -1 java.nio.DirectByteBuffer[pos=0 lim=4 cap=4]
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.doIO(ClientCnxn.java:712)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:958)
    [junit] 2009-11-02 10:50:57,141 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn$Factory@236] - NIOServerCnxn factory exited run method
    [junit] 2009-11-02 10:50:57,141 - INFO  [main:FinalRequestProcessor@319] - shutdown of request processor complete
    [junit] 2009-11-02 10:50:57,141 - INFO  [SyncThread:0:SyncRequestProcessor@134] - SyncRequestProcessor exited!
    [junit] 2009-11-02 10:50:57,141 - INFO  [ProcessThread:-1:PrepRequestProcessor@119] - PrepRequestProcessor exited loop!
    [junit] ensureOnly:[]
    [junit] 2009-11-02 10:50:57,241 - INFO  [main:ClientBase@367] - STARTING server
    [junit] 2009-11-02 10:50:57,241 - INFO  [main:ZooKeeperServer@160] - Created server
    [junit] 2009-11-02 10:50:57,242 - INFO  [main:NIOServerCnxn$Factory@122] - binding to port 11226
    [junit] 2009-11-02 10:50:57,242 - INFO  [main:FileSnap@81] - Reading snapshot <http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/tmp/test5361171918134795050.junit.dir/version-2/snapshot.0>
    [junit] 2009-11-02 10:50:57,244 - INFO  [main:FileTxnSnapLog@208] - Snapshotting: 3
    [junit] 2009-11-02 10:50:57,264 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@699] - Processing stat command from /127.0.0.1:52009
    [junit] ensureOnly:[InMemoryDataTree, StandaloneServer_port]
    [junit] 2009-11-02 10:50:57,265 - WARN  [NIOServerCxn.Factory:11226:NIOServerCnxn@495] - Exception causing close of session 0x0 due to java.io.IOException: Responded to info probe
    [junit] 2009-11-02 10:50:57,265 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@834] - closing session:0x0 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11226 remote=/127.0.0.1:52009]
    [junit] expect:InMemoryDataTree
    [junit] found:InMemoryDataTree org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=InMemoryDataTree
    [junit] expect:StandaloneServer_port
    [junit] found:StandaloneServer_port org.apache.ZooKeeperService:name0=StandaloneServer_port-1
    [junit] 2009-11-02 10:50:58,799 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@880] - Attempting connection to server localhost/127.0.0.1:11226
    [junit] 2009-11-02 10:50:58,799 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@796] - Priming connection to java.nio.channels.SocketChannel[connected local=/127.0.0.1:52010 remote=localhost/127.0.0.1:11226]
    [junit] 2009-11-02 10:50:58,799 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@950] - Server connection successful
    [junit] 2009-11-02 10:50:58,800 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@584] - Connected to /127.0.0.1:52010 lastZxid 3
    [junit] 2009-11-02 10:50:58,801 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@965] - Finished init of 0x124b484dee20000 valid:true
    [junit] 2009-11-02 10:50:58,801 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@613] - Renewing session 0x124b484dee20000
    [junit] 2009-11-02 10:50:58,809 - INFO  [main:ClientBase@374] - STOPPING server
    [junit] 2009-11-02 10:50:58,810 - INFO  [main:NIOServerCnxn@834] - closing session:0x124b484dee20000 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11226 remote=/127.0.0.1:52010]
    [junit] 2009-11-02 10:50:58,810 - WARN  [main-SendThread(localhost:11226):ClientCnxn$SendThread@980] - Exception closing session 0x124b484dee20000 to sun.nio.ch.SelectionKeyImpl@1b09282
    [junit] java.io.IOException: Read error rc = -1 java.nio.DirectByteBuffer[pos=0 lim=4 cap=4]
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.doIO(ClientCnxn.java:712)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:958)
    [junit] 2009-11-02 10:50:58,811 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn$Factory@236] - NIOServerCnxn factory exited run method
    [junit] 2009-11-02 10:50:58,811 - INFO  [main:FinalRequestProcessor@319] - shutdown of request processor complete
    [junit] 2009-11-02 10:50:58,811 - INFO  [ProcessThread:-1:PrepRequestProcessor@119] - PrepRequestProcessor exited loop!
    [junit] 2009-11-02 10:50:58,811 - INFO  [SyncThread:0:SyncRequestProcessor@134] - SyncRequestProcessor exited!
    [junit] ensureOnly:[]
    [junit] 2009-11-02 10:50:58,911 - INFO  [main:ClientBase@367] - STARTING server
    [junit] 2009-11-02 10:50:58,911 - INFO  [main:ZooKeeperServer@160] - Created server
    [junit] 2009-11-02 10:50:58,912 - INFO  [main:NIOServerCnxn$Factory@122] - binding to port 11226
    [junit] 2009-11-02 10:50:58,913 - INFO  [main:FileSnap@81] - Reading snapshot <http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/tmp/test5361171918134795050.junit.dir/version-2/snapshot.3>
    [junit] 2009-11-02 10:50:58,915 - INFO  [main:FileTxnSnapLog@208] - Snapshotting: 5
    [junit] ensureOnly:[InMemoryDataTree, StandaloneServer_port]
    [junit] 2009-11-02 10:50:58,916 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@699] - Processing stat command from /127.0.0.1:52012
    [junit] 2009-11-02 10:50:58,917 - WARN  [NIOServerCxn.Factory:11226:NIOServerCnxn@495] - Exception causing close of session 0x0 due to java.io.IOException: Responded to info probe
    [junit] 2009-11-02 10:50:58,917 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@834] - closing session:0x0 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11226 remote=/127.0.0.1:52012]
    [junit] expect:InMemoryDataTree
    [junit] found:InMemoryDataTree org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=InMemoryDataTree
    [junit] expect:StandaloneServer_port
    [junit] found:StandaloneServer_port org.apache.ZooKeeperService:name0=StandaloneServer_port-1
    [junit] 2009-11-02 10:51:00,000 - INFO  [SessionTracker:SessionTrackerImpl@143] - SessionTrackerImpl exited loop!
    [junit] 2009-11-02 10:51:00,000 - INFO  [SessionTracker:SessionTrackerImpl@143] - SessionTrackerImpl exited loop!
    [junit] 2009-11-02 10:51:00,001 - INFO  [SessionTracker:SessionTrackerImpl@143] - SessionTrackerImpl exited loop!
    [junit] 2009-11-02 10:51:00,532 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@880] - Attempting connection to server localhost/127.0.0.1:11226
    [junit] 2009-11-02 10:51:00,532 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@796] - Priming connection to java.nio.channels.SocketChannel[connected local=/127.0.0.1:52013 remote=localhost/127.0.0.1:11226]
    [junit] 2009-11-02 10:51:00,532 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@950] - Server connection successful
    [junit] 2009-11-02 10:51:00,533 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@584] - Connected to /127.0.0.1:52013 lastZxid 5
    [junit] 2009-11-02 10:51:00,533 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@965] - Finished init of 0x124b484dee20000 valid:true
    [junit] 2009-11-02 10:51:00,533 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@613] - Renewing session 0x124b484dee20000
    [junit] 2009-11-02 10:51:00,544 - INFO  [main:ClientBase@374] - STOPPING server
    [junit] 2009-11-02 10:51:00,544 - INFO  [main:NIOServerCnxn@834] - closing session:0x124b484dee20000 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11226 remote=/127.0.0.1:52013]
    [junit] 2009-11-02 10:51:00,545 - WARN  [main-SendThread(localhost:11226):ClientCnxn$SendThread@980] - Exception closing session 0x124b484dee20000 to sun.nio.ch.SelectionKeyImpl@8932e8
    [junit] java.io.IOException: Read error rc = -1 java.nio.DirectByteBuffer[pos=0 lim=4 cap=4]
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.doIO(ClientCnxn.java:712)
    [junit] 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:958)
    [junit] 2009-11-02 10:51:00,545 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn$Factory@236] - NIOServerCnxn factory exited run method
    [junit] 2009-11-02 10:51:00,545 - INFO  [main:FinalRequestProcessor@319] - shutdown of request processor complete
    [junit] 2009-11-02 10:51:00,545 - INFO  [SyncThread:0:SyncRequestProcessor@134] - SyncRequestProcessor exited!
    [junit] 2009-11-02 10:51:00,545 - INFO  [ProcessThread:-1:PrepRequestProcessor@119] - PrepRequestProcessor exited loop!
    [junit] ensureOnly:[]
    [junit] 2009-11-02 10:51:00,645 - INFO  [main:ClientBase@367] - STARTING server
    [junit] 2009-11-02 10:51:00,645 - INFO  [main:ZooKeeperServer@160] - Created server
    [junit] 2009-11-02 10:51:00,646 - INFO  [main:NIOServerCnxn$Factory@122] - binding to port 11226
    [junit] 2009-11-02 10:51:00,647 - INFO  [main:FileSnap@81] - Reading snapshot <http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/tmp/test5361171918134795050.junit.dir/version-2/snapshot.5>
    [junit] 2009-11-02 10:51:00,650 - INFO  [main:FileTxnSnapLog@208] - Snapshotting: 6
    [junit] ensureOnly:[InMemoryDataTree, StandaloneServer_port]
    [junit] 2009-11-02 10:51:00,651 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@699] - Processing stat command from /127.0.0.1:52015
    [junit] 2009-11-02 10:51:00,652 - WARN  [NIOServerCxn.Factory:11226:NIOServerCnxn@495] - Exception causing close of session 0x0 due to java.io.IOException: Responded to info probe
    [junit] 2009-11-02 10:51:00,652 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@834] - closing session:0x0 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11226 remote=/127.0.0.1:52015]
    [junit] expect:InMemoryDataTree
    [junit] found:InMemoryDataTree org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=InMemoryDataTree
    [junit] expect:StandaloneServer_port
    [junit] found:StandaloneServer_port org.apache.ZooKeeperService:name0=StandaloneServer_port-1
    [junit] 2009-11-02 10:51:02,604 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@880] - Attempting connection to server localhost/127.0.0.1:11226
    [junit] 2009-11-02 10:51:02,605 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@796] - Priming connection to java.nio.channels.SocketChannel[connected local=/127.0.0.1:52016 remote=localhost/127.0.0.1:11226]
    [junit] 2009-11-02 10:51:02,605 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@950] - Server connection successful
    [junit] 2009-11-02 10:51:02,605 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@584] - Connected to /127.0.0.1:52016 lastZxid 6
    [junit] 2009-11-02 10:51:02,606 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@965] - Finished init of 0x124b484dee20000 valid:true
    [junit] 2009-11-02 10:51:02,606 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn@613] - Renewing session 0x124b484dee20000
    [junit] 2009-11-02 10:51:03,000 - INFO  [SessionTracker:SessionTrackerImpl@143] - SessionTrackerImpl exited loop!
    [junit] 2009-11-02 10:51:03,613 - INFO  [main:ZooKeeper@505] - Closing session: 0x124b484dee20000
    [junit] 2009-11-02 10:51:03,613 - INFO  [main:ClientCnxn@1081] - Closing ClientCnxn for session: 0x124b484dee20000
    [junit] 2009-11-02 10:51:03,614 - INFO  [ProcessThread:-1:PrepRequestProcessor@384] - Processed session termination request for id: 0x124b484dee20000
    [junit] 2009-11-02 10:51:03,615 - INFO  [SyncThread:0:NIOServerCnxn@834] - closing session:0x124b484dee20000 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11226 remote=/127.0.0.1:52016]
    [junit] 2009-11-02 10:51:03,616 - INFO  [main-SendThread(localhost:11226):ClientCnxn$SendThread@974] - Exception while closing send thread for session 0x124b484dee20000 : Read error rc = -1 java.nio.DirectByteBuffer[pos=0 lim=4 cap=4]
    [junit] 2009-11-02 10:51:03,716 - INFO  [main:ClientCnxn@1067] - Disconnecting ClientCnxn for session: 0x124b484dee20000
    [junit] 2009-11-02 10:51:03,716 - INFO  [main:ZooKeeper@513] - Session: 0x124b484dee20000 closed
    [junit] 2009-11-02 10:51:03,716 - INFO  [main-EventThread:ClientCnxn$EventThread@525] - EventThread shut down
    [junit] 2009-11-02 10:51:03,717 - INFO  [main:ClientBase@397] - tearDown starting
    [junit] 2009-11-02 10:51:03,717 - INFO  [main:ClientBase@409] - fdcount after test is: 38
    [junit] 2009-11-02 10:51:03,717 - INFO  [main:ZooKeeper@505] - Closing session: 0x124b484dee20000
    [junit] 2009-11-02 10:51:03,717 - INFO  [main:ClientCnxn@1081] - Closing ClientCnxn for session: 0x124b484dee20000
    [junit] 2009-11-02 10:51:03,718 - INFO  [main:ClientCnxn@1067] - Disconnecting ClientCnxn for session: 0x124b484dee20000
    [junit] 2009-11-02 10:51:03,718 - INFO  [main:ZooKeeper@513] - Session: 0x124b484dee20000 closed
    [junit] 2009-11-02 10:51:03,718 - INFO  [main:ClientBase@374] - STOPPING server
    [junit] 2009-11-02 10:51:03,718 - INFO  [NIOServerCxn.Factory:11226:NIOServerCnxn$Factory@236] - NIOServerCnxn factory exited run method
    [junit] 2009-11-02 10:51:03,719 - INFO  [main:FinalRequestProcessor@319] - shutdown of request processor complete
    [junit] 2009-11-02 10:51:03,719 - INFO  [SyncThread:0:SyncRequestProcessor@134] - SyncRequestProcessor exited!
    [junit] 2009-11-02 10:51:03,719 - INFO  [ProcessThread:-1:PrepRequestProcessor@119] - PrepRequestProcessor exited loop!
    [junit] ensureOnly:[]
    [junit] 2009-11-02 10:51:03,722 - INFO  [main:ClientBase@428] - FINISHED testWatcherAutoResetDisabledWithLocal
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 28.878 sec
    [junit] 2009-11-02 10:51:04,374 - INFO  [main:PortAssignment@31] - assigning port 11221
    [junit] Running org.apache.zookeeper.test.ZooKeeperQuotaTest
    [junit] 2009-11-02 10:51:04,419 - INFO  [main:ClientBase@338] - STARTING testQuota
    [junit] 2009-11-02 10:51:04,589 - INFO  [main:ClientBase@367] - STARTING server
    [junit] 2009-11-02 10:51:04,599 - INFO  [main:Environment@97] - Server environment:zookeeper.version=3.3.0-831849, built on 11/02/2009 10:43 GMT
    [junit] 2009-11-02 10:51:04,599 - INFO  [main:Environment@97] - Server environment:host.name=h8.grid.sp2.yahoo.net
    [junit] 2009-11-02 10:51:04,600 - INFO  [main:Environment@97] - Server environment:java.version=1.6.0_11
    [junit] 2009-11-02 10:51:04,601 - INFO  [main:Environment@97] - Server environment:java.vendor=Sun Microsystems Inc.
    [junit] 2009-11-02 10:51:04,601 - INFO  [main:Environment@97] - Server environment:java.home=/homes/hudson/tools/java/jdk1.6.0_11-32/jre
    [junit] 2009-11-02 10:51:04,602 - INFO  [main:Environment@97] - Server environment:java.class.path=<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/classes>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/antlr-2.7.6.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/checkstyle-5.0.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/commons-beanutils-core-1.7.0.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/commons-cli-1.0.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/commons-collections-2.0.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/commons-lang-1.0.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/commons-logging-1.0.3.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/google-collections-0.9.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/junit-4.7.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/classes>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/src/java/lib/ivy-2.1.0-rc2.jar>:/homes/hudson/tools/ant/apache-ant-1.7.0/lib/ant.jar:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/lib/jline-0.9.94.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/lib/log4j-1.2.15.jar>:/homes/hudson/tools/clover/latest/lib/clover.jar:/homes/hudson/tools/ant/apache-ant-1.7.0/lib/ant-launcher.jar:/homes/hudson/tools/ant/apache-ant-1.7.0/lib/ant-junit.jar
    [junit] 2009-11-02 10:51:04,602 - INFO  [main:Environment@97] - Server environment:java.library.path=/homes/hudson/tools/java/jdk1.6.0_11-32/jre/lib/i386/server:/homes/hudson/tools/java/jdk1.6.0_11-32/jre/lib/i386:/homes/hudson/tools/java/jdk1.6.0_11-32/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
    [junit] 2009-11-02 10:51:04,603 - INFO  [main:Environment@97] - Server environment:java.io.tmpdir=/tmp
    [junit] 2009-11-02 10:51:04,604 - INFO  [main:Environment@97] - Server environment:java.compiler=<NA>
    [junit] 2009-11-02 10:51:04,604 - INFO  [main:Environment@97] - Server environment:os.name=Linux
    [junit] 2009-11-02 10:51:04,605 - INFO  [main:Environment@97] - Server environment:os.arch=i386
    [junit] 2009-11-02 10:51:04,605 - INFO  [main:Environment@97] - Server environment:os.version=2.6.28-15-generic
    [junit] 2009-11-02 10:51:04,606 - INFO  [main:Environment@97] - Server environment:user.name=hudson
    [junit] 2009-11-02 10:51:04,606 - INFO  [main:Environment@97] - Server environment:user.home=/homes/hudson
    [junit] 2009-11-02 10:51:04,607 - INFO  [main:Environment@97] - Server environment:user.dir=<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk>
    [junit] 2009-11-02 10:51:04,613 - INFO  [main:ZooKeeperServer@160] - Created server
    [junit] 2009-11-02 10:51:04,627 - INFO  [main:NIOServerCnxn$Factory@122] - binding to port 11221
    [junit] 2009-11-02 10:51:04,643 - INFO  [main:FileTxnSnapLog@208] - Snapshotting: 0
    [junit] ensureOnly:[InMemoryDataTree, StandaloneServer_port]
    [junit] 2009-11-02 10:51:04,675 - INFO  [NIOServerCxn.Factory:11221:NIOServerCnxn@699] - Processing stat command from /127.0.0.1:56507
    [junit] 2009-11-02 10:51:04,675 - WARN  [NIOServerCxn.Factory:11221:NIOServerCnxn@495] - Exception causing close of session 0x0 due to java.io.IOException: Responded to info probe
    [junit] 2009-11-02 10:51:04,676 - INFO  [NIOServerCxn.Factory:11221:NIOServerCnxn@834] - closing session:0x0 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11221 remote=/127.0.0.1:56507]
    [junit] expect:InMemoryDataTree
    [junit] found:InMemoryDataTree org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=InMemoryDataTree
    [junit] expect:StandaloneServer_port
    [junit] found:StandaloneServer_port org.apache.ZooKeeperService:name0=StandaloneServer_port-1
    [junit] 2009-11-02 10:51:04,680 - INFO  [main:ClientBase@359] - Initial fdcount is: 32
    [junit] 2009-11-02 10:51:04,680 - INFO  [main:ClientBase@363] - Client test setup finished
    [junit] 2009-11-02 10:51:04,684 - INFO  [main:Environment@97] - Client environment:zookeeper.version=3.3.0-831849, built on 11/02/2009 10:43 GMT
    [junit] 2009-11-02 10:51:04,685 - INFO  [main:Environment@97] - Client environment:host.name=h8.grid.sp2.yahoo.net
    [junit] 2009-11-02 10:51:04,685 - INFO  [main:Environment@97] - Client environment:java.version=1.6.0_11
    [junit] 2009-11-02 10:51:04,686 - INFO  [main:Environment@97] - Client environment:java.vendor=Sun Microsystems Inc.
    [junit] 2009-11-02 10:51:04,686 - INFO  [main:Environment@97] - Client environment:java.home=/homes/hudson/tools/java/jdk1.6.0_11-32/jre
    [junit] 2009-11-02 10:51:04,686 - INFO  [main:Environment@97] - Client environment:java.class.path=<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/classes>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/antlr-2.7.6.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/checkstyle-5.0.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/commons-beanutils-core-1.7.0.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/commons-cli-1.0.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/commons-collections-2.0.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/commons-lang-1.0.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/commons-logging-1.0.3.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/google-collections-0.9.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/test/lib/junit-4.7.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/classes>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/src/java/lib/ivy-2.1.0-rc2.jar>:/homes/hudson/tools/ant/apache-ant-1.7.0/lib/ant.jar:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/lib/jline-0.9.94.jar>:<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build/lib/log4j-1.2.15.jar>:/homes/hudson/tools/clover/latest/lib/clover.jar:/homes/hudson/tools/ant/apache-ant-1.7.0/lib/ant-launcher.jar:/homes/hudson/tools/ant/apache-ant-1.7.0/lib/ant-junit.jar
    [junit] 2009-11-02 10:51:04,687 - INFO  [main:Environment@97] - Client environment:java.library.path=/homes/hudson/tools/java/jdk1.6.0_11-32/jre/lib/i386/server:/homes/hudson/tools/java/jdk1.6.0_11-32/jre/lib/i386:/homes/hudson/tools/java/jdk1.6.0_11-32/jre/../lib/i386:/usr/java/packages/lib/i386:/lib:/usr/lib
    [junit] 2009-11-02 10:51:04,687 - INFO  [main:Environment@97] - Client environment:java.io.tmpdir=/tmp
    [junit] 2009-11-02 10:51:04,687 - INFO  [main:Environment@97] - Client environment:java.compiler=<NA>
    [junit] 2009-11-02 10:51:04,688 - INFO  [main:Environment@97] - Client environment:os.name=Linux
    [junit] 2009-11-02 10:51:04,688 - INFO  [main:Environment@97] - Client environment:os.arch=i386
    [junit] 2009-11-02 10:51:04,689 - INFO  [main:Environment@97] - Client environment:os.version=2.6.28-15-generic
    [junit] 2009-11-02 10:51:04,689 - INFO  [main:Environment@97] - Client environment:user.name=hudson
    [junit] 2009-11-02 10:51:04,689 - INFO  [main:Environment@97] - Client environment:user.home=/homes/hudson
    [junit] 2009-11-02 10:51:04,690 - INFO  [main:Environment@97] - Client environment:user.dir=<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk>
    [junit] 2009-11-02 10:51:04,691 - INFO  [main:ZooKeeper@372] - Initiating client connection, connectString=127.0.0.1:11221 sessionTimeout=30000 watcher=org.apache.zookeeper.test.ClientBase$CountdownWatcher@b05acd
    [junit] 2009-11-02 10:51:04,693 - INFO  [main:ClientCnxn@94] - zookeeper.disableAutoWatchReset is false
    [junit] 2009-11-02 10:51:04,699 - INFO  [main-SendThread():ClientCnxn$SendThread@880] - Attempting connection to server /127.0.0.1:11221
    [junit] 2009-11-02 10:51:04,701 - INFO  [main-SendThread(localhost:11221):ClientCnxn$SendThread@796] - Priming connection to java.nio.channels.SocketChannel[connected local=/127.0.0.1:56508 remote=localhost/127.0.0.1:11221]
    [junit] 2009-11-02 10:51:04,705 - INFO  [main-SendThread(localhost:11221):ClientCnxn$SendThread@950] - Server connection successful
    [junit] 2009-11-02 10:51:04,707 - INFO  [NIOServerCxn.Factory:11221:NIOServerCnxn@584] - Connected to /127.0.0.1:56508 lastZxid 0
    [junit] 2009-11-02 10:51:04,708 - INFO  [NIOServerCxn.Factory:11221:NIOServerCnxn@616] - Creating new session 0x124b484fc4a0000
    [junit] 2009-11-02 10:51:04,730 - INFO  [SyncThread:0:NIOServerCnxn@965] - Finished init of 0x124b484fc4a0000 valid:true
    [junit] expect:0x124b484fc4a0000
    [junit] found:0x124b484fc4a0000 org.apache.ZooKeeperService:name0=StandaloneServer_port-1,name1=Connections,name2=127.0.0.1,name3=0x124b484fc4a0000
    [junit] 2009-11-02 10:51:04,786 - INFO  [main:ClientBase@397] - tearDown starting
    [junit] 2009-11-02 10:51:04,787 - INFO  [main:ClientBase@409] - fdcount after test is: 38
    [junit] 2009-11-02 10:51:04,787 - INFO  [main:ZooKeeper@505] - Closing session: 0x124b484fc4a0000
    [junit] 2009-11-02 10:51:04,788 - INFO  [main:ClientCnxn@1081] - Closing ClientCnxn for session: 0x124b484fc4a0000
    [junit] 2009-11-02 10:51:04,788 - INFO  [ProcessThread:-1:PrepRequestProcessor@384] - Processed session termination request for id: 0x124b484fc4a0000
    [junit] 2009-11-02 10:51:04,789 - INFO  [SyncThread:0:NIOServerCnxn@834] - closing session:0x124b484fc4a0000 NIOServerCnxn: java.nio.channels.SocketChannel[connected local=/127.0.0.1:11221 remote=/127.0.0.1:56508]
    [junit] 2009-11-02 10:51:04,790 - INFO  [main-SendThread(localhost:11221):ClientCnxn$SendThread@974] - Exception while closing send thread for session 0x124b484fc4a0000 : Read error rc = -1 java.nio.DirectByteBuffer[pos=0 lim=4 cap=4]
    [junit] 2009-11-02 10:51:04,891 - INFO  [main:ClientCnxn@1067] - Disconnecting ClientCnxn for session: 0x124b484fc4a0000
    [junit] 2009-11-02 10:51:04,891 - INFO  [main:ZooKeeper@513] - Session: 0x124b484fc4a0000 closed
    [junit] 2009-11-02 10:51:04,891 - INFO  [main-EventThread:ClientCnxn$EventThread@525] - EventThread shut down
    [junit] 2009-11-02 10:51:04,892 - INFO  [main:ClientBase@374] - STOPPING server
    [junit] 2009-11-02 10:51:04,892 - INFO  [NIOServerCxn.Factory:11221:NIOServerCnxn$Factory@236] - NIOServerCnxn factory exited run method
    [junit] 2009-11-02 10:51:04,893 - INFO  [main:FinalRequestProcessor@319] - shutdown of request processor complete
    [junit] 2009-11-02 10:51:04,893 - INFO  [ProcessThread:-1:PrepRequestProcessor@119] - PrepRequestProcessor exited loop!
    [junit] 2009-11-02 10:51:04,893 - INFO  [SyncThread:0:SyncRequestProcessor@134] - SyncRequestProcessor exited!
    [junit] ensureOnly:[]
    [junit] 2009-11-02 10:51:04,896 - INFO  [main:ClientBase@428] - FINISHED testQuota
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.521 sec

BUILD FAILED
<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build.xml>:798: The following error occurred while executing this line:
<http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/ws/trunk/build.xml>:709: Tests failed!

Total time: 8 minutes 2 seconds
Publishing Javadoc
Archiving artifacts
Recording test results
Recording fingerprints
Publishing Clover coverage report...
No Clover report will be published due to a Build Failure


Hudson build is back to normal: ZooKeeper-trunk #517

Posted by Apache Hudson Server <hu...@hudson.zones.apache.org>.
See <http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/517/>