(pth2.7tfagt) [tunnelserver] [delay 10 ms] xia@xia-virtual-machine:~/CC/pantheon$ python src/experiments/test.py local --schemes "glider"
/home/xia/CC/pantheon/src/helpers/utils.py:40: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read
https://msg.pyyaml.org/load for full details.
return yaml.load(config)
$ /home/xia/CC/pantheon/src/experiments/git_summary.sh
Testing scheme glider for experiment run 1/1...
$ /home/xia/CC/pantheon/src/wrappers/glider.py run_first
[tunnel server manager (tsm)] $ python /home/xia/CC/pantheon/src/experiments/tunnel_manager.py
tunnel manager is running
[tunnel client manager (tcm)] prompt [tsm]
$ mm-link /home/xia/CC/pantheon/src/experiments/12mbps.trace /home/xia/CC/pantheon/src/experiments/12mbps.trace --uplink-log=/home/xia/CC/pantheon/src/experiments/data/glider_mm_datalink_run1.log --downlink-log=/home/xia/CC/pantheon/src/experiments/data/glider_mm_acklink_run1.log python /home/xia/CC/pantheon/src/experiments/tunnel_manager.py
tunnel manager is running
[tsm] tunnel 1 mm-tunnelserver --ingress-log=/home/xia/CC/pantheon/tmp/glider_datalink_run1_flow1_uid9a716f3c-b7b4-4cc8-83db-ceeb9dcd4881.log.ingress --egress-log=/home/xia/CC/pantheon/tmp/glider_acklink_run1_flow1_uid9a716f3c-b7b4-4cc8-83db-ceeb9dcd4881.log.egress
prompt [tcm]
[tsm] tunnel 1 readline
[tcm] tunnel 1 mm-tunnelclient $MAHIMAHI_BASE 41015 100.64.0.6 100.64.0.5 --ingress-log=/home/xia/CC/pantheon/tmp/glider_acklink_run1_flow1_uid9a716f3c-b7b4-4cc8-83db-ceeb9dcd4881.log.ingress --egress-log=/home/xia/CC/pantheon/tmp/glider_datalink_run1_flow1_uid9a716f3c-b7b4-4cc8-83db-ceeb9dcd4881.log.egress
[tcm] tunnel 1 readline
Tunnelclient listening for server on port 54690
Tunnelclient received no response from tunnelserver, retrying 1/5
Tunnelclient ignoring exception sending a syn: Died on unix_error: write: Connection refused
Tunnelclient received no response from tunnelserver, retrying 2/5
Tunnelclient received no response from tunnelserver, retrying 3/5
Tunnelclient ignoring exception sending a syn: Died on unix_error: write: Connection refused
Tunnelclient received no response from tunnelserver, retrying 4/5
Tunnelclient received no response from tunnelserver, retrying 5/5
Tunnelclient ignoring exception sending a syn: Died on unix_error: write: Connection refused
Failed to connect to tunnel server after 5 tries, exiting..
Tunnel connection timeout
[tcm] tunnel 1 mm-tunnelclient $MAHIMAHI_BASE 41015 100.64.0.6 100.64.0.5 --ingress-log=/home/xia/CC/pantheon/tmp/glider_acklink_run1_flow1_uid9a716f3c-b7b4-4cc8-83db-ceeb9dcd4881.log.ingress --egress-log=/home/xia/CC/pantheon/tmp/glider_datalink_run1_flow1_uid9a716f3c-b7b4-4cc8-83db-ceeb9dcd4881.log.egress
[tcm] tunnel 1 readline
Tunnelclient listening for server on port 51766
Tunnelclient received no response from tunnelserver, retrying 1/5
Tunnelclient ignoring exception sending a syn: Died on unix_error: write: Connection refused
Tunnelclient received no response from tunnelserver, retrying 2/5
Tunnelclient received no response from tunnelserver, retrying 3/5
Tunnelclient ignoring exception sending a syn: Died on unix_error: write: Connection refused
Tunnelclient received no response from tunnelserver, retrying 4/5
Tunnelclient received no response from tunnelserver, retrying 5/5
Tunnelclient ignoring exception sending a syn: Died on unix_error: write: Connection refused
Failed to connect to tunnel server after 5 tries, exiting..
Tunnel connection timeout
[tcm] tunnel 1 mm-tunnelclient $MAHIMAHI_BASE 41015 100.64.0.6 100.64.0.5 --ingress-log=/home/xia/CC/pantheon/tmp/glider_acklink_run1_flow1_uid9a716f3c-b7b4-4cc8-83db-ceeb9dcd4881.log.ingress --egress-log=/home/xia/CC/pantheon/tmp/glider_datalink_run1_flow1_uid9a716f3c-b7b4-4cc8-83db-ceeb9dcd4881.log.egress
[tcm] tunnel 1 readline
Tunnelclient listening for server on port 43527
Tunnelclient received no response from tunnelserver, retrying 1/5
Tunnelclient ignoring exception sending a syn: Died on unix_error: write: Connection refused
Tunnelclient received no response from tunnelserver, retrying 2/5
Tunnelclient received no response from tunnelserver, retrying 3/5
Tunnelclient ignoring exception sending a syn: Died on unix_error: write: Connection refused
Tunnelclient received no response from tunnelserver, retrying 4/5
Tunnelclient received no response from tunnelserver, retrying 5/5
Tunnelclient ignoring exception sending a syn: Died on unix_error: write: Connection refused
Failed to connect to tunnel server after 5 tries, exiting..
Tunnel connection timeout
Unable to establish tunnel
kill_proc_group: killed process group with pgid 54636
kill_proc_group: killed process group with pgid 54637
Error in testing scheme glider with run ID 1
All tests done!
kill_proc_group: killed process group with pgid 54644
tunnel_manager: caught signal 15 and cleaned up
kill_proc_group: killed process group with pgid 54976
tunnel_manager: caught signal 15 and cleaned up
I would like to know whether there's any way to solve this problem.
Thanks again for your time.