The current build process hangs forever. Macos, JDK7
[INFO] ------------------------------------------------------------------------
[INFO] Building UDT Java implementation 0.7-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ udt-java ---
[INFO] Deleting /Users/alex/projects/udt-java-code/udt-java/trunk/target
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ udt-java ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/alex/projects/udt-java-code/udt-java/trunk/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ udt-java ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 51 source files to /Users/alex/projects/udt-java-code/udt-java/trunk/target/classes
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ udt-java ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/alex/projects/udt-java-code/udt-java/trunk/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ udt-java ---
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 20 source files to /Users/alex/projects/udt-java-code/udt-java/trunk/target/test-classes
[INFO]
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ udt-java ---
[INFO] Surefire report directory: /Users/alex/projects/udt-java-code/udt-java/trunk/target/surefire-reports
Running echo.TestEchoServer
May 27, 2016 7:30:57 PM udt.UDTServerSocket <init>
INFO: Created server endpoint on port 65321
May 27, 2016 7:30:57 PM udt.UDPEndPoint start
INFO: UDTEndpoint started.
May 27, 2016 7:30:58 PM udt.UDTClient <init>
INFO: Created client endpoint on port 12345
May 27, 2016 7:30:58 PM udt.UDTSession <init>
INFO: Using udt.UDTCongestionControl
May 27, 2016 7:30:58 PM udt.ClientSession <init>
INFO: Created udt.ClientSession@512f0cf1 [socketID=4083 ]
May 27, 2016 7:30:58 PM udt.UDPEndPoint addSession
INFO: Storing session <4083>
May 27, 2016 7:30:58 PM udt.UDPEndPoint start
INFO: UDTEndpoint started.
May 27, 2016 7:30:58 PM udt.UDTSession setState
INFO: udt.ClientSession@512f0cf1 [socketID=4083 ] connection state CHANGED to <1>
May 27, 2016 7:30:58 PM udt.ClientSession sendInitialHandShake
INFO: Sending ConnectionHandshake [connectionType=1, Destination [localhost port=65321 socketID=0], mySocketID=4083, initialSeqNo=207213642, packetSize=1400, maxFlowWndSize=10240, socketType=1, destSocketID=0, address=0.0.0.0/0.0.0.0]
May 27, 2016 7:30:58 PM udt.UDTSession <init>
INFO: Using udt.UDTCongestionControl
May 27, 2016 7:30:58 PM udt.ServerSession <init>
INFO: Created udt.ServerSession@5fec73d9 [socketID=4084 ] talking to /127.0.0.1:12345
May 27, 2016 7:30:58 PM udt.ServerSession handleHandShake
INFO: Received ConnectionHandshake [connectionType=1, mySocketID=4083, initialSeqNo=207213642, packetSize=1400, maxFlowWndSize=10240, socketType=1, destSocketID=0, address=/0.0.0.0] in state <0>
May 27, 2016 7:30:58 PM udt.UDTSession setState
INFO: udt.ServerSession@5fec73d9 [socketID=4084 ] connection state CHANGED to <1>
May 27, 2016 7:30:58 PM udt.ServerSession ackInitialHandshake
INFO: Sending reply ConnectionHandshake [connectionType=-1, Destination [localhost port=12345 socketID=4083], mySocketID=4084, initialSeqNo=207213642, packetSize=1400, maxFlowWndSize=10240, socketType=1, destSocketID=4083, cookie=653348926, address=0.0.0.0/0.0.0.0]
May 27, 2016 7:30:58 PM udt.ClientSession handleConnectionHandshake
INFO: Received initial handshake response from Destination [localhost port=65321 socketID=0]
ConnectionHandshake [connectionType=-1, mySocketID=4084, initialSeqNo=207213642, packetSize=1400, maxFlowWndSize=10240, socketType=1, destSocketID=4083, cookie=653348926, address=/0.0.0.0]
May 27, 2016 7:30:58 PM udt.UDTSession setState
INFO: udt.ClientSession@512f0cf1 [socketID=4083 ] connection state CHANGED to <2>
May 27, 2016 7:30:59 PM udt.ClientSession sendSecondHandshake
INFO: Sending confirmation ConnectionHandshake [connectionType=1, Destination [localhost port=65321 socketID=4084], mySocketID=4083, initialSeqNo=92123748, packetSize=1400, maxFlowWndSize=10240, socketType=1, destSocketID=4084, cookie=653348926, address=0.0.0.0/0.0.0.0]
May 27, 2016 7:30:59 PM udt.ServerSession handleHandShake
INFO: Received ConnectionHandshake [connectionType=1, mySocketID=4083, initialSeqNo=92123748, packetSize=1400, maxFlowWndSize=10240, socketType=1, destSocketID=4084, cookie=653348926, address=/0.0.0.0] in state <1>
May 27, 2016 7:30:59 PM udt.ServerSession sendFinalHandShake
INFO: Sending final handshake ack ConnectionHandshake [connectionType=-1, Destination [localhost port=12345 socketID=4083], mySocketID=4084, initialSeqNo=92123748, packetSize=1400, maxFlowWndSize=10240, socketType=1, destSocketID=4083, cookie=653348926, address=0.0.0.0/0.0.0.0]
May 27, 2016 7:30:59 PM udt.ServerSession handleHandShake
INFO: Client/Server handshake complete!
May 27, 2016 7:30:59 PM udt.ClientSession handleConnectionHandshake
INFO: Received confirmation handshake response from Destination [localhost port=65321 socketID=0]
ConnectionHandshake [connectionType=-1, mySocketID=4084, initialSeqNo=92123748, packetSize=1400, maxFlowWndSize=10240, socketType=1, destSocketID=4083, cookie=653348926, address=/0.0.0.0]
May 27, 2016 7:30:59 PM udt.UDTSession setState
INFO: udt.ServerSession@5fec73d9 [socketID=4084 ] connection state CHANGED to <50>
May 27, 2016 7:30:59 PM udt.UDTSession setState
INFO: udt.ClientSession@512f0cf1 [socketID=4083 ] connection state CHANGED to <50>
Processing request from <Destination <span="">[localhost port=12345 socketID=4083]>
May 27, 2016 7:30:59 PM udt.UDTReceiver$1 run
INFO: STARTING RECEIVER for udt.ClientSession@512f0cf1 [socketID=4083 ]
May 27, 2016 7:30:59 PM udt.UDTReceiver$1 run
INFO: STARTING RECEIVER for udt.ServerSession@5fec73d9 [socketID=4084 ]
May 27, 2016 7:31:00 PM udt.ClientSession connect
INFO: Connected, 2 handshake packets sent
May 27, 2016 7:31:00 PM udt.UDTClient connect
INFO: The UDTClient is connected
May 27, 2016 7:31:00 PM udt.UDTSender start
INFO: STARTING SENDER for udt.ClientSession@512f0cf1 [socketID=4083 ]
Message sent.
++ udt.packets.DataPacket@6ae7c6d1 queuesize=0
++ udt.packets.DataPacket@16adfa2c queuesize=52
++ udt.packets.DataPacket@78036a55 queuesize=137
++ udt.packets.DataPacket@283a3001 queuesize=222
++ udt.packets.DataPacket@425a649 queuesize=309
++ udt.packets.DataPacket@43c804bf queuesize=395
++ udt.packets.DataPacket@f7ca0f5 queuesize=401
++ udt.packets.DataPacket@3f2b3cc4 queuesize=402
++ udt.packets.DataPacket@2fa28842 queuesize=403
++ udt.packets.DataPacket@579fbd7c queuesize=404
++ udt.packets.DataPacket@385144d5 queuesize=405
++ udt.packets.DataPacket@5f7e18d5 queuesize=406
++ udt.packets.DataPacket@4f9078ed queuesize=407
++ udt.packets.DataPacket@15f3386a queuesize=408
++ udt.packets.DataPacket@12fcc268 queuesize=409
++ udt.packets.DataPacket@103f4395 queuesize=410
++ udt.packets.DataPacket@296df388 queuesize=411
++ udt.packets.DataPacket@718f7af7 queuesize=412
++ udt.packets.DataPacket@2d22860 queuesize=413
++ udt.packets.DataPacket@3358b812 queuesize=414
++ udt.packets.DataPacket@59cc014 queuesize=415
++ udt.packets.DataPacket@760663ec queuesize=416
++ udt.packets.DataPacket@1d8a577d queuesize=417
++ udt.packets.DataPacket@6575deb1 queuesize=418
++ udt.packets.DataPacket@1d6f6a81 queuesize=419
++ udt.packets.DataPacket@7db94a3f queuesize=420
++ udt.packets.DataPacket@fb9ae95 queuesize=421
++ udt.packets.DataPacket@6774c043 queuesize=422
++ udt.packets.DataPacket@21faa3c5 queuesize=423
++ udt.packets.DataPacket@4e15ebf0 queuesize=424
++ udt.packets.DataPacket@135019d queuesize=425
++ udt.packets.DataPacket@3efceb09 queuesize=426
++ udt.packets.DataPacket@4eaabc2d queuesize=427
++ udt.packets.DataPacket@2b2856b4 queuesize=428
++ udt.packets.DataPacket@6554598e queuesize=429
++ udt.packets.DataPacket@4c3ad9b queuesize=430
++ udt.packets.DataPacket@4aba9d8e queuesize=431
++ udt.packets.DataPacket@21bdfbf6 queuesize=432
++ udt.packets.DataPacket@3fe8e4c8 queuesize=433
++ udt.packets.DataPacket@5304273f queuesize=434
++ udt.packets.DataPacket@35acc3ad queuesize=435
++ udt.packets.DataPacket@6162ae62 queuesize=436
++ udt.packets.DataPacket@15a6d5e1 queuesize=437
++ udt.packets.DataPacket@7c23b1e1 queuesize=438
++ udt.packets.DataPacket@b736a73 queuesize=439
++ udt.packets.DataPacket@4651a9e4 queuesize=440
++ udt.packets.DataPacket@1b68dbcd queuesize=441
++ udt.packets.DataPacket@1367dca queuesize=442
++ udt.packets.DataPacket@207c5965 queuesize=443
++ udt.packets.DataPacket@43d1068c queuesize=444
++ udt.packets.DataPacket@5004f41c queuesize=445
++ udt.packets.DataPacket@7536834e queuesize=446
++ udt.packets.DataPacket@4de6b200 queuesize=447
++ udt.packets.DataPacket@64b045f4 queuesize=448
++ udt.packets.DataPacket@70c0c9d0 queuesize=449
May 27, 2016 7:47:19 PM udt.UDTReceiver processEXPEvent
INFO: Session udt.ClientSession@512f0cf1 [socketID=4083 ] expired.
May 27, 2016 7:47:19 PM udt.UDTSession setState
INFO: udt.ServerSession@5fec73d9 [socketID=4084 ] connection state CHANGED to <90>
May 27, 2016 7:47:19 PM udt.ServerSession received
INFO: Connection shutdown initiated by peer.
Request from <Destination <span="">[localhost port=12345 socketID=4083]> finished.
May 27, 2016 7:47:19 PM udt.UDTSender$1 run
INFO: STOPPING SENDER for udt.ClientSession@512f0cf1 [socketID=4083 ]
May 27, 2016 7:47:19 PM udt.UDTReceiver$1 run
INFO: STOPPING RECEIVER for udt.ClientSession@512f0cf1 [socketID=4083 ]
Hangs here