Skip to content

Instantly share code, notes, and snippets.

@sebv
Created December 1, 2013 05:17
Show Gist options
  • Save sebv/7728779 to your computer and use it in GitHub Desktop.
Save sebv/7728779 to your computer and use it in GitHub Desktop.
sauce connect issue
wd git:(master) cat ./node_modules/.bin/start_sauce_connect
#!/bin/bash
# This script requires your .travis.yml to include the following two private env variables:
# SAUCE_USERNAME
# SAUCE_ACCESS_KEY
# Follow the steps at https://saucelabs.com/opensource/travis to set that up.
CONNECT_DIR="/tmp/sv-selenium"
READY_FILE="connect-ready-$RANDOM"
cd $CONNECT_DIR
java -jar Sauce-Connect.jar $SAUCE_USERNAME $SAUCE_ACCESS_KEY
➜ wd git:(master) ./node_modules/.bin/start_sauce_connect
Sauce Connect 3.0-r30, build 46
* Debug messages will be sent to sauce_connect.log
2013-12-01 13:09:13.378:INFO::jetty-7.x.y-SNAPSHOT
2013-12-01 13:09:13.426:INFO::Started [email protected]:56602
.---------------------------------------------------.
| Have questions or need help with Sauce Connect? |
| Contact us: http://support.saucelabs.com/forums |
| Terms of Service: http://saucelabs.com/tos |
-----------------------------------------------------
2013-12-01 13:09:13,443 - / Starting \
2013-12-01 13:09:13,499 - Please wait for "You may start your tests" to start your tests.
2013-12-01 13:09:13,510 - Forwarding: ['sauce-connect.proxy']:['80'] -> 127.0.0.1:['56602']
2013-12-01 13:09:13,523 - Succesfully connected to local server 127.0.0.1:56602 in 4ms
2013-12-01 13:09:14,846 - {"no_ssl_bump_domains":null,"squid_config":null,"use_caching_proxy":true,"metadata":{"PythonVersion":"2.5.1","OwnerHost":"127.0.0.1","Release":"3.0-r30","OwnerPorts":["56602"],"Ports":["80"],"Platform":"Java-1.7.0_45-Java_HotSpot-TM-_64-Bit_Server_VM,_24.45-b08,_Oracle_Corporation-on-Mac_OS_X-10.9-x86_64","Build":"46","ScriptRelease":46,"ScriptName":"sauce_connect"},"use_kgp":true,"tunnel_identifier":"","shared_tunnel":false,"fast_fail_regexps":null,"ssh_port":443,"direct_domains":null,"vm_version":"","domain_names":["sauce-connect.proxy"]}
2013-12-01 13:09:18,805 - Tunnel remote VM is provisioned (e6684c7c2d4941228bb13cd8fc702059)
2013-12-01 13:09:19,512 - Tunnel remote VM is booting ..
2013-12-01 13:12:20,480 - Tunnel remote VM is running at maki77104.miso.saucelabs.com
2013-12-01 13:12:20,608 - Succesfully connected to local server 127.0.0.1:56602 in 1ms
2013-12-01 13:12:20,622 - Starting connection to tunnel host...
2013-12-01 13:12:20,625 - Connecting to tunnel host maki77104.miso.saucelabs.com as babab00m
2013-12-01 13:12:21,197 - Forwarding Selenium with ephemeral port 56930
2013-12-01 13:12:21.200:INFO::jetty-7.x.y-SNAPSHOT
2013-12-01 13:12:21.203:INFO::Started [email protected]:4445
2013-12-01 13:12:21,203 - Selenium HTTP proxy listening on port 4445
2013-12-01 13:12:22,305 - Successful handshake with Sauce Connect server
2013-12-01 13:12:22,446 - Tunnel host version: 0.1.0, remote endpoint ID: e9538261ebfe45358345bd53e176ffe0
2013-12-01 13:12:22,450 - Connected! You may start your tests.
2013-12-01 13:12:28,690 - Sauce Connect connection stalled! 3/5 acks, 2909ms since last recv, 2509ms timeout exceeded, min ack: 218
2013-12-01 13:12:28,694 - disconnected from Sauce Connect server
2013-12-01 13:12:28,697 - connection to Sauce Connect server closed
2013-12-01 13:12:39,721 - connection to Sauce Connect server closed
2013-12-01 13:12:39,724 - Connection failed
2013-12-01 13:12:44,515 - Successful handshake with Sauce Connect server
2013-12-01 13:12:44,519 - resending 2 packets
2013-12-01 13:12:44,657 - Tunnel host version: 0.1.0, remote endpoint ID: e9538261ebfe45358345bd53e176ffe0
2013-12-01 13:12:48,714 - Sauce Connect connection stalled! 1/3 acks, 2899ms since last recv, 2602ms timeout exceeded, min ack: 301
2013-12-01 13:12:48,719 - disconnected from Sauce Connect server
2013-12-01 13:12:48,720 - connection to Sauce Connect server closed
2013-12-01 13:12:58,088 - Successful handshake with Sauce Connect server
2013-12-01 13:12:58,092 - resending 2 packets
2013-12-01 13:12:58,239 - Tunnel host version: 0.1.0, remote endpoint ID: e9538261ebfe45358345bd53e176ffe0
2013-12-01 13:13:06,690 - Sauce Connect connection stalled! 4/7 acks, 3445ms since last recv, 2407ms timeout exceeded, min ack: 153
2013-12-01 13:13:06,693 - disconnected from Sauce Connect server
2013-12-01 13:13:06,694 - connection to Sauce Connect server closed
2013-12-01 13:13:12,823 - Successful handshake with Sauce Connect server
2013-12-01 13:13:12,825 - resending 2 packets
2013-12-01 13:13:12,970 - Tunnel host version: 0.1.0, remote endpoint ID: e9538261ebfe45358345bd53e176ffe0
2013-12-01 13:13:37,723 - Sauce Connect connection stalled! 20/22 acks, 2741ms since last recv, 2314ms timeout exceeded, min ack: 148
2013-12-01 13:13:37,727 - disconnected from Sauce Connect server
2013-12-01 13:13:37,730 - connection to Sauce Connect server closed
2013-12-01 13:13:47,076 - Successful handshake with Sauce Connect server
2013-12-01 13:13:47,081 - resending 2 packets
2013-12-01 13:13:47,221 - Tunnel host version: 0.1.0, remote endpoint ID: e9538261ebfe45358345bd53e176ffe0
2013-12-01 13:13:52,476 - Sauce Connect connection stalled! 1/4 acks, 3250ms since last recv, 2592ms timeout exceeded, min ack: 296
2013-12-01 13:13:52,480 - disconnected from Sauce Connect server
2013-12-01 13:13:52,482 - connection to Sauce Connect server closed
2013-12-01 13:14:03,523 - connection to Sauce Connect server closed
2013-12-01 13:14:03,526 - Connection failed
2013-12-01 13:14:14,619 - connection to Sauce Connect server closed
2013-12-01 13:14:14,621 - Connection failed
2013-12-01 13:14:25,720 - connection to Sauce Connect server closed
2013-12-01 13:14:25,723 - Connection failed
2013-12-01 13:14:36,819 - connection to Sauce Connect server closed
2013-12-01 13:14:36,822 - Connection failed
2013-12-01 13:14:47,921 - connection to Sauce Connect server closed
2013-12-01 13:14:47,923 - Connection failed
2013-12-01 13:14:49,750 - Successful handshake with Sauce Connect server
2013-12-01 13:14:49,753 - resending 2 packets
2013-12-01 13:14:49,921 - Tunnel host version: 0.1.0, remote endpoint ID: e9538261ebfe45358345bd53e176ffe0
2013-12-01 13:14:53,950 - Sauce Connect connection stalled! 1/3 acks, 2772ms since last recv, 2306ms timeout exceeded, min ack: 153
2013-12-01 13:14:53,953 - disconnected from Sauce Connect server
2013-12-01 13:14:53,956 - connection to Sauce Connect server closed
2013-12-01 13:15:05,022 - connection to Sauce Connect server closed
2013-12-01 13:15:05,023 - Connection failed
2013-12-01 13:15:06,786 - Successful handshake with Sauce Connect server
2013-12-01 13:15:06,789 - resending 1 packets
2013-12-01 13:15:06,948 - Tunnel host version: 0.1.0, remote endpoint ID: e9538261ebfe45358345bd53e176ffe0
2013-12-01 13:15:14,388 - Sauce Connect connection stalled! 4/6 acks, 2435ms since last recv, 2389ms timeout exceeded, min ack: 153
2013-12-01 13:15:14,391 - disconnected from Sauce Connect server
2013-12-01 13:15:14,394 - connection to Sauce Connect server closed
2013-12-01 13:15:25,420 - connection to Sauce Connect server closed
2013-12-01 13:15:25,423 - Connection failed
2013-12-01 13:15:36,523 - connection to Sauce Connect server closed
2013-12-01 13:15:36,526 - Connection failed
2013-12-01 13:15:47,622 - connection to Sauce Connect server closed
2013-12-01 13:15:47,625 - Connection failed
2013-12-01 13:15:50,448 - Successful handshake with Sauce Connect server
2013-12-01 13:15:50,450 - resending 2 packets
2013-12-01 13:15:50,594 - Tunnel host version: 0.1.0, remote endpoint ID: e9538261ebfe45358345bd53e176ffe0
@sebv
Copy link
Author

sebv commented Dec 1, 2013

Doing nothing, just starting the the service.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment